Skip to content

Latest commit

 

History

History
executable file
·
20 lines (15 loc) · 306 Bytes

File metadata and controls

executable file
·
20 lines (15 loc) · 306 Bytes
User
  • /etc/passwd user info
  • /etc/shadow
Group
  • /etc/group
  • /etc/gshadow
root
  • /etc/sudoers
change permissions
  • chmod [-R] mode file
  • chmod go+w doc
  • chmod -R ugo-r doc
  • r(4)w(2)x(1)
  • chmod -R 754 doc
nautilus