Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.74 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.74 KB

alx-system_engineering-devops

  • file navigation using cd command
  • listing contents using ls
  • mkdir to create directories
  • moving and copying files/directories using mv and cp commands
  • identifying file types using the file command
  • creating links using ln command: hard links and soft links
  • wild cards
  • creating magic files
  • switching users using su command
  • changing file permission and ownership using chmod, chown, chgrp: users, groups and permissions
  • remote connection using telent command