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
  • 相关阅读:
    代码检查工具介绍
    Eclipse利用代理快速安装插件
    toString结果
    Eclipse查看jdk源码
    java语言基础特性
    TODO、FIXME和XXX转载
    java泛型
    不良代码总结
    mockServer学习
    akka
  • 原文地址:https://www.cnblogs.com/kelin1314/p/1932673.html
Copyright © 2011-2022 走看看