Change Putty Home drive

1

I login to SCO Unix server using Putty 0.60 working on puppy linux. What i need to do is set the Home directory for the user. I mean, I want the users to be able to save their data on the local machine which has hdb1 or in a usb drive sdb1. Can you pl help me how to do it from a local machine (Thin client). Thanks in advance crsrds

crsrds

Posted 2010-08-11T20:52:01.013

Reputation: 11

Please don't use signatures or taglines in your posts. http://superuser.com/faq

– Hello71 – 2010-08-12T18:55:50.983

Answers

1

Edit the /etc/passwd file

find the entry for the user in question, it will look something like -

dave:x:1000:1000:Dave,,,:/home/dave:/bin/bash

Change /home/dave to whatever you want.

bryan

Posted 2010-08-11T20:52:01.013

Reputation: 7 848