March 2012
Beginner to intermediate
230 pages
7h 27m
English
When you run a command, it might invoke a Linux program (like
who), or instead it might be a
built-in command, a feature of the shell
itself. You can tell the difference with the type command:
$ type who who is /usr/bin/who $ type cd cd is a shell builtin
It is helpful to know what the shell provides versus what Linux does. The next few sections describe features of the shell.
Read now
Unlock full access