c++从键盘输入N个数,用输入流,为什么按Ctrl+Z程序直接就死了?
3个回答
展开全部
linux 系统中:
ctrl-z 发送 SIGTSTP 信号给前台进程组中的所有进程,常用于挂起一个进程。
--mysql连接数据库后,按ctrl+z
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
[1]+ Stopped mysql -u root -p
xxx@xxx:~$ ps -ef | grep mysql
mysql 948 1 0 Jun12 ? 00:22:07 /usr/sbin/mysqld
xxx 40033 39988 0 15:51 pts/0 00:00:00 mysql -u root -p ;此进程挂起
xxx 40037 39988 0 15:51 pts/0 00:00:00 grep --color=auto mysql
再补充一下:
用fg命令,就可以恢复到你你用ctrl+z命令挂起的进程。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询