$ ps -A | grep firefox
on my system gives the following output
12845 pts/0 00:04:00 firefox
so 12845 is the required PID.
By issuing the following command we can give maximum priority (-20) to the particular process -
$ sudo renice -20 12845This can be ascertained using the 'top' command.


0 comments:
Post a Comment