You would have started the QBox process as root
with sudo
command. The process needs the config file to be owned by root
as well. Use the chown
to change the ownership of the config file to root
.
How do I check ownership/group of a file?
Use ls -l
to display file permissions and ownership.