Which command will NOT list the contents of the file plants?
Jim has a compressed text file named saved.zip
Jim used the following command to create the file:
zip -r saved plants
adding: plants (deflated 94%)
Jim wants to list the contents of the plants file, but not extract it. Which command will NOT list the contents of the file plants?
You have created a tar archive of a source code directory. You now want to compress the file using the gzip ut
You have created a tar archive of a source code directory. You now want to compress the file using the gzip utility. Choose the command that you could use to compress the file.
Which operation is NOT supported by the mt command?
The mt command is used to control a tape device. Which operation is NOT supported by the mt command?
Which command will cause the file to be uncompressed and the tar file extracted, while keeping the original fi
You have received a file called data.tar.Z Which command will cause the file to be uncompressed and the tar file extracted, while keeping the original file unchanged?
Which permission bit is required on a directory in order to list the files and directories that reside in the
Which permission bit is required on a directory in order to list the files and directories that reside in the directory?
Which answer describes the access control lists used with the Solaris 10 file system?
Which answer describes the access control lists used with the Solaris 10 file system?
which users can configure specific to their needs when using vi.What is the name of the file used to configure
The vi editor can be configured interactively during use. As an option the editor can use a configuration file which users can configure specific to their needs when using vi.
What is the name of the file used to configure the vi editor by a user?
Tina is using a Korn shell, and she wishes to set her prompt to the output of the host name on the system. Cho
Tina is using a Korn shell, and she wishes to set her prompt to the output of the host name on the system. Choose the command that Tina will use to change the prompt.
hown:$ rm *rm: remove new_car_data (yes/no)?
Frank is trying to remove all files from a directory. The result of the rm command is shown:
$ rm *
rm: remove new_car_data (yes/no)?
Choose the command that might allow Frank to use the rm command without being prompted for each file.
Tina has executed the following command:
Tina has executed the following command:
$ affiliate.sh >/dev/null 2>1
Choose the statement that is true concerning this command.