Apparently, I can only set the owner and permissions, but not the group for files and directories downloaded by the Spartacus plugin. Then again, I also want to be able to access the plugins/ directory and it's content via FTP.
Is it okay to set the permissions for directories in or below plugins/ to 0777 or does that impose some kind of security risk?
YL
Spartacus vs. permissions (Again. Doh.)
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Spartacus vs. permissions (Again. Doh.)
Hi!
It hink you should be able to use "user.group" in the chown mask.
Regards,
Garvin
It hink you should be able to use "user.group" in the chown mask.
That actually depends on who else is using your server and how exactly it's setup. It's not really safe, but it's usually the most convenient way.Is it okay to set the permissions for directories in or below plugins/ to 0777 or does that impose some kind of security risk?
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: Spartacus vs. permissions (Again. Doh.)
Are you sure that's not user:group like on most Linux systems?garvinhicking wrote:It hink you should be able to use "user.group" in the chown mask.
YL
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Spartacus vs. permissions (Again. Doh.)
Hi!
Yeah, the linux chown/chmod command takes those values separated with ".".
Regards,
Garvin
Yeah, the linux chown/chmod command takes those values separated with ".".
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: Spartacus vs. permissions (Again. Doh.)
No.garvinhicking wrote:Yeah, the linux chown/chmod command takes those values separated with ".".
Code: Select all
SYNOPSIS
chown [OPTION]... [OWNER][:[GROUP]] FILE...Anyway, I'm simply gonna try that. Thanks.
YL
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Spartacus vs. permissions (Again. Doh.)
Hi!

Regards,
Garvin
Even though the manpage says so, it works just fine with a "."yellowled wrote:No.garvinhicking wrote:Yeah, the linux chown/chmod command takes those values separated with ".".
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: Spartacus vs. permissions (Again. Doh.)
Wow. Linux hackinggarvinhicking wrote:Even though the manpage says so, it works just fine with a "."
Anyway, it doesn't really matter since the combination of my hoster's permission/FTP policy and Spartacus's needs doesn't seem to work well together
I'd like to have $WEBSERVER:$FTPUSER plus 0775 to use it properly, but apparently, that's just not possible. Well, maybe I need to re-think my ftp usage ...
YL