Linux command

2018-08-19  本文已影响0人  威力混

System command

ifconfig: 查看活动接口的IP地址

echo: 回显

tty: 查看当前的终端设备

startx

export

pwd

history

shutdown - 关机

poweroff - 强制关机

reboot

hwcolck

date


普通command: /bin,  /usr/bin , /usr/local/bin

系统command:/sbin, /usr/sbin, /usr/local/sbin

共享库:/lib, /lib64, /usr/lib, /usr/local/lib

path:路径或目录 echo $ path

type: 确定一个command类型:是shell程序自带还是外部的

Options: Command option

    短选项:-c (-l, -d, y,n)     (-l -d = -ld)

    长选项: --word ( --help,)

Arguments: 对象

help: help command(shell), # command --help

manual: ls /usr/share/man/ (系统全部手册)     手册不是都有

    # man command (etc. man poweroff)

            Section中会列出command的名称特性等:Name, Synopsis,             Description,options, examples, author, bugs, see also...

上一篇下一篇

猜你喜欢

热点阅读