[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Overcoming the /~username problem
- Subject: RE: [cobalt-users] Overcoming the /~username problem
- From: "Dan Kriwitsky" <list1@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri Mar 28 07:04:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> >
> > ln -s /home/site##/users/username/web /home/site##/web
>
> Be careful with this. I think if this is done, when you go to delete
> that user, you'll delete the contents of main site with
> him/her. Better
> to just educate your end users IMHO. Tell them to set their
> ftp clients
> directory to /web. For Dreamweaver, use ../../web.
>
I agree, you shouldn't muck about with that.
The users should pay attention to the .ftphelp file that most FTP
clients display when they connect.
This session begins in your user home directory at /users/%U
Your personal web directory is /users/%U/web, accessible at the URL
http://<your.site.domain>/~%U/
As a site administrator, you can access the site home directory at /
The site web directory is /web, accessible at the URL
http://<your.site.domain>/
To upload to your personal web directory, type:
"cd web", then "put <file>", where <file> is the full file name of the
document on your local computer.
To upload to the site web directory, type:
"cd /web", then "put <file>" where <file> is the full file name of the
document on your local computer.
I'm not sure where the master for that is, but could be changed if you
want to add emphasis.
--
C2003 Dan Kriwitsky
Please reply to the list only. Off list replies are not read.