CS155 Processes
&
, fg
, bg
, kill
)
but, these days, we usually just create another terminal window.
% ps PID TTY TIME CMD 14314 pts/0 00:00:00 bash 14326 pts/0 00:00:00 ps % ps -H PID TTY TIME CMD 14314 pts/0 00:00:00 bash 14327 pts/0 00:00:00 ps % ps -Hf UID PID PPID C STIME TTY TIME CMD neutron 14314 14313 0 15:57 pts/0 00:00:00 -bash neutron 14328 14314 0 15:58 pts/0 00:00:00 ps -H -Hf
ps
– list my running processes
-f
: give more information
-e
: list processes for everyone, not just this terminal
-H
: hierarchical (indented) output
nice
can be used to change the priority of your process.
nice my_prog
Modified: 2016-01-14T12:39 User: Guest Check: HTML CSSEdit History Source |
Apply to CSU |
Contact CSU |
Disclaimer |
Equal Opportunity Colorado State University, Fort Collins, CO 80523 USA © 2015 Colorado State University |