8.8 Flashcards

1
Q

Every file is owned by a specific user (or UID) and a specific group (or GID).

A

ownership

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Change the ownership of a file or directory. Be aware of the following options:

A

chown

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Change the group owner of a file or directory.

A

chgrp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly