Matching
Match each term with the correct statement below.
Premises:
Command used to quickly create an empty file.
Special variable on the system used to take away permissions on new files and directories immediately after they are created.
Command used to displays BASH shell aliases.
Command used to view your group memberships and primary group.
Command used to change the group owner of a file or directory.
Command used to view your current user name.
Command used to change the ownership of a file or directory.
Command used to change the permissions for a certain file or directory.
Command used to test network connectivity.
Responses:
chmod
alias
chgrp
chown
groups
touch
whoami
umask
ping
Correct Answer:
Premises:
Responses:
Command used to quickly create an empty file.
Special variable on the system used to take away permissions on new files and directories immediately after they are created.
Command used to displays BASH shell aliases.
Command used to view your group memberships and primary group.
Command used to change the group owner of a file or directory.
Command used to view your current user name.
Command used to change the ownership of a file or directory.
Command used to change the permissions for a certain file or directory.
Command used to test network connectivity.
Premises:
Command used to quickly create an empty file.
Special variable on the system used to take away permissions on new files and directories immediately after they are created.
Command used to displays BASH shell aliases.
Command used to view your group memberships and primary group.
Command used to change the group owner of a file or directory.
Command used to view your current user name.
Command used to change the ownership of a file or directory.
Command used to change the permissions for a certain file or directory.
Command used to test network connectivity.
Responses:
Related Questions
Q14: When using the chmod command for a
Q19: To set all of the special permissions
Q20: You can use wildcard metacharacters with the
Q25: In the FHS, the _ directory contains
Q32: Copying a file can be accomplished using
Q33: What are the three main structural sections
Q34: _ defines a standard set of directories
Q40: To copy a directory full of files
Q43: Describe hard and symbolic links. What is
Q47: To create a(n) _ link, you use