Top 10 Necessary Linux Commands

  1. pwd (print working directory): To Print Your Current Working Path Or Directory.
  2. ls (list): To Show List Of Files In Your Working Directory.
  3. ls -all (list all): To Show List Of All Hidden Files In Your Working Directory.
  4. cd (change directory): To Change Or Move Toward Other Directory.
  5. cd .. (change directory back): To Move Back From a Directory.
  6. cp (copy): To Copy a File From Your System.
  7. rm (remove): To Remove  Or Delete a File From Your System.
  8. clear (clear): To Clear Your Screen.
  9. adduser "username" (adduser username): To Add a User With Paasword Names And Other Informations.
  10. useradd "username" (useradd username): To Add a User Without Password Names And Other Informations.

Comments

Post a Comment

Popular posts from this blog

HTML Basic Text Tags To Make a Webpage