답변1
직접 출처 man ps
:
By default, ps selects all processes with the same effective user ID
(euid=EUID) as the current user and associated with the same terminal
as the invoker.
모든 프로세스를 보려면 다음과 같은 것이 필요합니다 ps -ef | grep <userid>
.
직접 출처 man ps
:
By default, ps selects all processes with the same effective user ID
(euid=EUID) as the current user and associated with the same terminal
as the invoker.
모든 프로세스를 보려면 다음과 같은 것이 필요합니다 ps -ef | grep <userid>
.