On the command line, you can achieve the equivalent through a series of pipes (using the KILL signal), as shown in Listing 5.
在命令行上,您可以通过一系列管道实现等效的功能(使用KILL信号),如 清单5 所示。
This server, similar in design to the display servers, accepts a command to kill existing programs and execute programs on the server.
该服务器在设计上类似于显示服务器,它接受一个命令,以杀死现有的程序并在该服务器上执行程序。
On Solaris, the killall command exists, but it is used as part of the shutdown process to kill all processes.
在Solaris 上,killall命令存在,但是将其用作关闭过程的一部分以终止所有进程。
When we're done with the program we can leave it to carry on executing with the 'detach' command or kill it with the 'kill' command.
如果已经完成了对程序的修改,可以'detach '命令继续执行程序,或者'kill '命令杀死进程。
The command kill -9 -1 kills every task on the system.
命令kill- 9- 1终止系统上的每个任务。
To see a list of signals available on your system, use the kill command with the -l option, as shown in Listing 3.
要查看系统可用的信号列表,请使用kill命令和- l选项,如清单3所示。
To see a list of signals available on your system, use the kill command with the -l option, as shown in Listing 3.
要查看系统可用的信号列表,请使用kill命令和- l选项,如清单3所示。
应用推荐