Solved

Match Each Term with the Correct Statement Below

Question 32

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:

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.
Related Questions