Merge commit 'e2a5e6750a362e0fd8c89f3d1d40a623ba6d1fd6'
This commit is contained in:
23
labs/03_shlab/trace13.txt
Normal file
23
labs/03_shlab/trace13.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
#
|
||||
# trace13.txt - Restart every stopped process in process group
|
||||
#
|
||||
/bin/echo -e tsh> ./mysplit 4
|
||||
./mysplit 4
|
||||
|
||||
SLEEP 2
|
||||
TSTP
|
||||
|
||||
/bin/echo tsh> jobs
|
||||
jobs
|
||||
|
||||
/bin/echo tsh> /bin/ps a
|
||||
/bin/ps a
|
||||
|
||||
/bin/echo tsh> fg %1
|
||||
fg %1
|
||||
|
||||
/bin/echo tsh> /bin/ps a
|
||||
/bin/ps a
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user