"리눅스 command"의 두 판 사이의 차이

5번째 줄: 5번째 줄:
* 명령어를 실행하는 명령어
* 명령어를 실행하는 명령어
* [[Bash 빌트인 명령어]] 중 하나
* [[Bash 빌트인 명령어]] 중 하나
<source lang='console'>
root@zetawiki:~# ls
bulletphp_test.php  mylog  script
root@zetawiki:~# command ls
bulletphp_test.php  mylog  script
root@zetawiki:~# type ls
ls is aliased to `ls --color=auto'
root@zetawiki:~# which ls
/bin/ls
</source>


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

2016년 6월 29일 (수) 14:56 판

  다른 뜻에 대해서는 Command 패턴 문서를 참조하십시오.
  다른 뜻에 대해서는 명령어 문서를 참조하십시오.

1 개요

리눅스 command
root@zetawiki:~# ls
bulletphp_test.php  mylog  script
root@zetawiki:~# command ls
bulletphp_test.php  mylog  script
root@zetawiki:~# type ls
ls is aliased to `ls --color=auto'
root@zetawiki:~# which ls
/bin/ls

2 같이 보기

3 참고 자료

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