标签:nta The setfacl hello dir 组成 nbsp vgs 去掉
lab lvm setup
lvscan
vgs
lvs
lvextend -r -L 300M /dev/finance/loans
cp /etc/fstab /var/tmp/fstab
cd /var/tmp
setfacl -m u:natasha:rw /var/tmp/fstab
setfacl -m u:harry:- /var/tmp/fstab
如何去掉执行权限
如何去掉其他用户(other)的所有权限或者执行权限
crontabs
crontab -l 查看定时任务
crontab -e 编辑定时任务
crontab -e -u natasha
20 14 * * * /bin/echo hello
查看一下 ,crontab -l -u natasha
---------------------------
设置目录权限
创建共享目录/home/admins ## mkdir /home/admins ll -d 查看权限
属组为 adminuser ## chgrp adminuser /home/admins/
adminuser组成员 chown
标签:nta The setfacl hello dir 组成 nbsp vgs 去掉
原文地址:https://www.cnblogs.com/wuds/p/12927983.html