摘要:
1,关机命令 1 shutdown -h now/0 2 halt 3 init 0 4 poweroff 5 举例: 6 shutdown -h 3 3分钟后关机(可用shutdown -c来取消3分钟关机的操作) 2,重启命令 1 shutdown -r now/0 2 init 6 3 reb 阅读全文
posted @ 2025-01-14 10:06
hanease
阅读(102)
评论(0)
推荐(0)
摘要:
#1.常规命令 #查看僵尸进程 ps -al | gawk '{print $2,$4}' | grep Z # 匹配电子邮件的地址 cat index.html | egrep -o "[A-Za-z0-9._]+@[A-Za-z0-9.]+\.[a-zA-Z]{2,4}" > ans.txt # 阅读全文
posted @ 2025-01-14 09:51
hanease
阅读(43)
评论(0)
推荐(0)

浙公网安备 33010602011771号