Top 20 Commands Every User should use everyday
:)
- ls
 Command LS is used to list something in a folder or directory.
- apt-get update
 You must need to run this command in your terminal window for updating when you start your system.
- apt-get update && apt-get upgrade && apt-dist update
 This command is use for upgrading your system.
- ./
 This symbols are use for running any python script.
- cd
 This command is used to change the directory of your current folder.
- whoami
 We use this command to see who is the active user of the system.
- apt-get install (package name)To install a new package on your system, you should use this command.
- uname -aTo see the information of the system just like system version , kernel version etc.
- clear
 This command is use when you have to clear up your terminal window. It will not change your directory but only clear your current terminal window.
- exit
 To exit Terminal by command line, you should use these commands.

 
 
 
 
 
No comments:
Post a Comment