|
|
where do I find renice?
i get error that says renice not found
where do I find renice?
Which version of OS X are you using? I think I remember something here on Mac OS X Hints that indicated nice/renice wasn't available before 10.1.
where do I find renice?
I have the current 10.1.2
where do I find renice?
I wouldn't think so, but I'm not sure. I have the Developer Tools installed on both my Mac at work and the one at home, so I can't check. Sorry.
where do I find renice?
If you need to find where a command is, always give "which" a try first. This will give you the instance of the program that shows up first in your path (thus if you have a bunch of custom stuff in /usr/local/bin and some of it overrides default stuff in /usr/bin or /bin, then you'll get whichever version shows up first in your path:
% which renice /usr/bin/renice % env | grep '^PATH' PATH=/usr/X11R6/bin:/sw/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sw/sbin:/Users/chris/bin/powerpc-apple-darwin:/Users/chris/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/X11R6/bin % If I remember correctly, the nice & renice commands were installed as far back as the Public Beta, but the Darwin kernel didn't acknowledge run level change requests until 10.1. Before that you could run the command, but it didn't really do anything.
where do I find renice?
...also if one is using the Shell /bin/sh then one can use the Shell's (/bin/sh) built-in command 'type'.
where do I find renice?
stummer: |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.10 seconds |
|