Linux Missive
Popular Posts
Build RPM From Scratch in RHEL 9
SecuGen Hamster Pro 20 with Ubuntu 14.04
ansible-playbook fatal: [localhost]: FAILED! => {"msg": "Missing sudo password"}
Search This Blog
Tuesday, 10 June 2014
Find out built in or an external command
type -a bind
bind is a shell builtin
type -a cat
cat is /bin/cat
type -a awk
awk is /bin/awk
awk is /usr/bin/awk
type -a true
true is a shell builtin
true is /bin/true
type -a select
select is a shell keyword
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment