限时免费试用:欢迎注册 api.bigmodel.org ,快速体验大模型 API 接入服务。
当前位置:标签 / 权限

标签:权限

linux | 常用命令(四)

服务进程 实时观察cpu/进程/内存: top (q键退出) load average: 0.05, 0.11, 0.08 1分钟 5分钟 15分钟 平均负载 %Cpu(s): 0.7 us, 1.4 sy, 0.0 ni, 97.8 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st 空闲率97.8 id 越大越好 KiB Mem : 3

shell脚本编程学习笔记(三)权限分配

文件或目录(普通文件) ------chmod scl 用户对某个程序或某个应用脚本-------sudo chmod 不能实现权限细化问题 1.数字权限分配 chmod 755 file r 4 w 2 x 1 2.字母权限分配 chmod u+x file chmod o-w file chmod g+w file chmod g+w,g+x file

shell脚本编程学习笔记(二)文件权限/用户管理

查看文章权限 ls -l file ll Linux权限 r 可读 w 可写 x 可执行 Linux用户 所有者(u) 所属组(g) 其他用户(o) 所有用户(all) drwxr-xr-x. 3 root root 4096 Feb 7 12:38 mnt 第一个元素: d 文件夹 - 文件 r可读 w可写 x可执行 -无权限 root用户对mnt具有rw