Bash 빌트인 명령어

Jmnote (토론 | 기여)님의 2013년 11월 15일 (금) 14:24 판

1 개요

bash builtin commands; BASH_BUILTINS
Bash 빌트인 명령어; Bash 빌트인
  • Bash에 내장된 명령어
  • bash가 제공하는 기능이므로, 실행파일이 따로 없다.
[root@jmnote ~]# whereis cat
cat: /bin/cat /usr/share/man/man1/cat.1.gz
→ cat 명령어는 실행파일 /bin/cat이 있음. (빌트인 명령어 아님)
[root@jmnote ~]# whereis alias
alias: /usr/share/man/man1/alias.1.gz
→ alias 명령어는 실행파일이 따로 없음[1]. (빌트인 명령어)

2 목록

3 같이 보기

4 주석

  1. /usr/share/man/man1/alias.1.gz 는 매뉴얼 파일임
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}