I connect to another server using command:
ssh -Y server1
On server1 I add an alias in .bashrc file:
alias gousr='cd /opt/user/myuser'
When I try to run gousr command at server1 xterm, it says "command not found". What is wrong here?
|
|
|
I tried this and it worked for me. Have you run |
|||||||
|