How do I start my SSH session in a specific folder, instead of going to ~ / (/ home / user_name /).
How do I start my SSH session in a specific folder, instead of going to ~ / (/ home / user_name /).
Hello, to do this is very simple:
Open a terminal and type:
gedit ~/.bashrc
Open and add to the end of this file the path to your preferred directory within a cd
command:
cd /caminho/para/o/seu/diretorio/favorito
Thanks, it worked perfectly here (Fedora 20)!