Files
csapp2025/shlab/shlab-handout/trace16.txt
2025-05-20 22:09:48 +08:00

17 lines
256 B
Plaintext

#
# trace16.txt - Tests whether the shell can handle SIGTSTP and SIGINT
# signals that come from other processes instead of the terminal.
#
/bin/echo tsh> ./mystop 2
./mystop 2
SLEEP 3
/bin/echo tsh> jobs
jobs
/bin/echo tsh> ./myint 2
./myint 2