operating systems Online Quiz - 53
Description: operating systems Online Quiz - 53 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: operating systems |
to Display the Format Cells dialog box
Apply the Percentage format with no decimal places
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?
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
The password of an unix user can be changed by the following command:
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?