this post was submitted on 21 Nov 2023
629 points (97.6% liked)

Linux

48072 readers
1 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 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] neonred@lemmy.world 36 points 2 years ago* (last edited 2 years ago) (24 children)

sudo chmod -R 777 /

Edit: don't do this, it will allow everyone and everything to read and modify all files of all mounted filesystems, this includes your personal files, system wide passwords, config files, everything and might break the whole system as not all files are meant to have these permissions, e.g. mapped hardware settings or your ssh key store.

sudo comes with immense power, do not, under any circumstances, enter commands you found on the internet without an intense look about what they do and what their implications could be. Never sudo or doas, etc., without a strong and valid reason.

[–] THE_STORM_BLADE@lemmy.world 50 points 2 years ago (12 children)

For anyone that didn't recognise this as a joke, do not do this!

[–] DogMuffins@discuss.tchncs.de 8 points 2 years ago (1 children)

Oh. Ok. Should I undo it then?

[–] redprog@feddit.de 11 points 2 years ago

Yeah just hit Ctrl + Z and you should be fine

load more comments (10 replies)
load more comments (21 replies)