operating systems Online Quiz - 53
Description: operating systems Online Quiz - 53 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: operating systems |
key to Display the Style dialog box
to Display the Format Cells dialog box
Apply the Percentage format with no decimal places
Apply the Date format with the day, month, and year
Apply the Time format with the hour and minute, and AM or PM
Apply the Number format with two decimal places, thousands separator, and minus sign (–) for negative values
I have a script named test.sh and the contents are as follows: $ cat test.sh echo hi rm -f test.sh echo hi ######## What will be the output of the following comand: $ sh test.sh
I have a file named "-p" in my home directory. Which of the following commands will be used to delete this file?
I want to change the date of my linux server to 'Mon Nov 23 18:08:07 IST 2009'. Which of the following commands wil help?(ignore the seconds in the date)
A script is executing since last 10 minutes and is expected to take another 10 minutes. So I decide to send it to background. Which of the following steps will do it?
I want to send a file as an attachment to my mailserver from my unix server using mailx. Which of the following will help me create the file as attachment?
What is the output of the following command in bash shell on Linux? $ i=2 $ [ $i -lt 2 ] || echo great
Find the output of the last echo command: $ pwd /home/guest $ cat test.sh export i=100 $ sh test.sh $ echo $i
What is the output of the following command? $ cd -
The password of an unix user can be changed by the following command:
What does this command show? $ echo $TZ
What is the advantage of grep over awk with reference to decision-making scripts?
What is the command to check all active volume groups on AIX?
What is the output of the above command?
What is the command to execute the executable script test.sh in the current shell?