stop
This command is used to stop the background procedure.
Syntax
# stop [% job id]
The following instance shows how to stop the sixth procedure.
# stop %6
#jobs
[6] + Stopped(signal) find / -name sample& [5] + Running find / -name sample&
[4] + Running find / -name sample&
[3] + Running find / -name sample& [2] + Running find / -name sample&
[1] + Running find / -name sample&