zoukankan      html  css  js  c++  java
  • Linuxinternal command & external command

    Linux internal commands

    PDF Print E-mail
    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
  • 相关阅读:
    第七章读书笔记
    第八章读书笔记
    第五章读书笔记
    第六章读书笔记
    总结
    第四章读书笔记
    第十一章读书笔记
    第十章读书笔记
    第九章读书笔记
    第八章读书笔记
  • 原文地址:https://www.cnblogs.com/kelin1314/p/1932673.html
Copyright © 2011-2022 走看看