#1
What command is used to change file permissions in Linux?
#2
In Linux, what does the 'r' permission on a file mean?
#3
What is the command to list files along with their permissions in Linux?
#4
What command is used to change the owner of a file in Linux?
#5
What is the octal representation for giving read, write, and execute permissions to the owner, but only read permission to the group and others?
#6
What command is used to change the group of a file in Linux?
#7
In Linux, what does the 't' permission on a directory mean?
#8
In Linux file permissions, what does 's' represent when it is set on the user (owner) permission for an executable file?
#9