this post was submitted on 21 Nov 2024
64 points (97.1% liked)

Linux

48313 readers
779 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
 

I'm a complete moron, I should've had that backed up and used trash...
I had to learn the hard way lol

you are viewing a single comment's thread
view the rest of the comments
[–] Zozano@lemy.lol 7 points 22 hours ago* (last edited 22 hours ago) (2 children)

That's why I always:

  • cd .cache
  • ls
  • rm -r *
[–] ExtremeDullard@lemmy.sdf.org 1 points 7 hours ago

rm -r *

Also, if you have to type that, don't use the numpad: / is only one key away from *. If you finger snags the / key on its way to * and you happen to be root, your root partition will go bye-bye.

[–] Peer@discuss.tchncs.de 13 points 21 hours ago (2 children)

Type a space before rm to prevent it from being added to your history to be a extra careful.

[–] Cyber@feddit.uk 2 points 12 hours ago (1 children)

For which shell? I just tried that on a bash system and the command was still stored in .bash_history 😔

[–] Peer@discuss.tchncs.de 1 points 10 hours ago

Set the HISTCONTROLvariable. If it is set to ignorespace then commands entered with a leading-space will not be stored in the history.

[–] wh0_cares@lemmy.blahaj.zone 13 points 21 hours ago (1 children)

Holy shit, I never knew you could do that! I've always really wanted a feature to stop random commands from being added to my history.

[–] Edo78@feddit.it 1 points 7 hours ago

Some shells provide ways to prevent some commands to be added to the history