Which of the following commands show how the shell handles a specific command?
Which of the following commands show how the shell handles a specific command?
The command 'type' in the shell is used to show how the shell handles a specific command. It tells you whether the command is a shell built-in, an alias, or the path to the executable file that will be run.
Correct. https://www.howtogeek.com/426014/how-to-use-the-linux-type-command/
Massively agree that it is B.
Type tells you whether a command is a shell built-in, aliased to another command, or the location of the program in the PATH