retagged by
2,227 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.3k
views
1 answers
2 votes
makhdoom ghaya asked Oct 4, 2016
1,343 views
Consider the following operations to be performed in Unix : "The pipe sorts all files in the current directory modified in the month of "June" by order of size and prints them to the ... $10$nls - $1$ | grep - $n$ "June" | sort + $10$x
1.0k
views
1 answers
2 votes
makhdoom ghaya asked Oct 4, 2016
1,000 views
The Unix Operating System Kernel maintains two key data structures related to processes, the process table and the user structure. Now, consider the following two statements :I. The ... (I) and (II) are correct.Both (I) and (II) are wrong.
4.1k
views
3 answers
1 votes
makhdoom ghaya asked Oct 4, 2016
4,133 views
Which formal system provides the semantic foundation for Prolog ?Predicate calculusLambda calculusHoare logicPropositional logic
2.1k
views
1 answers
2 votes
makhdoom ghaya asked Oct 4, 2016
2,062 views
In Artificial Intelligence , a semantic networkIs a graph-based method of knowledge representation where nodes represent concepts and arcs represent relations between ... slots and associated rules.Is a subset of first-order logic.