Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

리눅스 명령어 #3

Open
iamminji opened this issue Mar 11, 2022 · 1 comment
Open

리눅스 명령어 #3

iamminji opened this issue Mar 11, 2022 · 1 comment
Labels

Comments

@iamminji
Copy link
Owner

iamminji commented Mar 11, 2022

프로세스

프로세스 상태 확인

유저 별 프로세스 확인

$ ps -fu <USER>

루트가 실행한 프로세스를 제외한 목록 확인

$ ps -U root -u root --deselect

프로세스 트리

$ pstree

프로세스 트리 ps

$ ps -ejH

프로세스 찾기

특정 포트로 열려 있는 프로세스 찾기

$ lsof -i :<port>
@iamminji iamminji added linux 리눅스 command labels Mar 11, 2022
@iamminji iamminji changed the title 리눅스에서 프로세스 상태를 확인하는 유용한 명령어 리눅스 유용한 명령어 Apr 11, 2022
@iamminji
Copy link
Owner Author

iamminji commented Jul 14, 2022

네임스페이스 조회

$ ls -l /proc/$$/ns

유저 네임스페이스 조회

$ readlink /proc/$$/ns/user

파일 시스템 확인

$ lsof

큰 파일 삭제했는데 df -h 로 디스크 사이즈 줄어들지 않을 때, 파일 시스템이 열려 있어서 그렇다. https://unix.stackexchange.com/questions/68523/find-and-remove-large-files-that-are-open-but-have-been-deleted
파일 시스템 타입 별로 마운트 정보 확인

$ mount -t <type>

@iamminji iamminji changed the title 리눅스 유용한 명령어 리눅스 명령어 Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant