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
[–] TootSweet@lemmy.world 30 points 2 years ago (3 children)

There needs to be a Linux kernel fork that when you try to execute a directory executes all programs in the directory. In parallel. Juuuuuuuust to fuck with people who might accidentally execute the /usr/bin directory.

[–] rotopenguin 24 points 2 years ago

And if there's a circular symlink, we fork bomb

[–] SzethFriendOfNimi@lemmy.world 14 points 2 years ago (1 children)

Or worse… In order. Based on last Modified date. And use that as the basis for some scheduling agent where timing and order of execution is essential.

[–] MajorHavoc@lemmy.world 5 points 2 years ago (1 children)

That's the most evil thing I've heard in awhile, and I would absolutely make use of it anyway.

[–] SzethFriendOfNimi@lemmy.world 5 points 2 years ago

All you have to do is touch the files in order. Why aren’t you using this touchsched repo here….

[–] donio@lemmy.world 5 points 2 years ago

Those of us who use the autocd feature of shells "execute" directories all the time. For example I'd type just /usr/bin RET if I wanted to cd to /usr/bin.