摘要: 001、问题 基于setfacl 对特定用户开放读写权限失败 setfacl -m u:liujiaxin02:r-x $HOME; 开放了读写的权限,但是仍然显示无法读取; 002、问题原因及解决方法 开放权限的用户本人的家目录没有开放读和执行的权限,要想setfacl生效,首先开放权限用户本身应 阅读全文
posted @ 2025-04-07 14:51 小鲨鱼2018 阅读(44) 评论(0) 推荐(0)
摘要: 001、 (base) [root@PC1 test]# lstest.sh(base) [root@PC1 test]# cat test.sh#!/bin/bash # 启动三个后台进程 echo hello world &sleep 20 &seq 10000000000 > a.txt & 阅读全文
posted @ 2025-04-07 10:10 小鲨鱼2018 阅读(40) 评论(0) 推荐(0)