Re: file ownerships changed

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

 



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@xxxxxxxxxxxxxxxx>
>> Subject: file ownerships changed
>> To: General Red Hat Linux discussion list >>
<redhat-list@xxxxxxxxxx>
>> Message-ID: <42C555C5.8050707@xxxxxxxxxxxxxxxx>
>> 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

-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux