Workbook 4 File Ownership and Permissions: Chapter 3: Changing File Ownerships with chgrp and chown Flashcards
How is the group owner determined for a newly created file?
the file’s group owner is set to the primary group of the creator [16]
What members comprise a user’s private group?
the user and anyone one allowed by that user
Which user(s) can change the group owner of a file?
Only the administrative user, root, is able to use the chown command [17]
Can the user owner of a file change the group ownership of that file to any group?
root and the file owner (only to subscribed groups) [17]
Give the command line to change the group owner of notes.txt to group cist
chgrp cist notes.txt [17]
Which user(s) can change the user owner of a file?
Only root [17]
Give the command line to change the user owner of notes.txt to user adam
chown adman notes.txt [17]