McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Computer Science Engineering (CSE)
→
Operating System Architecture
→
Which variable contains current shell pr...
Q.
Which variable contains current shell process id ?
A.
$*
B.
$?
C.
$$
D.
$!
Answer» C. $$
1.2k
0
Do you find this helpful?
8
View all MCQs in
Operating System Architecture
Discussion
No comments yet
Login to comment
Related MCQs
Which of the following special shell variables is used to process number of the current shell?
Flow control in a shell program allows parts of a shell program to be executed
Flow control in a shell program allows parts of a shell program to be executed
Which of the following special shell variables is used to process number of the last background job?
In python, the list L contains the following elements : ['A', 1,'1','George']. Which of the following ways of slicing would assign only the first two elements to the variable X ?
Which is the earliest and most widely used shell that came with the UNIX system?
Which of the following shell's wildcards are used to match any number of characters including none?
Which command is used to terminate all processes in your own system except the login shell?
Which of the following metacharacters will be recognized by the shell. even if it comes within double quotes?
Which of the following shell scripts looping features does not recognize the break command?