Skip to content

CentOS 系统时间校准

https://blog.csdn.net/dajun_x/article/details/114370296

Linux

01.Linux.pdf

image-20221231014230775

02.Linux.pdf

image-20221231014300121

mac 终端连接

shell
ssh root@47.243.185.53

进入某个目录, -t 标志用于强制分配伪终端,这是一个必要的交互式 shell。

shell
ssh -t root@101.33.247.224 "cd /www/wwwroot/email && bash"

服务器上运行的程序占用的CPU情况

top
top

文件权限

删除/清除 存储空间

du -sh 当前文件夹大小

du -sh ./*

Lucking