
5 Linux commands you should never run (and why)
Sometimes we run into articles on other sites that we wish we’d written. This one on ZDNET is an excellent example.
There are some commands that should never be run. As SysAdmins we should know what they are. The ZDNET article, 5 Linux commands you should never run (and why), covers five of them.
I have to admit to running most of them myself. However, I did learn a lot while I recovered.
More Stories
Triangle Linux Users Group to hold installfest
Members of the Triangle Linux Users Group (TriLUG) are having a meetup to discuss and demonstrate Linux for you. Keep...
Why do you love Linux?
We’ll collect your ideas in a future “round-up” article with comments from our community!
Minty Fresh on a Meerkat: My Latest Linux Setup
A trip to Denver and the System76 factory in 2018 afforded me a chance to meet their technology team and...
Read long lines with getline
Getline offers a more flexible way to read user data into your program without breaking the system.
Rhythmbox is a great music player for GNOME
I like Rhythmbox as my music player on Linux because it’s simple and stays out of my way.
Reading the command line with getopt
You can make your program much more flexible if it can respond to the user every time the program runs.