Hi,
[User story]
my server share game folder of srcds game like "cstrike", "tf" etc. I want to share space for 'source mod' for another person, but this guys will have only access via sftp chrooted-jail to place where they store addons, cfg etc. folders. Right now I'm a person who start/restart/servser (i have my own user).
main_user:servers <- Run server
user:servers <- Modify files
[Problem]
Basically everything works without any problem, but when I run server, in addons/sourcemod/logs/ folder srcds will create log with 644 privileges.
How to fix it ?
[SOLVED]
chown -R :servers /directory/
Regards,
Nerus.
[User story]
my server share game folder of srcds game like "cstrike", "tf" etc. I want to share space for 'source mod' for another person, but this guys will have only access via sftp chrooted-jail to place where they store addons, cfg etc. folders. Right now I'm a person who start/restart/servser (i have my own user).
main_user:servers <- Run server
user:servers <- Modify files
[Problem]
Basically everything works without any problem, but when I run server, in addons/sourcemod/logs/ folder srcds will create log with 644 privileges.
How to fix it ?
[SOLVED]
chown -R :servers /directory/
Regards,
Nerus.