Leaving Stopped Jobs

The Korn shell displays a warning message if you try to exit from the shell while jobs are stopped.

					$ stty tostop
					$ date &
					[1]   541
					[1] + Stopped(tty output)      date &
					$ exit
					You have stopped jobs
				

If you ignore this message and exit, the Korn shell will not attempt to warn you again and any stopped jobs will be terminated.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.219.12.23