Displaying 2 results from an estimated 2 matches for "s_append".
Did you mean:
o_append
2017 Dec 06
0
Does Samba 4.3.11 support for opening file with “APPEND” mode?
hi,
I set a file's inode.i_flags to "S_APPEND" in linux kernel, so the
file can only be opened with 'append' mode. In linux system it works
fine as expected. Like, echo "test" > append.txt, permission deny.
echo "test" >> append.txt, OK.
I share the directory to windows with samba server running on Ub...
2001 Feb 28
2
Samba Compile problems
...REMOUNT' redefined
/usr/include/sys/mount.h:47: warning: this is the location of the previous
definition
/usr/include/linux/fs.h:91: warning: `MS_MANDLOCK' redefined
/usr/include/sys/mount.h:49: warning: this is the location of the previous
definition
/usr/include/linux/fs.h:93: warning: `S_APPEND' redefined
/usr/include/sys/mount.h:53: warning: this is the location of the previous
definition
/usr/include/linux/fs.h:94: warning: `S_IMMUTABLE' redefined
/usr/include/sys/mount.h:55: warning: this is the location of the previous
definition
/usr/include/linux/fs.h:95: warning: `MS_NOAT...