linux shell

top command

May 27,93

The top command is, just like ps, used to display running processes, but with one very useful feature: it updates its …

Read More

List all running processes

May 27,93

The most common way to list processes currently running on your system is to use the command ps (short for process status). This command …

Read More

Split the output of a program

May 27,93

The tee command splits the output of a program, so that it can be both displayed on the screen and …

Read More

Display first lines of a text file

May 27,93

The head command displays, by default, the first 10 lines of a text file in Linux. This command is often …

Read More

Display last lines of a text file

May 27,93

The tail command displays, by default, the last 10 lines of a text file in Linux. This command can be very …

Read More

whereis command

May 27,93

The whereis command in Linux is used to locate the binary, source, and manual page files for a command. This command searches for …

Read More
Geek University 2022