retagged by
2,563 views
1 votes
1 votes

Which statement is not true about process O in the Unix operating system ?

  1. Process O is called init process.
  2. Process O is not created by fork system call.
  3. After forking process 1, process O becomes swapper process.
  4. Process O is a special process created when system boots
retagged by

1 Answer

Best answer
3 votes
3 votes

Answer would be A) Process O is called the init process 

selected by
Answer:

Related questions

2 votes
2 votes
1 answer
1
go_editor asked Jul 29, 2016
2,209 views
Which of the following commands would return process_id of sleep command?Sleep 1 and echo $Sleep 1 and echo $#Sleep 1 and echo $*Sleep 1 and echo $!
2 votes
2 votes
1 answer
2
go_editor asked Jul 29, 2016
1,587 views
In Unix, how do you check that two given strings a and b are equal?test $a -eq $btest $a -equal $btest $a = $bsh -C test $a == $b
3 votes
3 votes
2 answers
3
3 votes
3 votes
1 answer
4
go_editor asked Jul 29, 2016
3,793 views
The directory structure used in Unix file system is calledHierarchical directoryTree structured directoryDirected acrylic graphGraph structured directory