[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: writing zero bytes in bash



Le samedi 26 fÃvrier 2005 Ã 18:32 +1100, Russell Coker a Ãcrit :
> open("/proc/self/attr/exec", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 3

Perhaps we can consider open("...", O_WRONLY|O_TRUNC, 0666) means :
id=open(..., O_WRONLY, ...) ;
ftruncate=(id,0) ;
write(id,X,0); (?)

In this case, there is something "wrong" at the kernel level.
open("...", O_WRONLY|O_TRUNC, ...) is like writing/changing a file
(except if the file is already empty).

Attachment: signature.asc
Description: Ceci est une partie de message =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]