Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to silence operation not permitted

Just add "2>/dev/null" at the end of your command pipe as for example:
find . -name log 2>/dev/null
 
PREVIOUS NEXT
Tagged: #silence #operation #permitted
ADD COMMENT
Topic
Name
9+2 =