문제

I have an Synology DS212+, and when I log with root putty via ssh, I always enter in the folder /root.

How can I change that? I want to enter by default in /volume1. Is it possible to do this?

Thanks in advance.

도움이 되었습니까?

해결책

go edit /etc/passwd and change the home directory that root has. Change

root:x:0:0:root:/root:/bin/ash

to

root:x:0:0:root:/volume1:/bin/ash
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top