Lines Matching refs:posix
32 # You need to have three subdirectories, named nfs4, posix and none,
48 $ touch posix/xxx
49 $ getfacl -nq posix/xxx
55 $ rm -f posix/xxx
56 $ rm -f posix/yyy
57 $ touch posix/xxx
58 $ chmod 456 posix/xxx
59 $ ls -l posix/xxx | cut -d' ' -f1
61 $ setfacl -m u:42:x,g:43:w posix/xxx
62 $ mv posix/xxx posix/yyy
63 $ getfacl -nq posix/yyy
70 $ ls -l posix/yyy | cut -d' ' -f1
74 $ rm -f posix/xxx
76 $ touch posix/xxx
77 $ chmod 345 posix/xxx
78 $ setfacl -m u:42:x,g:43:w posix/xxx
79 $ ls -l posix/xxx | cut -d' ' -f1
81 $ mv posix/xxx none/xxx
87 $ rm -f posix/xxx
89 $ touch posix/xxx
90 $ chmod 456 posix/xxx
91 $ setfacl -m u:42:x,g:43:w posix/xxx
92 $ ls -l posix/xxx | cut -d' ' -f1
94 $ mv posix/yyy nfs4/xxx
121 $ rm -f posix/xxx
126 $ mv nfs4/xxx posix/xxx
127 $ ls -l posix/xxx | cut -d' ' -f1
147 $ rm -f posix/xxx
155 $ mv nfs4/xxx posix/xxx
156 > mv: failed to set acl entries for posix/xxx: Invalid argument
157 $ ls -l posix/xxx | cut -d' ' -f1
161 $ rm -f posix/xxx
162 $ rm -f posix/yyy
163 $ touch posix/xxx
164 $ setfacl -m u:42:x,g:43:w posix/xxx
165 $ ls -l posix/xxx | cut -d' ' -f1
167 $ cp posix/xxx posix/yyy
168 $ ls -l posix/yyy | cut -d' ' -f1
172 $ rm -f posix/xxx
173 $ rm -f posix/yyy
174 $ touch posix/xxx
175 $ setfacl -m u:42:x,g:43:w posix/xxx
176 $ getfacl -nq posix/xxx
183 $ ls -l posix/xxx | cut -d' ' -f1
185 $ cp -p posix/xxx posix/yyy
186 $ getfacl -nq posix/yyy
193 $ ls -l posix/yyy | cut -d' ' -f1
197 $ rm -f posix/xxx
199 $ touch posix/xxx
200 $ setfacl -m u:42:x,g:43:w posix/xxx
201 $ ls -l posix/xxx | cut -d' ' -f1
203 $ cp posix/xxx none/xxx
208 $ rm -f posix/xxx
210 $ touch posix/xxx
211 $ setfacl -m u:42:x,g:43:w posix/xxx
212 $ ls -l posix/xxx | cut -d' ' -f1
214 $ cp -p posix/xxx none/xxx
220 $ rm -f posix/xxx
222 $ touch posix/xxx
223 $ setfacl -m u:42:x,g:43:w posix/xxx
224 $ ls -l posix/xxx | cut -d' ' -f1
226 $ cp posix/xxx nfs4/xxx
231 $ rm -f posix/xxx
233 $ touch posix/xxx
234 $ setfacl -m u:42:x,g:43:w posix/xxx
235 $ ls -l posix/xxx | cut -d' ' -f1
237 $ cp -p posix/xxx nfs4/xxx
300 $ rm -f posix/xxx
306 $ cp nfs4/xxx posix/xxx
307 $ ls -l posix/xxx | cut -d' ' -f1
312 $ rm -f posix/xxx
318 $ cp -p nfs4/xxx posix/xxx
319 > cp: failed to set acl entries for posix/xxx: Invalid argument
320 $ ls -l posix/xxx | cut -d' ' -f1