linux ubuntu centos 相关笔记

关机:

shutdown -h now 立即关机

重启:

reboot

 

vi 编辑器相关:

esc - : -wq 写入并且退出

esc - : -q退出

网络相关

ipaddr 查看网络

ll /etc/sysconfig/network-scripts/ 查看网卡相关配置文件夹

 

ssh相关

systemctl restart  sshd 重启SSH服务。
systemctl start sshd 启动服务 |  命令:systemctl stop sshd 停止服务 
设置SSH服务为开机启动
systemctl enable sshd 开启
systemctl disable sshd 禁止
参考链接: https://www.cnblogs.com/DiDiao-Liang/articles/8283686.html
ssh 配置 vi /etc/ssh/sshd_config
参考链接: https://www.cnblogs.com/gispathfinder/p/8833300.html
 
xshell工具下载:

https://www.lanzous.com/b289982/ 密码:62pb

转载于:https://www.cnblogs.com/Dmail/p/11626590.html

你可能感兴趣的:(运维,操作系统)