-
-
-
UNIX questions
How do u configure the Disk?Tell me Steps to configure the VG?How do u add a new disk in VG?What are the Attributes of LVM?Describe about LVM Adva/Dis.Adv?How do u find the fix is installed?How to u extend the FS?Attributes of FS?List all the LV in system?How do u find the PP size of the VG?How do u create the pp size of 32 MB in VG?What is the Limitation of VG?How do u disable the paging space?What...
-
-
How to terminate a process which is running and the specialty on command kill 0?
With the help of kill command we can terminate the process.Syntax: kill pidKill 0 - kills all processes in your system except the login shell.
-
What is a pipe and give an example?
A pipe is two or more commands separated by pipe char '|'. That tells the shell to arrange for the output of the preceding command to be passed as input to the following command. Example : ls -l | prThe output for a command ls is the standard input of pr. When a sequence of commands are combined using pipe, then it is called pipeline.
-
What is redirection?
Directing the flow of data to the file or from the file for input or output.Example : ls > wc
-
-
-
-
-
Grep
How to use logical AND in grep?
-
-
-
Open Source
What is the meaning of open source? How it is associated with the meaning of heavily documented?
-
-
-
-
-
UNIX Interview Questions
Ans