"Bash: ps: command not found"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
 
(다른 사용자 한 명의 중간 판 하나는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
{{소문자}}
{{소문자}}
<source lang='console'>
;<nowiki>bash: ps: command not found</nowiki>
<syntaxhighlight lang='console'>
testuser@localhost:~$ sudo docker run -it nginx bash
testuser@localhost:~$ sudo docker run -it nginx bash
root@12ca0e4b3cab:/# ps -ef
root@12ca0e4b3cab:/# ps -ef
bash: ps: command not found
bash: ps: command not found
</source>
</syntaxhighlight>


<source lang='bash'>
<syntaxhighlight lang='bash'>
apt-get update
apt-get update
apt-get install -y procps
apt-get install -y procps
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2021년 11월 8일 (월) 09:14 기준 최신판

1 개요[ | ]

bash: ps: command not found
testuser@localhost:~$ sudo docker run -it nginx bash
root@12ca0e4b3cab:/# ps -ef
bash: ps: command not found
apt-get update
apt-get install -y procps

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}