Linux centos 入门(一)
Linux 命令格式:命令[命令选项][参数] {必选项}[可选项] ls -a /tmp 等价于 ls --all /tmp
ls 命令 -a 命令选项 简写是- 全写 -all /tmp 参数
Linux 命令分为:外部命令 外部命令 (用type判断命令是命令类型) bin命令任何人都可以使用,sbin只有管理人员才能使用 Linux基本命令 清屏命令 clear clear
帮助命令 `man`
man ls
进入文件夹命令 `cd`
列出当前目录的内容 `ls [-a -i -d]`
显示主机名称 `hostname`
显示日历 `cal`
计算器 `bc` 退出计算器 `quit`
重启命令&关机 `reboot` `shutdown` `init ` `halt`
#管理人员使用
shutdown -r now # 关机后重启
shutdown -h now
版权声明:
作者:lichengxin
链接:https://www.techfm.club/p/19130.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。
THE END
二维码
共有 0 条评论