8.8 Flashcards
1
Q
Every file is owned by a specific user (or UID) and a specific group (or GID).
A
ownership
2
Q
View a long listing of files and directories. The long listing shows the mode of each file and directory along with ownership information.
A
ls -l
3
Q
Change the ownership of a file or directory. Be aware of the following options:
A
chown
4
Q
Change the group owner of a file or directory.
A
chgrp
5
Q
An __________is a data structure on a filesystem on Linux that stores all the information about a file except its name and its actual data. This includes such things as when it was last modified, size, data block location, permissions, and ownership.
A
inode