[Ubuntu] some instructions
ps -l
report a snapshot of the current precesses.
pstree -Aup
display a tree of processes.
fg
call job to run in font mode.
bg
call job to run in background mode.
jobs
list all jobs.
&
add this after an instruction, and job will run in background.
report a snapshot of the current precesses.
pstree -Aup
display a tree of processes.
fg
call job to run in font mode.
bg
call job to run in background mode.
jobs
list all jobs.
&
add this after an instruction, and job will run in background.
留言
張貼留言