First page Back Continue Last page Overview Graphics
Exemples de contrôle de tâches
[hal@home/bob] jobs
[1]- Running find / -name '*.gif' > ~/images.txt &
[2]+ Running make install > /dev/null &
[hal@home/bob] fg
make install
[hal@home/bob] <Ctrl Z>
[2]+ Stopped make install
[hal@home/bob] bg
[2]+ make install &
[hal@home/bob] kill %1
[1]+ Terminated find / -name '*.gif' > ~/images.txt &