This Blog is intended to collect information of my various Intrests,pen my opinion on the information gathered and not intended to educate any one of the information posted,but are most welcome to share there view on them
Monday, January 21, 2019
Linux / Unix Find Command Avoid Permission Denied Messages
When I type find . -type d -name 'foo' command I get Permission denied error messages. How do I exclude all 'permission denied:' messages from the find command under Linux or Unix like operating systems?
The post Linux / Unix Find Command Avoid Permission Denied Messages appeared first on nixCraft.