1.查看当前机器地址:hostname -I
2.远程登录命令: ssh root@ip 端口
3.重启:reboot
4.关机:poweoff
5.切换用户 sudo -i 或sudo su
6.占用内存:free -h
7.关掉图形页面:init 3
8.开启图形页面:init 5
9.当前是图形还是字符页面: runlevel
10.当前身份:whoami
11.当前窗口设备的名称:tty
12.身份和终端:who am i
13.远程连接:ssh -p root@ ip 端口
14.查看用户执行操作:w
标签:1liunx,ip,sudo,连接,init,图形,远程,页面 From: https://www.cnblogs.com/liujinxi/p/17173728.html