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

15번째 줄: 15번째 줄:
root@zetawiki:~# which ls
root@zetawiki:~# which ls
/bin/ls
/bin/ls
</source>
<source lang='console'>
root@zetawiki:~# l /var
backups/  crash/  local/  log/  opt/  spool/  www/
cache/    lib/    lock@  mail/  run@  tmp/
root@zetawiki:~# command l /var
l: command not found
</source>
</source>



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

  다른 뜻에 대해서는 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
root@zetawiki:~# l /var
backups/  crash/  local/  log/   opt/  spool/  www/
cache/    lib/    lock@   mail/  run@  tmp/
root@zetawiki:~# command l /var
l: command not found

2 같이 보기

3 참고 자료

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