Ping tool usually found under /usr/sbin/ping
You can use directly by do this :
You can edit your ~/.profile and put in the path.
Exit and login back the terminal ssh. and try "ping 10.10.10.11".
You can use directly by do this :
/usr/sbin/ping 10.10.10.11
You can edit your ~/.profile and put in the path.
PATH=$PATH:/usr/sbin
export PATH
Exit and login back the terminal ssh. and try "ping 10.10.10.11".
No comments:
Post a Comment