im going to be givong my parents access to my media server via sftp.
if i create a new user on the server and use
to change the user's home dir to the media dir would it be ok as the user wont be doing anything apart from accessing the media files.
Sent from my WAS-LX1A using Tapatalk
if i create a new user on the server and use
Code:
usermod -d /newhome username
Sent from my WAS-LX1A using Tapatalk
Comment