리눅스 type

Jmnote (토론 | 기여)님의 2014년 3월 19일 (수) 10:06 판 (새 문서: ==개요== ;리눅스 type ==실행예시== <source lang='dos'> [root@jmnote ~]# type bash bash is /bin/bash </source> <source lang='dos'> [root@jmnote ~]# type httpd httpd is /usr/s...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

리눅스 type

2 실행예시

[root@jmnote ~]# type bash
bash is /bin/bash
[root@jmnote ~]# type httpd
httpd is /usr/sbin/httpd
쉘 빌트인
[root@jmnote ~]# type type
type is a shell builtin
alias
[root@jmnote ~]# type ls
ls is aliased to `ls --color=auto'
hashed
[root@jmnote ~]# type man
man is hashed (/usr/bin/man)

3 같이 보기

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