- Learn Linux Quickly
- Ahmed AlKabary
- 113字
- 2021-06-11 18:43:50
The four categories of linux commands
All Linux commands must fall into one of these following four categories:
- An executable program: Which is usually written in the C programming language. The cp command is an example of an executable command.
- An alias: Which is basically another name for a command (or a group of commands).
- A shell builtin: The shell supports internal commands as well. The exit and cd commands are two examples of a shell builtin command.
- A shell function: These are functions that help us achieve a specific task and are essential in writing shell scripts. We will cover this in more detail later, for now, just know they exist.
推薦閱讀
- MySQL 8 DBA基礎教程
- 區塊鏈:以太坊DApp開發實戰
- Haxe Game Development Essentials
- Asynchronous Android Programming(Second Edition)
- C語言程序設計教程
- Babylon.js Essentials
- GameMaker Essentials
- Java EE企業級應用開發教程(Spring+Spring MVC+MyBatis)
- 零基礎學C語言第2版
- MySQL程序員面試筆試寶典
- SpringBoot從零開始學(視頻教學版)
- 邊玩邊學Scratch3.0少兒趣味編程
- Java EE輕量級解決方案:S2SH
- Design Patterns and Best Practices in Java
- 程序員的英語