Displaying 2 results from an estimated 2 matches for "runacommand".
Did you mean:
run_command
2015 Mar 20
1
Centos 6: setfacl: .: Argument list too long
...,
>
>
> I have a Centos 6 (64bit) server used for samba and ACL control.
> There has a folder which a lot of user can access, when I add a new user's ACL, but failed, do you know how to resolve this problem?
use xargs like in:
|find . -name "*.pdf" -print0 | xargs -0 RUNACOMMAND
robert
|
>
>
> [root at s1 abc]# getfacl /abc
> # file: abc
> # owner: root
> # group: root
> user::rwx
> user:user01:---
> user:user02:---
> user:user03:---
> ...
> user:user25:---
> group::r-x
> mask::r-x
> other::r-x
> [root at s1 abc]# setfacl -...
2015 Mar 19
8
How to boot CentOS 7 in Text mode in default?
How to boot CentOS 7 in Text mode in default? I install CentOS 7 using
vmware, and do not want to use graph mode.
Thanks,
Peidong