Solved cwd in jail

Try jexec <yourjail> login -f $(id -run) to perform a proper login inside the jail.

Still, this question makes me wonder what kind of problem may have lead to it ... :-/
 
Try jexec <yourjail> login -f $(id -run) to perform a proper login inside the jail.

Still, this question makes me wonder what kind of problem may have lead to it ... :-/
When I started emacs in a jail entered by jexec x, my default-directory would be set to '/' which wasn't what I wanted. I have it the way I want now, thanks to helpful suggestions.
 
Back
Top