Add
2>&1 | grep -v "Permission denied"
after the normal find. Eg.
find / -name domain.xml 2>&1 | grep -v "Permission denied"
How to remove "Permission denied" with find
Posted on
by Kim
Subscribe to:
Post Comments (Atom)
0 Responses to "How to remove "Permission denied" with find ":
Post a Comment