Lines Matching refs:none
32 # You need to have three subdirectories, named nfs4, posix and none,
73 # mv from POSIX.1e to none.
75 $ rm -f none/xxx
81 $ mv posix/xxx none/xxx
82 > mv: failed to set acl entries for none/xxx: Operation not supported
83 $ ls -l none/xxx | cut -d' ' -f1
130 # mv from NFSv4 to none.
132 $ rm -f none/xxx
140 $ mv nfs4/xxx none/xxx
141 > mv: failed to set acl entries for none/xxx: Operation not supported
142 $ ls -l none/xxx | cut -d' ' -f1
196 # cp from POSIX.1e to none.
198 $ rm -f none/xxx
203 $ cp posix/xxx none/xxx
204 $ ls -l none/xxx | cut -d' ' -f1
207 # cp -p from POSIX.1e to none.
209 $ rm -f none/xxx
214 $ cp -p posix/xxx none/xxx
215 > cp: failed to set acl entries for none/xxx: Operation not supported
216 $ ls -l none/xxx | cut -d' ' -f1
273 # cp from NFSv4 to none.
275 $ rm -f none/xxx
281 $ cp nfs4/xxx none/xxx
282 $ ls -l none/xxx | cut -d' ' -f1
285 # cp -p from NFSv4 to none.
287 $ rm -f none/xxx
293 $ cp -p nfs4/xxx none/xxx
294 > cp: failed to set acl entries for none/xxx: Operation not supported
295 $ ls -l none/xxx | cut -d' ' -f1