- 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.
推薦閱讀
- 計算機網絡
- Flask Web全棧開發實戰
- Visual C++串口通信開發入門與編程實踐
- Beginning Java Data Structures and Algorithms
- Python數據可視化:基于Bokeh的可視化繪圖
- Rust實戰
- 數據結構(C語言)
- Unreal Engine 4 Shaders and Effects Cookbook
- Arduino Wearable Projects
- Scala Functional Programming Patterns
- Arduino電子設計實戰指南:零基礎篇
- Applied Deep Learning with Python
- Mastering PowerCLI
- Android初級應用開發
- C語言程序設計