Chapter 4 - Linux Filesystem Management Flashcards

1
Q

The section within an inode of a file or directory that lists the permissions assigned to users and groups on the file or directory.

A

access control list (ACL)

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

A command used to change filesystem attributes for a Linux file.

A

chattr (change attributes) command

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

A command used to change the group owner of a file or directory.

A

chgrp (change group) command

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

A command used to change the mode (permissions) of a file or directory.

A

chmod (change mode) command

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

A command used to change the owner and group owner of a file or directory.

A

chown (change owner) command

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

A command used to create copies of files and directories.

A

cp (copy) command

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

A filesystem allocation unit in which the data that makes up the contents of the file as well as the filename are stored.

A

data blocks

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

A standard outlining the location of set files and directories on a Linux or UNIX system.

A

Filesystem Hierarchy Standard (FHS)

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

A command used to find files on the filesystem using various criteria.

A

find command

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

A command used to list all ACL entries for a particular Linux file or directory.

A

getfacl (get file ACL) command

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

When used in the mode of a certain file or directory, the collection of users who have ownership of that file or directory.

A

group

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

A file joined to other files on the same filesystem that shares the same inode.

A

hard link

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

The portion of a file that stores information on the file’s attributes, access permissions, location, ownership, and file type.

A

inode

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

The collection of inodes for all files and directories on a filesystem.

A

inode table

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

The mode that file management commands use when a file can be overwritten; the system interacts with a user asking the user to confirm the action.

A

interactive mode

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

A command used to create hard and symbolic links.

A

ln (link) command

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

A command used to locate files from a file database.

A

locate command

18
Q

A command used to list filesystem attributes for a Linux file.

A

lsattr (list attributes) command

19
Q

A command used to create directories.

A

mkdir (make directory) command

20
Q

The part of the inode that stores information on access permissions.

21
Q

A command used to move/rename files and directories.

A

mv (move) command

22
Q

When used in the mode of a certain file or directory, all the users on the Linux system

23
Q

The user whose name appears in a long listing of a file or directory and who has the ability to change permissions on that file or directory.

24
Q

Used to change user passwords.

A

passwd command

25
A variable that stores a list of directories that will be searched in order when commands are executed without an absolute or relative pathname.
PATH variable
26
A list that identifies who can access a file or folder and their level of access.
permissions
27
The group that is specified for a user in the /etc/passwd file and set as the group owner for all files created by a user.
primary group
28
The process of excluding files, directories, or filesystems from being processed by a command.
pruning
29
A term referring to itself and its own contents; a _________ search includes all subdirectories in a directory and their contents.
recursive
30
A command used to remove files and directories.
rm (remove) command
31
A command used to remove empty directories.
rmdir (remove directory) command
32
A command used to modify ACL entries for a particular Linux file or directory.
setfacl (set file ACL) command
33
The portion of a command that refers to the file or directory from which information is taken.
source file/directory
34
The portion of a filesystem that stores critical information, such as the inode table and block size.
superblock
35
A pointer to another file on the same or another filesystem; commonly referred to as a shortcut.
symbolic link
36
The portion of a command that refers to the file or directory to which information is directed.
target file/directory
37
A command commonly used to create new files. Its original intended purpose was to update the time stamp on a file.
touch command
38
A command used to locate executable files on the system; it returns the first alias or directory within the PATH variable for the command
type command
39
A special variable used to alter the permissions on all new files and directories by taking away select default file and directory permissions.
umask
40
The command used to view and change the umask variable.
umask command
41
A command used to locate executable files on the system; it returns any directories within the PATH variable for the command, as well as the location of associated man pages and info pages.
whereis command
42
A command used to locate executable files on the system; it returns any aliases and directories within the PATH variable for the command.
which command