Comprehensive List of Common Linux Commands
1. Common Linux Commands and Their Meanings pwd: print work directory, prints the current directory and displays the absolute path of the current working directory. ps: process status, similar to the Windows Task Manager, commonly used parameters -auxf, ps -auxf are used to display process status. df: disk free, displays information about available disk space … Read more