[3263] in RedHat Linux List
Re: chown as root
daemon@ATHENA.MIT.EDU (Borg)
Thu Nov 7 19:44:26 1996
Date: Thu, 07 Nov 1996 15:43:06 -0800
From: Borg <"vladimip "@iceonline.com>
To: Jason Benderly <jbenderl@painewebber.com>
CC: redhat-list@redhat.com
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com
Jason,
You can do:
cd /; chown -R root *;chgrp -R root *
This will make _all_ the files, including
those in directories, subdirectories and
subsubdirectories and so on be owned by root
and belong to root group. Before that, you
may want to 'tar -czvf /home' to back it up,
since that's the only place where you want
your users to still own their files.
I am not sure what to do about ocassional
files that are owned by 'news' and 'sys'.
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
________________________________________________________________________
http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
------------------------------------------------------------------------
To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null