My goal is to write a command to locate a file called MABLE on my server. Then I need to craft this command to report no permission errors, but print out every other error.
Currently, I'm using
find / -name MABLE
After that, I'm putting in
ls -d mable
This is not working. Any better way write the command?