| Log in with a certain directory how? |
Clark

msg:3078937 | 3:43 pm on Sep 11, 2006 (gmt 0) | I SSH into my server using SecureCRT. But it always stick me in my home directory. I'd like to start in /home/myusername/www. I see no config. place to do that in SecureCRT. Is there a Unix way to set that up?
|
mcavic

msg:3078970 | 4:30 pm on Sep 11, 2006 (gmt 0) | You need to do a cd command in the startup script for your shell. I believe most modern Linuxes use bash, so in your home directory, that would be .bashrc and at the end, just do cd /home/myusername/www
|
Clark

msg:3079208 | 7:33 pm on Sep 11, 2006 (gmt 0) | worked like a charm!
|
|
|