The 11 Most Useful Linux Commands in the World Ever
Jun 30, 2010, 14:05 (0 Talkback[s])
"Almost every Linux website seems to have a list of the "best
command line commands". Sometimes they get them wrong.
"Here is a list of useful commands that I came up with by
looking at my 'history' file. I would not be happy to use a
computer platform that didn't support them:
ls -tr
What is the last file that I saved/downloaded/modified? This
command is essential if, like me, you can never remember file
names.
ssh
This command allows you to login to any computer and do stuff with
it. It is essential for a happy and fulfilling life.
top
What process is eating all my memory or all my processor time?
Essential - especially if you use it with the 'M' and 'P' commands.
Firefox is often the culprit. "
Complete Story
Related Stories:
-
Performing Image Magic with ImageMagick(Jun 25, 2010)
- Learn Linux, 101: Find and place system files(Jun 23, 2010)
- Get the Most Out of Bash History(Jun 22, 2010)
- Yet Another Ten One-Liners from CommandLineFu Explained(Jun 03, 2010)
- Learn Linux, 101: Create and change hard and symbolic links(Jun 03, 2010)
- Linux Tip: Using a Shell Script to Set Up Your Computer(Jun 01, 2010)
- Linux Tip: Simplifying Commands(May 19, 2010)
- Linux: Configure Xorg X11 Window System(May 14, 2010)