You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2019-10-10-mac-terminal-command.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ comments: true
24
24
|`ipconfig`|ip 보기||
25
25
|`netstat -nat | grep TIME_WAIT | wc -l`|네트워크||
26
26
|`ps <옵션>`|현재 자신이 실행한 프로세스 목록을 출력||
27
-
|`lsof -i:<port번호>`|특정 포트 사용중인 프로세스 출력||
27
+
|`lsof -i:<port번호>`|특정 포트 사용중인 프로세스 출력||
28
28
|`kill <-signalID> <PID>`|프로세스 kill|`-signalID` 프로세서에게 보낼 시그널을 지정한다. 시그널은 번호로 지정될 도 있고 시그널 이름으로 지정될 수도 있다.(`-9`)<br>`-l` 시그널 종류를 나열한다. 시그널의 종류는 시그널 번호 순서대로 이름으로 나열된다.|
29
29
|`jobs <옵션>`|현재 진행중인 작업들을 출력|`-l` 현재 작업하고 있는 디렉토리와 프로세스 그룹 ID를 출력|
30
30
|`mkdir <옵션> <디렉토리명>`|새로운 디렉토리 만들기 (make directory)|`-p` 만들고자하는 디렉토리의 상위 디렉토리가 없는 경우 상위 디렉토리까지 같이 생성|
0 commit comments