Send a link to your students to track their progress
4 Terms
1
New cards
What are the basic linux file permissions? Check all that apply.
Write, Read and Excecute
2
New cards
Who does the last trio of bits (r--) in the file permission and attributes refer to?
All other users
3
New cards
What permissions does the second trio of bits (-wx) give you?
Execute and Write
4
New cards
If I wanted to change permissions of a file called honey_bears, what command could I use to grant write access to the owner of the file without changing other permissions? The owner currently only has read access to the file.