Kali Linux Terminal Commands

Terminal Commands


  • rm -  Remove
  • rmdir - Remove Directory
  • ls - list
  • cd - Choose Directory
  • cd.. - Back
  • uname - username
  • clear - clear all
  • history - List of all recent commands typed
  • mkdir - Make Directory
  • man - Manual
  • cp -  Copy
  • touch - To make a new file [Eg: touch Raj]
  • -a - all

  • sudo - Superuser do
  • exit - Terminal Exit
  • sudo halt - System Shutdown
  • sudo reboot - System Restart
  • pwd - Current Directory (Path)

  • cntrl+c - Close Process (Kill Process in Terminal)

  1. execute - (x)[admin]     rwx - 4+2 = 7
  2. write - (w)  [group]     rw -  4+2 = 6
  3. read -  (r)  [public]    r  = 4






Comments

Popular posts from this blog