Exam 5: Linux Filesystem Management

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The fastest method to search for files in the Linux directory tree is to use the ____ command.

(Multiple Choice)
4.7/5
(31)

To copy a directory full of files in Linux, you must tell the cp command that the copy will be ____________________ (involve files and subdirectories too)by using the -r option

(Short Answer)
4.8/5
(33)

When using the chmod command for a specific file, the ____ argument would add read permission and remove write permission for the group permissions.

(Multiple Choice)
4.7/5
(41)

In the FHS, the ____ directory contains most system commands and utilities.

(Multiple Choice)
4.9/5
(36)

To create a(n)____________________ link, you use the -s option to the ln command.

(Short Answer)
4.7/5
(29)

What are the three main structural sections of a Linux filesystem? Describe each section.

(Essay)
4.9/5
(39)

You can use wildcard metacharacters with the find command.

(True/False)
4.8/5
(39)

____________________ defines a standard set of directories for use by all Linux and UNIX systems, as well as the file and subdirectory contents of each directory.

(Short Answer)
4.8/5
(35)

To set all of the special permissions on a certain file or directory, you can use the command ____, where name is the name of the file or directory.

(Multiple Choice)
4.8/5
(29)

Describe hard and symbolic links. What is the difference between them?

(Essay)
4.8/5
(30)

Copying a file can be accomplished using the ____ command.

(Multiple Choice)
4.9/5
(32)
Match each term with the correct statement below.
Command used to quickly create an empty file.
chmod
Special variable on the system used to take away permissions on new files and directories immediately after they are created.
alias
Command used to displays BASH shell aliases.
chgrp
Correct Answer:
Verified
Premises:
Responses:
Command used to quickly create an empty file.
chmod
Special variable on the system used to take away permissions on new files and directories immediately after they are created.
alias
Command used to displays BASH shell aliases.
chgrp
Command used to view your group memberships and primary group.
chown
Command used to change the group owner of a file or directory.
groups
Command used to view your current user name.
touch
Command used to change the ownership of a file or directory.
whoami
Command used to change the permissions for a certain file or directory.
umask
Command used to test network connectivity.
ping
(Matching)
4.8/5
(29)
Showing 21 - 32 of 32
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)