Chapter 4 - Linux Filesystem Management Flashcards
The section within an inode of a file or directory that lists the permissions assigned to users and groups on the file or directory.
access control list (ACL)
A command used to change filesystem attributes for a Linux file.
chattr (change attributes) command
A command used to change the group owner of a file or directory.
chgrp (change group) command
A command used to change the mode (permissions) of a file or directory.
chmod (change mode) command
A command used to change the owner and group owner of a file or directory.
chown (change owner) command
A command used to create copies of files and directories.
cp (copy) command
A filesystem allocation unit in which the data that makes up the contents of the file as well as the filename are stored.
data blocks
A standard outlining the location of set files and directories on a Linux or UNIX system.
Filesystem Hierarchy Standard (FHS)
A command used to find files on the filesystem using various criteria.
find command
A command used to list all ACL entries for a particular Linux file or directory.
getfacl (get file ACL) command
When used in the mode of a certain file or directory, the collection of users who have ownership of that file or directory.
group
A file joined to other files on the same filesystem that shares the same inode.
hard link
The portion of a file that stores information on the file’s attributes, access permissions, location, ownership, and file type.
inode
The collection of inodes for all files and directories on a filesystem.
inode table
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.
interactive mode
A command used to create hard and symbolic links.
ln (link) command