ps command example

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

Search for text strings using grep

May 27,93

The grep tool is used to locates files by scanning their content. You can search a single file or a whole …

Read More

Pipe data between programs

May 27,93

In Linux, you can make one command’s output the standard input of another command. This process is called piping and …

Read More
Geek University 2022