Linux Basics Practice Test: Linux File Management — Flashcards | Linux | FatSkills

Linux Basics Practice Test: Linux File Management — Flashcards

Fast review mode: answers are shown by default so you can skim quickly. Hide them if you want to self-test.

Linux file management is a complex subsystem called Virtual File System (VFS) that supports multiple file system types and instances. VFS also makes it easier to develop file system device drivers. Linux categorizes files into three main types: regular files, directories, and special files. Each type has a unique purpose and characteristics that influence how it is managed and interacted with. 

Here are some basic Linux file management commands:
ls:
Displays the contents of the current or specified directories
mkdir: Creates a new directory
rmdir: Removes empty directories
touch: Creates an empty file
rm: Removes a file
cp: Copies files
cat: Views the contents of a file
mv: Moves or renames a file
find: Searches for a file in a particular location
locate: Searches for files using a database of all the possible files and directories in the system 


You can also use the following commands to navigate and manipulate files and folders in the Linux filesystem:
cd: Changes your current directory to another location
cat >: Creates a non-empty file
>: Creates a single new file without any content
>>: Appends content to the end of a file 

1 of 21 Ready
Which of the following time stamps need not exist for a file on traditional unix file system
Creation Time
Shortcuts
Prev Space Show / hide Next
Turn this into a study set.
Sign in with Google to save tricky questions to your reminder list and resume on any device.
Sign in with Google Free • no extra password