Tagged Questions
1
vote
0answers
93 views
Display 'PRI' and 'NI' via 'top -stats'
I'm trying to create a script that prints top stat for some specific fields (e.g. pid, command, priority, nice value). I can print most of them by using -stats option, but there is no arg for ni and ...
1
vote
1answer
99 views
How do you prevent user from opening a program?
I'm trying to write a script which prevents the concerned user from opening programs (mostly internet browsers) from being run during a certain time (like 1000 to 1200 hrs). This is like a ...