Essential Linux Commands You Should Know
Essential Linux Commands You Should Know
In this article we cover several essential commands that will help you work more effectively with a Linux system.
Navigation and file manipulation
pwd— print the current working directorymkdir— create a new directoryrmdir— remove an empty directory
System information
toporhtop— view running processesdf -h— check disk usagefree -h— check memory usage
Learn to combine commands and use pipes (|) to build more productive workflows.
Last updated on