[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] RAQ 3i User Permission Problem



Gery Jansen wrote:

>I'm having a serious problem with User Permissions. Last week we hat to
>restore the RAQ 3 and place a backup. So fare so good. Now I have the
>problem that my clients cane not change there Permissions using a FTP
>client. I cane only change these permissions when I logon to the system as
>su.
>
>My question is were cane I change a config file to make it work again? so
>that my clients cane do this them self again.

Assuming the permissions are correct, try to telnet in and look at the
ownership of the files in the /web/ directory(ls -la). If different from
what it should be(siteadmin user) you will need to change them back.
In the siteX dir, Use: chown -R <username> web (-R will change everything in
the
directory. Don't forget to change /web/ back to nobody: chown nobody web

Mike