search for: gk0

Displaying 1 result from an estimated 1 matches for "gk0".

Did you mean: g0
2009 May 18
0
Re: [smbd][PATCH] Writing EAs when overriding files
...nical/2005-November/ regarding "Is the sky actually falling?....." ---- Jeremy, Volker - as a side note. Is this former/current linux behaviour really the right *nix approach? Today the coreutils/fileutils "cp" options have changed a bit: touch f1 f2 f3 setfattr -n $'user.GK0' -v $'Some text for GK0' f1 setfattr -n $'user.CB0' -v $'Some text for CB0' f2 setfattr -n $'user.MY0' -v $'Some text for MY0' f3 getfattr -d f3 cp --preserve=xattr f1 f3 cp --preserve=xattr f2 f3 getfattr -d f3 Ouch ... To me, that xattr accumulating...