Welcome, Guest
Please Login or Register.
Lost Password?
adding a link in the home directory (1 viewing)
Post Reply

TOPIC: adding a link in the home directory

#15397
testdog (User)
Posts: 7
graphgraph
adding a link in the home directory 2008/08/05 13:49  
I am migrating domains from cpanel. I would like to create a link in the users home directory so every time I add a domain there is a link from httpdocs pointing to public_html. This way the customer that has already setup the ftp program to go to the httpdocs directory they would land in public_html. This would keep our support calls down. Has anyone else done this or can tell me how?
  The administrator has disabled public write access.
#15400
Joe (Admin)
Posts: 3796
graph
Re:adding a link in the home directory 2008/08/05 14:26  
I believe you'd just want to add a relative link to your skel (which defaults to /etc/skel for virtual server owners). e.g.:

mkdir /etc/skel/public_html
cd /etc/skel
ln -s public_html httpdocs

You'll want to test that, as I've never actually done it before...but it seems likely to work. ;-)
  The administrator has disabled public write access.
#15432
testdog (User)
Posts: 7
graphgraph
Re:adding a link in the home directory 2008/08/06 07:38  
Work great thanks Joe.
  The administrator has disabled public write access.
Post Reply
get the latest posts directly to your desktop

Talk and Get Help

Support
Forums
Bugs and Issues

Get Virtualmin

OS Support
Buy Online
Download
Copyright 2005-2007 Virtualmin, Inc. All rights reserved.