标签:权限 开机状态 关闭 sshd F12 情况下 src br0 adb
一:进程及服务的控制20 暂停进程(可以被阻塞)
kill 信号 pid
killall 信号 进程名称
ip addr show br0 真机下查询本机的ip地址
ifconfig eth0 虚拟机下查询本机的ip地址
7.服务的控管
systemctl start sshd.service 开启
systemctl stop sshd.service 停止
systemctl status sshd.service 查看状态
systemctl retart sshd.service 重启
systemctl enable sshd.service 开机自启
systemctl list-units 列出当前系统开启的服务
systemctl list-unit-files 列出系统中服务开机状态
systemctl mask sshd
systemctl unmask sshd
systemctl
级别有0-6,0是关机,6是重启,234是
标签:权限 开机状态 关闭 sshd F12 情况下 src br0 adb
原文地址:http://blog.51cto.com/13677893/2162539