Lab 4.2: Linux File Permissions - FlameSpyro/Tech-Journal GitHub Wiki

Summary

Using PuTTy again. Users and groups were created to modify permissions

  • useradd john creates a user
  • passwd john changes passwords
  • groupadd creates agroup
  • chmod changes a user, group, andothers permissions
  • Example: chmod g+wrx /marketing/ will allow a group to read, write, and execute the file