8000 오타 수정 · mioscode/mioscode.github.io@2eab110 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2eab110

Browse files
author
somee.han
committed
오타 수정
1 parent 2af0d82 commit 2eab110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2019-10-10-mac-terminal-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ comments: true
2424
|`ipconfig`|ip 보기||
2525
|`netstat -nat | grep TIME_WAIT | wc -l`|네트워크||
2626
|`ps <옵션>`|현재 자신이 실행한 프로세스 목록을 출력||
27-
|`lsof -i:<port번호>`|특정 포트 사용중인 프로세스 출력||
27+
|`lsof -i :<port번호>`|특정 포트 사용중인 프로세스 출력||
2828
|`kill <-signalID> <PID>`|프로세스 kill|`-signalID` 프로세서에게 보낼 시그널을 지정한다. 시그널은 번호로 지정될 도 있고 시그널 이름으로 지정될 수도 있다.(`-9`)<br>`-l` 시그널 종류를 나열한다. 시그널의 종류는 시그널 번호 순서대로 이름으로 나열된다.|
2929
|`jobs <옵션>`|현재 진행중인 작업들을 출력|`-l` 현재 작업하고 있는 디렉토리와 프로세스 그룹 ID를 출력|
3030
|`mkdir <옵션> <디렉토리명>`|새로운 디렉토리 만들기 (make directory)|`-p` 만들고자하는 디렉토리의 상위 디렉토리가 없는 경우 상위 디렉토리까지 같이 생성|

0 commit comments

Comments
 (0)
0