Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question

In linux, if you have a given command, how do you find out if that command is an alias (e.g. alias lsl="ls -l"), a system executable (e.g. cp), or a built-in shell command (e.g. source or printf)? Complete:

[...] <command>

Answer
type

Question

In linux, if you have a given command, how do you find out if that command is an alias (e.g. alias lsl="ls -l"), a system executable (e.g. cp), or a built-in shell command (e.g. source or printf)? Complete:

[...] <command>

Answer
?

Question

In linux, if you have a given command, how do you find out if that command is an alias (e.g. alias lsl="ls -l"), a system executable (e.g. cp), or a built-in shell command (e.g. source or printf)? Complete:

[...] <command>

Answer
type
If you want to change selection, open document below and click on "Move attachment"

20. Advanced Shell Scripting
executing a shell script when environment variables set by that script must be preserved. times Prints the accumulated user and system times for the shell and for processes run from the shell. <span>type command Tells whether command is an alias, a built-in or a system executable. ulimit Prints and sets various user resource limits like memory usage limits and CPU limits. See bash (1) f

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.