InterviewSolution
Saved Bookmarks
| 1. |
To know the PID of your current shell, which command will be used?(a) echo $$(b) echo $(c) $SHELL(d) $PATHThe question was posed to me in an international level competition.The query is from Process Basics in portion The Process of Unix |
|
Answer» The CORRECT ANSWER is (a) ECHO $$ |
|