"-bash: pstree: command not found"의 두 판 사이의 차이

(새 문서: <source lang='console'> root@localhost:~# pstree -bash: pstree: command not found </source> <source lang='console'> root@localhost:~# apt install psmisc Reading package lists... Done...)
 
 
(같은 사용자의 중간 판 3개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
<source lang='console'>
<source lang='console'>
root@localhost:~# pstree
root@localhost:~# pstree -V
-bash: pstree: command not found
-bash: pstree: command not found
</source>
</source>
21번째 줄: 22번째 줄:
Setting up psmisc (22.21-2.1+b2) ...
Setting up psmisc (22.21-2.1+b2) ...
</source>
</source>
<source lang='console'>
root@localhost:~# pstree -V
pstree (PSmisc) 22.21
Copyright (C) 1993-2009 Werner Almesberger and Craig Small
PSmisc comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under
the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
</source>
==같이 보기==
* [[bash: ps: command not found]]


[[분류: psmisc]]
[[분류: command not found]]
[[분류: apt install]]
[[분류: apt 패키지 psmisc]]

2020년 9월 1일 (화) 13:02 기준 최신판

1 개요[ | ]

root@localhost:~# pstree -V
-bash: pstree: command not found
root@localhost:~# apt install psmisc
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  psmisc
0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
Need to get 123 kB of archives.
After this operation, 603 kB of additional disk space will be used.
Get:1 http://cloudfront.debian.net/debian stretch/main amd64 psmisc amd64 22.21-2.1+b2 [123 kB]
Fetched 123 kB in 1s (68.4 kB/s)
Selecting previously unselected package psmisc.
(Reading database ... 45434 files and directories currently installed.)
Preparing to unpack .../psmisc_22.21-2.1+b2_amd64.deb ...
Unpacking psmisc (22.21-2.1+b2) ...
Setting up psmisc (22.21-2.1+b2) ...
root@localhost:~# pstree -V
pstree (PSmisc) 22.21
Copyright (C) 1993-2009 Werner Almesberger and Craig Small

PSmisc comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under
the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.

2 같이 보기[ | ]

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