728x90
killall 명령어
: 시스템의 프로세스를 관리하기위한 유틸리티
$ killall
-bash: killall: command not found
centos
yum install -y psmisc
ubuntu
apt-get install -y psmisc
killall 버전 정보
killall -V
$ killall -V
killall (PSmisc) 23.4
Copyright (C) 1993-2021 Werner Almesberger and Craig Small
PSmisc comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under
the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
참고URL
- kill 명령어 : https://scbyun.com/516
728x90
'리눅스' 카테고리의 다른 글
[리눅스] nginx tomcat 설치 및 연동 (0) | 2022.12.03 |
---|---|
[리눅스] 간단한 파일 전송 (rz 명령, sz 명령) (0) | 2022.12.03 |
[리눅스] iTop(itsm) 설치하기 (0) | 2022.12.02 |
[리눅스] glusterfs 설치 및 설정 (0) | 2022.12.01 |
[linux] ubuntu LTS(Long Term Support) releases cycle (0) | 2022.12.01 |