|

楼主 |
发表于 2007-9-18 22:01:48
|
显示全部楼层
- [xz@localhost mnt]$ killall
- Usage: killall [OPTION]... [--] NAME...
- killall -l, --list
- killall -V, --version
- -e,--exact require exact match for very long names
- -I,--ignore-case case insensitive process name match
- -g,--process-group kill process group instead of process
- -i,--interactive ask for confirmation before killing
- -l,--list list all known signal names
- -q,--quiet don't print complaints
- -r,--regexp interpret NAME as an extended regular expression
- -s,--signal SIGNAL send this signal instead of SIGTERM
- -u,--user USER kill only process(es) running as USER
- -v,--verbose report if the signal was successfully sent
- -V,--version display version information
- -w,--wait wait for processes to die
- [xz@localhost mnt]$
复制代码
我感觉是启动项被更改了。 |
|