List 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 MoreSearch for text strings using grep
May 27,93The grep tool is used to locates files by scanning their content. You can search a single file or a whole …
Read MorePipe data between programs
May 27,93In Linux, you can make one command’s output the standard input of another command. This process is called piping and …
Read More