https://quizack.com/unix/mcq/with-regard-to-unix-a-process-is
Answer: a program in a state of execution.
Note: This Question is unanswered, help us to find answer for this one
Is This Question Helpful?
More Unix MCQ Questions
Which of the following is incorrect about the restrictions imposed by the restricted shell ?
Which of the following characters can be used to run multiple commands on a single line?
Which command will you use to see your current group?
Which command will delete a directory only if it is empty ?
Using which command can you move to a different directory?
In Unix, a filename cannot have the following character:
You inspect the last access time (atime) instead of the last modification time (mtime) in ls output by using the following switch to ls:
A user reports a problem. In order to gain access to his account in the most secure and non obtrusive way, you...
How would you print the content of the file in a reverse?
If you use the command sequence: echo 'hello'>file; ln file newfile; rm file; What will happen when you run: cat newfile