Podcast
Questions and Answers
Which of the following is true about the UNIX file system hierarchy?
Which of the following is true about the UNIX file system hierarchy?
- The dot-dot is the same as dot in the root directory. (correct)
- The dot refers to the parent directory.
- The dot-dot refers to the current directory.
- The root directory is named dot-dot.
What is the purpose of the command 'mkdir' in the UNIX file system?
What is the purpose of the command 'mkdir' in the UNIX file system?
- To list all files and directories in a directory.
- To delete a directory.
- To move to a different directory.
- To create a new directory. (correct)
What does the command 'ls -a' do in the UNIX file system?
What does the command 'ls -a' do in the UNIX file system?
- Lists all files and directories in the current directory, including hidden files. (correct)
- Lists all files in the current directory.
- Lists all files and directories in the current directory, excluding hidden files.
- Lists all directories in the current directory.
Which character represents the root directory in UNIX-like OSs?
Which character represents the root directory in UNIX-like OSs?
Which of the following is true about filenames in UNIX?
Which of the following is true about filenames in UNIX?
What is the purpose of a directory file in UNIX?
What is the purpose of a directory file in UNIX?
What information does an inode store for a file in UNIX?
What information does an inode store for a file in UNIX?
Which of the following permissions will the command 'chmod 755' set?
Which of the following permissions will the command 'chmod 755' set?
Which of the following permissions will the command 'chmod 700' set?
Which of the following permissions will the command 'chmod 700' set?
What is the purpose of using wildcards in Linux?
What is the purpose of using wildcards in Linux?
What is the purpose of the 'find' command in Linux?
What is the purpose of the 'find' command in Linux?
Which of the following is true about UNIX file systems?
Which of the following is true about UNIX file systems?
Which command is used to create a new directory in UNIX?
Which command is used to create a new directory in UNIX?
What happens when you try to remove a non-empty directory using the rmdir
command in UNIX?
What happens when you try to remove a non-empty directory using the rmdir
command in UNIX?
What is the most common file type on a UNIX file system?
What is the most common file type on a UNIX file system?