We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ ps -fu <USER>
$ ps -U root -u root --deselect
$ pstree
$ ps -ejH
$ lsof -i :<port>
The text was updated successfully, but these errors were encountered:
네임스페이스 조회
$ 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>
Sorry, something went wrong.
No branches or pull requests
프로세스
프로세스 상태 확인
유저 별 프로세스 확인
루트가 실행한 프로세스를 제외한 목록 확인
프로세스 트리
프로세스 트리 ps
프로세스 찾기
특정 포트로 열려 있는 프로세스 찾기
The text was updated successfully, but these errors were encountered: