리눅스 셸: 두 판 사이의 차이

IT위키
(새 문서: * 사용 가능한 셸 확인 <pre class='shell'> # cat shells /bin/sh /bin/bash /sbin/nologin </pre> * 사용자별 셸 정보 <pre class='shell'> # cat /etc/passwd root:x:0:0:root...)
 
편집 요약 없음
1번째 줄: 1번째 줄:
[[분류:리눅스]]
* 사용 가능한 셸 확인
* 사용 가능한 셸 확인
<pre class='shell'>
<pre class='shell'>

2019년 6월 8일 (토) 18:39 판

  • 사용 가능한 셸 확인
# cat shells 
/bin/sh
/bin/bash
/sbin/nologin
  • 사용자별 셸 정보
# cat /etc/passwd
root:x:0:0:root:/root:/bin/bash
bin:x:1:1:bin:/bin:/sbin/nologin
phpmyadmin:x:501:501::/home/phpmyadmin:/bin/bash