Linux基础----常用命名(2)

一、权限管理命令

1、chgrp

2、unmask

022 -> 7-0 7-2 7-2=755  000->7-0 7-0 7-0 =777  安全机制 都没有可执行权限   所有 -rw -rw -rw

二、文件搜索命名

1、which

2、find

3、locate

4、updatedb

5、updatedb

6、grep

三、帮助命令

1、man

2、info

3、whatis

四、压缩解压命名 

1、gzip(不能压缩目录)

2、gunzip

3、tar

压缩

解压

五、网络通信命名

1、write

root登录

用evior登录

2、wall

向所有用户广播信息

Root 广播信息 happy new year

evior 登录 接受信息

3、ping

4、ifconfig

5、shutdown

6、reboot

六、shell应用技巧

1、bash shell

命名补全  tab   历史命名       crtl+u  清理光标之前当前行的  ctrl+l  清屏

2、别名的使用

3、输入、输出重定向

标准输入

Root用户

evior用户 

标准输出

标准错误输出

4、命名的连接符

5、命名的替换符

猜你喜欢

转载自blog.csdn.net/qq_30904985/article/details/82347689