您的位置:首页 > 运维架构 > Linux

Linux-internal command & external command

2011-01-11 10:59 441 查看
Linux internal commands







Linux commands
Linux commands are nothing but the text written in the shell or terminal that the terminal understands. Linux commands usually performs certain specific operations such as editing a text file, making, removing and moving a directory etc. The shell or the terminal of Linux provides a use set of commands and allows us to write the script that are able to perform various operations.
Commands in Linux are usually divided into two sections internal commands and the external commands. The internal commands are the commands that that are built into the shell and the external command are those that requires a path to execute.
For example :
the command echo is an external command which is availabe at /bin/echo
while the exit command is an internal command which is available at the shell
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: