I want to run for example this command : ip addr
on my remote system.
I do it like this :
ssh username@ip ip addr
but I got this error :
bash: ip: command not found
when I connect to remote system and then run this command it is ok, I mean it is not caused by uninstalled package. I want to get the result without connecting permanently.