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.

A

mode

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

A

other

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.

A

owner

24
Q

Used to change user passwords.

A

passwd command

25
Q

A variable that stores a list of directories that will be searched in order when commands are executed without an absolute or relative pathname.

A

PATH variable

26
Q

A list that identifies who can access a file or folder and their level of access.

A

permissions

27
Q

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.

A

primary group

28
Q

The process of excluding files, directories, or filesystems from being processed by a command.

A

pruning

29
Q

A term referring to itself and its own contents; a _________ search includes all subdirectories in a directory and their contents.

A

recursive

30
Q

A command used to remove files and directories.

A

rm (remove) command

31
Q

A command used to remove empty directories.

A

rmdir (remove directory) command

32
Q

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

A

setfacl (set file ACL) command

33
Q

The portion of a command that refers to the file or directory from which information is taken.

A

source file/directory

34
Q

The portion of a filesystem that stores critical information, such as the inode table and block size.

A

superblock

35
Q

A pointer to another file on the same or another filesystem; commonly referred to as a shortcut.

A

symbolic link

36
Q

The portion of a command that refers to the file or directory to which information is directed.

A

target file/directory

37
Q

A command commonly used to create new files. Its original intended purpose was to update the time stamp on a file.

A

touch command

38
Q

A command used to locate executable files on the system; it returns the first alias or directory within the PATH variable for the command

A

type command

39
Q

A special variable used to alter the permissions on all new files and directories by taking away select default file and directory permissions.

A

umask

40
Q

The command used to view and change the umask variable.

A

umask command

41
Q

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.

A

whereis command

42
Q

A command used to locate executable files on the system; it returns any aliases and directories within the PATH variable for the command.

A

which command