首页 > 代码库 > CentOS7学习笔记
CentOS7学习笔记
关机与重启命令
shutdown -h now shutdown -r 10 shutdown -r 23:59
显示目录文件
ls -a /etc/
查看名称包含telnet的软件是否已安装 (| grep 表示匹配的意思)
ypm-qa | grep telnet
切换praybb用户
us praybb
查看系统分区
df -h # df -k df –l
查看源列表
yum list |grep telnet #查看源列表中匹配telnet的软件
安装源软件
yum install telnet.x86_64 #安装telnet.x86_64软件
服务的操作
关键字:
start | enable | disable | status | restart | systemctl list -units --type=service |
启动 | 开机启动 | 删除开机启动 | 查看状态 | 重新启动 | 查看已启动的服务 |
systemctl #显示正在运行的服务
systemctl enable nfs-server.service
#设置开机启动NFS服务,查看centos版本号
cat /etc/redhat-release
查看centos系统是64位还是32位
getconf LONG_BIT
CentOS7学习笔记
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。