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

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

[debbugs-tracker] bug#18937: closed (chmod ???? bug?)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#18937: closed (chmod ???? bug?)
Date: Mon, 03 Nov 2014 22:14:02 +0000

Your message dated Mon, 03 Nov 2014 14:13:08 -0800
with message-id <address@hidden>
and subject line Re: bug#18937: chmod ???? bug?
has caused the debbugs.gnu.org bug report #18937,
regarding chmod ???? bug?
to be marked as done.

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


-- 
18937: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18937
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: chmod ???? bug? Date: Mon, 3 Nov 2014 19:26:25 +0100
Hello,

After using chmod
        chmod -R 644 /media/plato/mountedpartition/     (I see I forgot the * 
at the end)
my
        ls -l
listing has all entry's like these:
        First a list like this of every file and folder
                ls: cannot access /media/plato/mountedpartition/justafiile.txt: 
Permission denied
        Then one time
                total 0
        Folowed by
                -????????? ? ? ? ?            ? justafile.txt
                d????????? ? ? ? ?            ? Files
        One example of a file and one of a directory

If I do
        ls Files
I get
        ls: cannot access /media/plato/mountedpartition/Files: Permission denied
When I do
        sudo ls Files
I get a listing of the contents of files as expected.

Is this a bug?
It was not my intention to get this. I do not know how to get it back to what 
it was.
I tried it on a single file with
        chmod 644 justafile.txt
but that did not solve it. Any ideas?

Thanks for maintaining chmod
-- 
With kind regards,

Plato



--- End Message ---
--- Begin Message --- Subject: Re: bug#18937: chmod ???? bug? Date: Mon, 03 Nov 2014 14:13:08 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0
On 11/03/2014 10:26 AM, Plato wrote:
chmod -R 644/media/plato/mountedpartition/

The behavior you observe is what I'd expect once the permissions on directories are messed up. To fix it, try "chmod -R +X/media/plato/mountedpartition/" as root.


--- End Message ---

reply via email to

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