《Linux 命令行大全》读书笔记

论坛 期权论坛 编程之家     
选择匿名的用户   2021-6-2 20:49   1395   0

Chapter5 命令的使用

5.1 命令的种类

  • 可执行程序
  • shell 内置命令
  • shell 函数
  • alias 命令

5.2 认识命令的命令

5.2.1 type 显示可执行程序的类型

shelltype ls

图片描述

5.2.2 which 显示可执行程序的位置

shellwhich ls

图片描述

5.3 帮助文档

1. help cd

2. mount --help

3. man 5 passwd 

   man section search_term

4. apropos find

5. whatis mount

6. info coreutils

apropos
whatis

5.4 别名

shelltype foo
alias foo='cd /usr;ls -al;echo hahaha'
unalias foo
alias  //列出所有别名

图片描述

分享到 :
0 人收藏
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

积分:3875789
帖子:775174
精华:0
期权论坛 期权论坛
发布
内容

下载期权论坛手机APP