file ownerships changed

Rik Herrin rikherrin at yahoo.com
Sun Jul 3 10:01:13 UTC 2005


I'm afraid not.  However, in the future, you could
prevent this from happening again by doing something
like running a CRON job every day to backup the
permissions on all files on your system.  For example,
a quick hack would be something like

01 1 * * * /usr/bin/find / -exec getfacl {} \; >
/tmp/backuppermissions.txt

which would save the permssions of all directories and
files into /tmp/backuppermissions.  Having a look at
the resulting file would give you entries such as:

# file: bin
# owner: root
# group: root
user::rwx
group::r-x
other::r-x

# file: bin
# owner: root
# group: root
user::rwx
group::r-x
other::r-x

...

It shouldn't be too difficult to write a quick Perl or
bash script to process this file (and the directory or
files that you are interested in) to restore them to
their previous permissions.  Of course, now is too
late, but it's something to think of in the future.

>> From: Martin Thoma <mthoma at schlagundrahm.ch>
>> Subject: file ownerships changed
>> To: General Red Hat Linux discussion list >>
<redhat-list at redhat.com>
>> Message-ID: <42C555C5.8050707 at schlagundrahm.ch>
>> Content-Type: text/plain; charset=ISO-8859-1; >>
format=flowed

>> Hi

>> I just made a big mistake. I wanted to change to
ownership of a 
>> directory and its subdirectories. I was to fast and
typed a wrong 
>> regular expression so, that I changed the ownership
of the files in the 
>> hole dir tree. Is there a way, to made that changes
undo? I hope so, If 
>> not, what is the best to do now?

>> Greez Martin


		
__________________________________ 
Discover Yahoo! 
Have fun online with music videos, cool games, IM and more. Check it out! 
http://discover.yahoo.com/online.html




More information about the redhat-list mailing list