retagged by
2,120 views
1 votes
1 votes

Which of the following statement(s) is/are True regarding ‘nice’ command of UNIX ?

I. It is used to set or change the priority of a process.

II. A process’s nice value can be set at the time of creation.

III. ‘nice’ takes a command line as an argument.

  1. $I, II$ only
  2. $II, III$ only
  3. $I, II, III$ 
  4. $I, III$ only
retagged by

1 Answer

1 votes
1 votes

Nice command runs a command with a modified scheduling priority.It is used to set or change the priority of a process.  A process’s nice value can be set at the time of creation.It also takes a command line as an argument.

nice [OPTION] [COMMAND [ARG]...]

Related questions

1 votes
1 votes
3 answers
3
makhdoom ghaya asked Oct 4, 2016
4,090 views
Which formal system provides the semantic foundation for Prolog ?Predicate calculusLambda calculusHoare logicPropositional logic