find files in a folder and their user permission other than oracle
find <<Starting search location>> -not -user oracle -printf "%p %u\n"
find files in a folder and thier group permission other than oinstall
find <<Starting search location>> -not -user oinstall -printf "%p %u\n"
No comments:
Post a Comment