Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 1020 Bytes

File metadata and controls

61 lines (43 loc) · 1020 Bytes

img

shell permissions quizes

Question #0

What is the numerical value for the rwx------ permission?

  • 704
  • 600
  • 621
  • 700

Question #1

What is the numerical value for the ----w---x permission?

  • 221
  • 123
  • 121
  • 021

Question #2

Which command should I use for changing a file owner?

  • chown
  • su
  • chmod
  • chgrp

Question #3

What is the permission value for a file without any restriction?

  • 777
  • 600
  • 644

Question #4

Which command should I use for changing a file permission?

  • chown
  • su
  • chmod
  • chgrp

Question #5

What is the numerical value for the r-xr--r--permission?

  • 644
  • 522
  • 544
  • 411

Question #6

What is the permission value for a file read only for the group owner?

  • 060
  • 040
  • 050
  • 070