top command
May 27,93The top command is, just like ps, used to display running processes, but with one very useful feature: it updates its …
Read MoreList all running processes
May 27,93The most common way to list processes currently running on your system is to use the command ps (short for process status). This command …
Read MoreSplit the output of a program
May 27,93The tee command splits the output of a program, so that it can be both displayed on the screen and …
Read MoreDisplay first lines of a text file
May 27,93The head command displays, by default, the first 10 lines of a text file in Linux. This command is often …
Read MoreDisplay last lines of a text file
May 27,93The tail command displays, by default, the last 10 lines of a text file in Linux. This command can be very …
Read Morewhereis command
May 27,93The whereis command in Linux is used to locate the binary, source, and manual page files for a command. This command searches for …
Read More