Operating System - HP-UX
1827345 Members
6097 Online
109963 Solutions
New Discussion

How to check for original file attributes?

 
SOLVED
Go to solution
news groups
Occasional Advisor

How to check for original file attributes?

Hi,
I'm currently looking for a reference file, probably on the Install CD, containing
all the system files listing with their attributes (file size, CRC, permissions, etc.)
That woud be useful for doing comparisons between a running system and its original
settings.

thanks
4 REPLIES 4
Anthony Goonetilleke
Esteemed Contributor
Solution

Re: How to check for original file attributes?

I think there is a fresh copy of config files in /usr/newconfig
Minimum effort maximum output!
Fred Martin_1
Valued Contributor

Re: How to check for original file attributes?

I agree with Anthony. If you are looking for specific files you can discover them with the find command:

# find / -name hosts
/etc/hosts
/usr/newconfig/etc/hosts
fmartin@applicatorssales.com
Amit  Jadhav
Occasional Contributor

Re: How to check for original file attributes?

check out in /usr/newconfig for file attributes.
Neil Moore
New Member

Re: How to check for original file attributes?

Have you looked at swverify?