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.