Basic Linux Commands
command cd : Use cd change directories example: cd home or complete path must be written cd /root/home command clear : clean up your command window command ls : The ls command lists the contents of your current working directory command mkdir : makes directory command df : df provides a very quick check of your file system disk space. command du : du display usage of the disk space example du -a command finger : finger allows you to see who else is on the system or get detailed information about a person who has access to the system. command man : man followed by a command will give detailed information about that command Example: man ls command logout : logout will log your account out of the system command find : find will locate a files/directories qui...