vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| aix is 4.3.3 We are about to migrate an aix box from one to another The user data files will not copied across using rsync But i recall there were a few files (or directories) which have their file permissions set with acl long time ago. So they will have to be set again manually once the files are copied across. I'm afraid i might miss some since they were set so many years ago. Any utility or command to trace through the whole filesystem to find out which have acl enabled? |
| ||||
| On Mon, 08 May 2006 06:39:32 +0000, pui ming Wong wrote: > > aix is 4.3.3 > We are about to migrate an aix box from one to another The user data files > will not copied across using rsync But i recall there were a few files (or > directories) which have their file permissions set with acl long time ago. > So they will have to be set again manually once the files are copied > across. I'm afraid i might miss some since they were set so many years > ago. Any utility or command to trace through the whole filesystem to find > out which have acl enabled? Try 'ls -leR' and send it through grep. The 'e' option adds a '+' to the permissions string if any of the extended security attributes are set. -- George Baltz N3GB Computer Sciences Corp Rule of thumb: ANYthing offered @NOAA/NESDIS/IPD by unsolicited email is a hoax, Suitland, MD 20746 ripoff, scam or outright fraud. |