Key Linux (Bash) Commands Table
Command Description whoami outputs the username hostname outputs the computer name ls -l outputs the long list of directory man ls Show manual cat /etc/issue outputs the distribution and version (ubuntu) pwd print working directory cd / To navigate into the root directory cd or cd~ To navigate to your home directory cd – Navigate … Read more