- chmod is the command and system call which may change the access permissions to file system objects (files and directories). It may also alter special mode flags. The request is filtered by the umask. The name is an abbreviation of change mode.
 - ls is used to list files
 - ps a is used to list the processes running
 - shutdown now is used to shutdown the system
 - sudo service lightdm restart used to log out from the current user
 - sudo add-apt-repository ppa:<ppa_name>
 
       sudo apt-get autoremove   Whenever you install an application (using  apt-get ) the system will also install the software that this application depends on. It is common in Ubuntu/Linux that applications share the same libraries. When you remove the appplication the dependency will stay on your system.  So  apt-get autoremove  will remove those dependencies that were installed with applications and that are no longer used by anything else on the system.    
Comments
Post a Comment