Questions tagged [var]

31 questions
1
vote
1 answer

What enable `mysql` user to write a file into /var/log?

/var/log/ belongs to root user: $ ls -ld /var/log drwxr-xr-x. 13 root root 4096 Mar 31 19:23 /var/log As you can see the other do not have the write privilege and there's no sticky bit (as for the /tmp/ folder). But if I look into this folder the…