operating systems Online Quiz - 52
Description: operating systems Online Quiz - 52 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: operating systems |
What is the command vim for?
What is the importance of +x rights given to a directory?
What is the command to display all the environment variables?
What is the command to check all the recent logins with IP address on my AIX server?
What will happen if I press v after firing the following command?
What is the command to find the maintenance level of AIX 5.3 and above?
A VG has PP size of 1GB. Which of the following is true?
What is prtconf in AIX?
How can I disable ftp on my AIX server?
What does lspv do?
What is the importance of environment variable PS2?
What wil be the output of this command?$ for i in 1 2 3;do echo "$i\c";done; Tell without trying on a server.
$ i=1 $ j=A $ A1=hello These 3 variables are defined. Which of the following commands will display hello?