what is the value of the umask setting?
Wally has just edited a file with the vi editor, he saves the new file with the name newdata. The following is a listing of that file:
-rw-r—– 1 wally other 111286 May 27 19:10 newdata
Based on the information provided, what is the value of the umask setting?
Which of the following commands did Wally use to configure file namecompletion?
Wally is using a Korn shell. He uses the escape key followed by the backslash key for file name completion in this shell. Which of the following commands did Wally use to configure file name
completion?
Which of the following describes how you can login to read these log files?
You attempt to login using the Solaris Login Graphical User Interface (GUI), however an error message is displayed. After closing the error message you are returned to the Login Screen. How
would you login to read the log files that were indicated in the error message. Which of the following describes how you can login to read these log files?
Which command will configure the file for the described access?
You have a file that contains confidential customer data called customer489.dat. You need to make this file available to the sales group but protect the data from other users. You are not a member
of the sales group and you do not have root access.
-rw-r–r– 1 tbussart staff 465394 Apr 1 15:20 customer489.dat $ getent group sales
sales::1034:tom,dick,harry
Which command will configure the file for the described access?
Which answer correctly describes the output of this command line?
Val is using the du command to gather information about data stored in her home directory.
$ du -sk * | sort -n | tail > file2
Which answer correctly describes the output of this command line?
which users can configure specific to their needs when using vi. What is the name of the file used to configur
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?
A user named Frank issues the following command:
A user named Frank issues the following command:
% cal 9 1752
Choose the answer that best describes the number 9 as used in this command line.
Which command short cut will take Jim back to his home directory?
Jim has moved around the file system. He wants to return to his home directory. Which command short cut will take Jim back to his home directory?
Choose the command that is used to display a process and all the parent processes.
Choose the command that is used to display a process and all the parent processes.
Val is searching through a file using the following egrep command:$ egrep ‘3+’ ./customer-dataChoo
Val is searching through a file using the following egrep command:
$ egrep ‘3+’ ./customer-data
Choose the answer that best describes what the result of this search will be.