Everyday Use Linux Commands you should know | Full Guide | - TechExpertians

Latest

Explore The World of Information Technology, Mobile Phones,New Software available, Computers and Many More.

Monday, 2 July 2018

Everyday Use Linux Commands you should know | Full Guide |

Top 20 Commands Every User should use everyday


:)

  1. ls
    Command LS is used to list something in a folder or directory.
  2. apt-get update
    You must need to run this command in your terminal window for updating when you start your system.
  3. apt-get update && apt-get upgrade && apt-dist update
    This command is use for upgrading your system.
  4. ./
    This symbols are use for running any python script.
  5. cd
    This command is used to change the directory of your current folder.
  6. whoami
    We use this command to see who is the active user of the system.
  7. apt-get install (package name)To install a new package on your system, you should use this command.
  8. uname -aTo see the information of the system just like system version , kernel version etc.
  9. 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.
  10. exit
    To exit Terminal by command line, you should use these commands.

No comments:

Post a Comment