How to remove the hint in the terminal?
- by jiangchengwu
As a normal user , when I run some command like ps\netstat, the terminal hint me:
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
I know could redirect STDERR to /dev/null can remove this hint. But I want to know is there any way to remove it , such as edit some…