emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#12602: closed (bug in chmod)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#12602: closed (bug in chmod)
Date: Mon, 08 Oct 2012 16:52:02 +0000

Your message dated Mon, 08 Oct 2012 10:50:54 -0600
with message-id <address@hidden>
and subject line Re: bug#12602: bug in chmod
has caused the debbugs.gnu.org bug report #12602,
regarding bug in chmod
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
12602: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12602
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: bug in chmod Date: Mon, 08 Oct 2012 18:29:33 +0300 User-agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120912 Thunderbird/15.0.1
address@hidden:/home/user# chmod a+r *
chmod: неизвестный ключ «--else»
Попробуйте `chmod --help' для получения более подробного описания.



--- End Message ---
--- Begin Message --- Subject: Re: bug#12602: bug in chmod Date: Mon, 08 Oct 2012 10:50:54 -0600 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1
tag 12602 notabug
thanks

On 10/08/2012 09:29 AM, Гальченко Алексей wrote:
> address@hidden:/home/user# chmod a+r *
> chmod: неизвестный ключ «--else»
> Попробуйте `chmod --help' для получения более подробного описания.

Thanks for the report.  However, I suspect that what happened is that
you have a file in your current working directory whose name starts with
'-', and was therefore treated as an option.  If I'm right, then this
FAQ covers the situation:
https://www.gnu.org/software/coreutils/faq/#I-have-a-file-_0027_002df_0027-and-it-affects-rm_002e

and you can use either of these constructs to avoid the issue:

chmod a+r ./*
chmod a+r -- *

-- 
Eric Blake   address@hidden    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

reply via email to

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