On Mon, Dec 15, 2008 at 6:40 AM, shiplu <[email protected]> wrote: > I think following 2 commands will do it. > > $ sudo mv /home/shahriar /home/ashabadi > $ sudo chown -R ashabadi:ashabadi > > But there could be problem. Not sure though. Thinking what could it be.
Better do this, $ sudo cp -R /home/shahriar/* /home/ashabadi/ $ sudo chown -R ashabadi:ashabadi -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! -- Ubuntu Bangladesh mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
