What directory contains a user’s home directory? /rootfs / /home /user
Linux Essentials
Compression of a file works by:
Compression of a file works by: Removing the high order bit from each byte Storing most of the data...
The main purpose of using glob characters is to be able to...
The main purpose of using glob characters is to be able to provide a list of filenames to a command...
Which of the following directories are designed as locations...
Which of the following directories are designed as locations where any user can create a temporary...
Which of the following ls commands, when executed, will only...
Which of the following ls commands, when executed, will only show information about the directory...
The sticky bit permission…
Which of the following long listings represents setgid set for /shared ? drwxrwsrwx. 12 root group...
The /tmp directory is a temporary directory designed as a...
The /tmp directory is a temporary directory designed as a location where any user can create a...
Which of the following commands will list hidden files as well...
Which of the following commands will list hidden files as well as their ownership? ls -a ls -la ls ...
The chown command permits changing group ownership done by root...
The chown command permits changing group ownership done by root only. True or False? True False
Which of the following chown commands will change the myFile...
Which of the following chown commands will change the myFile user ownership to the user sam and the...
The user sysadmin will be able to change the permissions of a...
The user sysadmin will be able to change the permissions of a file because they own it. True or...
The user sysadmin will be able to read a file because they own...
The user sysadmin will be able to read a file because they own it. True or False? True False
Which of the following commands sets the other permissions on a...
Which of the following commands sets the other permissions on a file to r-x? chmod 776 file chmod...
Which of the following commands set the other permissions on a...
Which of the following commands set the other permissions on a file to r-x? chmod o=rx file chmod...
Which of the following commands, run as root, will prevent the...
Which of the following commands, run as root, will prevent the user jane from logging in? usermod ...