What is the default process management command used in Linux to change the scheduling priority of an already running process? MCQ with Answer and Explanation

What is the default process management command used in Linux to change the scheduling priority of an already running process?
A. nice
B. renice
C. chmod
D. kill
Answer: Option B
Solution (By JKSSB Mock Tests)
While 'nice' sets process priority during initial launch, the 'renice' command alters the priority tier of an already active running process ID.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Operating Systems Questions

Question #1
What is the role of the 'init' process in Linux?
A. It schedules tasks
B. It manages device drivers
C. It handles user login
D. It is the first process started by the kernel and parent of all other processes

Correct Answer: Option D


Explanation:
The init process (PID 1) is the first user-space process and is responsible for starting system services and daemons.

This question belongs to: Computer Operating Systems
Question #2
Which component of Windows stores configuration settings for hardware, software, and users?
A. System Configuration
B. Group Policy
C. Event Viewer
D. Registry

Correct Answer: Option D


Explanation:
The Windows Registry is a hierarchical database that stores configuration settings for the OS, applications, and hardware.

This question belongs to: Computer Operating Systems
Question #3
What is the function of the Android 'TelephonyManager'?
A. To manage data connection
B. To send SMS
C. To make phone calls
D. To access device telephony and network information

Correct Answer: Option D


Explanation:
TelephonyManager provides information about cellular network, SIM, device ID, and phone state.

This question belongs to: Computer Operating Systems