3.2-命令行基础
# F1-6 1 图形 tty1-6
ctrl + alt + F4 seat0
ctrl + alt + F1 tty2
w
# 主机名
hostname
# 看ip地址
ifconfig
ping
# 127.0.0.1 回环地址
ls
cd
reboot
poweroff
shutdown
# 语法:命令 选项 参数
# 学命令的方式
ls --help
man ls
which ls
whereis ls # 是否有man命令
# F1-6 1 图形 tty1-6
ctrl + alt + F4 seat0
ctrl + alt + F1 tty2
w
# 主机名
hostname
# 看ip地址
ifconfig
ping
# 127.0.0.1 回环地址
ls
cd
reboot
poweroff
shutdown
# 语法:命令 选项 参数
# 学命令的方式
ls --help
man ls
which ls
whereis ls # 是否有man命令