Hello,
In a Sun Solaris 8 environment using the Bourne shell scripts I commonly use the find command as show below:
On one system Sun Solaris 8 system however when I issue the above find I am getting the message: "find: cannot read dir /mydir/lost+found: Permission denied"
If I remove the -mtime +5 parameter it works fine, i.e. I have files that are displayed in my directory. I am so stumped because this works on other systems.
What can you recommend?
Thanks,
Michael42
In a Sun Solaris 8 environment using the Bourne shell scripts I commonly use the find command as show below:
Code:
find /mydir -name "*.ARC" -type f -mtime +5
On one system Sun Solaris 8 system however when I issue the above find I am getting the message: "find: cannot read dir /mydir/lost+found: Permission denied"
If I remove the -mtime +5 parameter it works fine, i.e. I have files that are displayed in my directory. I am so stumped because this works on other systems.
What can you recommend?
Thanks,
Michael42