What would be the probable cause if a user complains that she cannot - ProProfs Discuss
Advertisement

What would be the probable cause if a user complains that she cannot run her script at a process priority higher than 0?

Asked by Jeremiah, Last updated: Mar 27, 2024

+ Answer
Request
Question menu
Vote up Vote down

1 Answer

John Smith

John Smith

John Smith
John Smith

Answered Sep 08, 2016

Users can only run at a priority of 0.-default priority is 0 and root only can set priority from -20 (highest) to 19 (lowest) priority. whatever process user runs, process starts on default priority value 0. if you are root and want to set priority use: nice -n priority_value command. example: nice -n -20 find /etc -name passwd. but users cant set the priority to process. if you tried from no-root user you will get message: nice: cannot set priority: premission denied.
upvote downvote
Reply 

Advertisement
Advertisement
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader
Image Preview
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader
Image Preview
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader

Email Sent
We have sent an email to your address "" with instructions to reset your password.