fnpcb> fbs exec -I -n 3 -q IOQ /bin/tcsh Job 2534 [Connected to process #1] Exit from .cshrc fnpcb> ps PID TTY TIME CMD 21447 ttyp0 00:00:00 tcsh 21933 ttyp0 00:00:00 ps fnpcb> # to switch to proc #, ? to list, q to quit, k to kill> 2 [Connected to process #2] Exit from .cshrc fnpcb> hostname fnpcb fnpcb> # to switch to proc #, ? to list, q to quit, k to kill> k Section state is: failed fnpcb>
In this example, user submitted 3-process batch job to run 3 instances of interactive UNIX shell (/bin/tcsh). When the job started, user connected to process 1, then switched to process 2, then killed the job.