GNU bug report logs - #16104
Desktop Linux Mint 15 Olivia is broken due to chmod permission changes

Previous Next

Package: coreutils;

Reported by: Denise <petitechisa <at> yahoo.com>

Date: Tue, 10 Dec 2013 22:10:02 UTC

Severity: normal

Done: Bernhard Voelker <mail <at> bernhard-voelker.de>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 16104-done <at> debbugs.gnu.org (full text, mbox):

From: Bernhard Voelker <mail <at> bernhard-voelker.de>
To: Denise <petitechisa <at> yahoo.com>
Cc: contact <at> linuxg.net, 16104-done <at> debbugs.gnu.org
Subject: Re: bug#16104: Desktop Linux Mint 15 Olivia is broken due to chmod
 permission changes
Date: Wed, 11 Dec 2013 00:42:06 +0100
tag 16104 notabug
thanks

On 12/10/2013 10:47 PM, Denise wrote:
> sudo chmod -R u-x,g-x,o-rwx usr/share/

outch.

Thanks for the bug report, however, as you might already know,
this is not a bug in coreutils' chmod but rather an issue in
the way you used it.  Therefore, I'm marking this bug as done.

Okay, back to your case. To get your system back to work, you
should understand what the above command did. Read about it.

To restore the permissions, your best bet would be a backup.
With this, you could go there and run a command line like the
following to change the permission back to what they have been
in that backup.

  $ cd /backup/usr/share
  $ find . -exec chmod -v --reference="{}" "/usr/share/{}" \;

But again, please first read the documentation of the involved
programs to understand what happened and what you are doing,
at least:

  $ info coreutils 'chmod invocation'

Have a nice day,
Berny




This bug report was last modified 11 years and 223 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.