博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
centos7常用操作
阅读量:5918 次
发布时间:2019-06-19

本文共 596 字,大约阅读时间需要 1 分钟。

hot3.png

查看网络状态:ss -autnlp

查看ip信息:ip addr

查看内核:

cat /etc/centos-release

查看hostname:

cat /etc/hostname
cat /etc/hosts
cat /proc/sys/kernel/hostname
hostname
hostnamectl

设置hostname:

hostnamectl --static set-hostname db171
了解更多

设置变量环境:

查看位置在:/etc/profile
export  PATH="$PATH:/NEW_PATH"

systemctl enable *.service     #开机运行服务
systemctl disable *.service     #取消开机运行
systemctl start *.service     #启动服务
systemctl stop *.service     #停止服务
systemctl restart *.service     #重启服务
systemctl reload *.service     #重新加载服务配置文件
systemctl status *.service     #查询服务运行状态
systemctl --failed     #显示启动失败的服务

 

 

转载于:https://my.oschina.net/yule526751/blog/777910

你可能感兴趣的文章
第14章 grep、sed、awk 正则表达式
查看>>
ant_Jmeter持续集成测试报告优化之添加throughput显示
查看>>
一个=号引发的错误.......
查看>>
CPU显卡内存与3DMAX渲染的关系
查看>>
Hive(一):Hive的安装部署
查看>>
Tomcat9 多端口 多项目
查看>>
Codeforces Round #219 (Div. 1) A. Counting Kangaroos is Fun 【二分】
查看>>
Html基础
查看>>
wiki----为用户设置管理员权限
查看>>
《图像处理实例》 之 局部极值提取
查看>>
java 常见几种发送http请求案例[转]
查看>>
win7系统安装hadoop
查看>>
day5作业购物商城+ATM
查看>>
day6作业--选课系统
查看>>
stegsolve---图片隐写查看器
查看>>
dubbo接口测试
查看>>
bash的pushd和popd
查看>>
从无到有,WebService Apache Axis2初步实践
查看>>
将字符串"123456"转换成"1,2,3,4,5,6"
查看>>
Jquery imgPreview demos
查看>>