Why we use the exec command? 1. executes the output of command as a regular shell command 2. causes the shell's image to be replaced with command in the process' memory space. 3. causes all of the positional parameters $2..$n to be renamed $1..$(n-1), and $1 to be lost. 4. none
Why we use the exec command? 1. executes the output of command as a regular shell command 2. causes the shell's image to be replaced with command in the process' memory space. 3. causes all of the positional parameters $2..$n to be renamed $1..$(n-1), and $1 to be lost. 4. none
causes the shell's image to be replaced with command in the process' memory space.
| More interview questions and answers |
|---|
Who developed the Linux ? 1. charls babbage 2. Linus Torvalds 3. Alan Turing 4. none |
Linus Torvalds |
what is knoppix ? 1. CD version of the Linux 2. Version of the Linux 3. properties of linux 4. none |
CD version of the Linux |
What terminology is not used in the Linux ? 1. Shell 2. Process 3. File 4. Folder |
Folder |
What do you mean by Linux utilities ? 1. System software 2. application software 3. Both 4. none |
System software |
communication media between user and Linux OS |
What is the System Call in linux? 1. Function 2. predefined function 3. properties 4. none |
predefined function |
How many types of the shell in Linux ? 1. one 2. two 3. three 4. four |
Three Three types of shell in Linux are: Bourne again shell(bash), korn shell(ksh), c shell(csh). |
generates a list of processes and their attributes |
Why we use the kill command? 1. stop process 2. terminate the process 3. wait the process 4. none |
Terminate the process |
wait for one of its child processes to terminate |
executes the output of command as a regular shell command |
causes the shell's image to be replaced with command in the process' memory space. |
causes all of the positional parameters $2..$n to be renamed $1..$(n-1), and $1 to be lost. |
sets the shell's umask value to the specified octal number, or displays the current umask value if the argument is omitted |
all |
Compilation of program |
specify the time of execution of any command |
True |
use for enter the directory |
why we use passwd command? 1. create password 2. change password 3. find password 4. none |
change password |