Bash, the Crucial Exams Chat Bot
AI Bot

Filesystem Management and Permissions  Flashcards

CompTIA Linux+ XK0-006 (V8) Flashcards

FrontBack
How do you change the group ownership of a fileUse the chgrp command
How do you check the permissions and ownership of a fileUse the ls -l command
How do you find the inode number of a fileUse the ls -i command
How do you list all files including hidden ones in a directoryls -a
How do you move or rename a file in Linuxmv
How do you recursively remove a directory and its contentsrm -r directoryname
How do you view disk usage of a directory or filedu
What are the three standard permission types in LinuxRead (r), Write (w), Execute (x)
What command is used to create a new directorymkdir
What command is used to display the current working directorypwd
What command is used to unmount a filesystemumount
What does "lsattr" displayAttributes of files and directories
What does the "noexec" mount option doPrevents execution of binaries on the mounted filesystem
What does the "sync" mount option ensureFile writes are synchronized immediately to disk
What does the chown command doChanges ownership of a file or directory
What does the command "chmod 755 file" doSets the file's permissions to rwxr-xr-x
What does the df command displayDisk space usage of mounted filesystems
What does the sticky bit do when set on a directoryRestricts file deletion or modification to the file owner
What does the umask command doSets default permissions for newly created files and directories
What is ACL in Linux filesystem managementAccess Control List for finely controlling file access beyond standard permissions
What is the command to copy files or directoriescp
What is the difference between relative and absolute pathsAbsolute paths start from root (/), relative paths are based on the current directory
What is the fstab file used forDefines filesystems to be mounted at boot and their options
What is the meaning of the "x" permission for directoriesAllows entering and traversal of the directory
What is the purpose of the chmod commandTo change file or directory permissions
What is the purpose of the mount commandTo attach filesystems onto a directory structure
What is the purpose of the touch commandTo create an empty file or update the timestamp of a file
Which command can display the ACL of a filegetfacl
Which command is used to set an ACL on a filesetfacl
This deck focuses on managing Linux filesystems, directory structures, and permissions, including advanced topics like ACLs and ownership.
Share on...
Follow us on...