this post was submitted on 09 Dec 2024
303 points (97.8% liked)

Linux

48555 readers
800 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Found some very special "make it look hacky" bash in criminal minds.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 36 points 2 days ago* (last edited 2 days ago) (2 children)

/root
root

~/../root

root/

ls /root/

I'm in!

[–] [email protected] 17 points 2 days ago

This guy didn't LS or LL lol just changed directories 4 times and then....?

[–] [email protected] 11 points 2 days ago* (last edited 2 days ago) (1 children)

Coulda thrown a couple ls -las around and he woulda been golden

[–] [email protected] 6 points 2 days ago

I have bash_alias open in another window so you can see:

ls='ls -alph --group-directories-first --color=always'

root='sudo rm -f / \ hunter2'