Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- mongoose
- ConstraintLayout
- docker-compose
- map
- collection
- vuex
- union
- animation
- list
- Service
- Generic
- ReactNative
- Foreign Key
- Swift
- CLASS
- MINUS
- AWS
- recyclerview
- 생명주기
- Kotlin
- LiveData
- function
- Filter
- elementAt
- Interface
- docker
- react native
- class component
- lifecycle
- enum
Archives
- Today
- Total
개발 일기
kill 본문
Kill 명령은 자원 제한으로 인해 멈춘 프로세스를 중지하는 방법입니다.
기본적인 사용방법 :)
$ kill PID
옵션 :)
$ kill -l
사용 예시 :)
$ kill -9 PID
$ kill -SIGKILL PID
'linux' 카테고리의 다른 글
cron tab 사용방법 ? (0) | 2020.04.12 |
---|---|
systemctl ? (0) | 2020.04.11 |
ps (0) | 2020.04.08 |
uname ? (0) | 2020.04.06 |
linux curl ? (0) | 2020.04.05 |
Comments