bug-coreutils
[Top][All Lists]
Advanced

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

bug#12366: [gnu-prog-discuss] Writing unwritable files


From: Jim Meyering
Subject: bug#12366: [gnu-prog-discuss] Writing unwritable files
Date: Thu, 06 Sep 2012 15:27:01 +0200

Paolo Bonzini wrote:
> [For bug-coreutils: the context here is that sed -i, just like perl -i,
> breaks hard links and thus destroys the content of files with 0400
> permission].

Did I misunderstand how "destroy" is used above?

    $ echo important > k
    $ chmod a-w k
    $ sed -i s/./X/ k
    $ cat k
    XXXXXXXXX
    $ ls -og k
    -r--------. 1 10 Sep  6 15:23 k





reply via email to

[Prev in Thread] Current Thread [Next in Thread]