[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Best place to install programs?
- Subject: Re: [cobalt-users] Best place to install programs?
- From: Revd leonard payne <vicarage@xxxxxxxxxxxxxx>
- Date: Fri Nov 16 15:53:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
on 16/11/01 6:07 pm, MStan at MStanchin@xxxxxxxxxx mumbled something like:
> Hi Group, Where is the best place to install programs - like php - mysql -
> mysqladmin -
> squirrelmail - ect. I am new at this and this is never explained. These
> programs should
> be accessable from anywhere correct?...
I guess anywhere on /home its the largest bit of the disk
>..Also how do you get rid of having
> to use
> the ~ for a user '~/name' I just want to /name......
>
Create a symbolic link
ln -s /home/sites/site1/users/dork/web/ /home/sites/site1/web/dork
chown site1.dork /home/sites/site1/wev/dork
where site1 is the site
and
dork is your user
Hope this helps
Blessings
Revd Leonard