I had installed asterisk 17 and create an user called “asterisk”. I changed the owner of the directory for the user “asterisk”, but still cant create a single file into the directory.
I used those commands:
sudo chown asterisk:asterisk /etc/asterisk/; sudo chmod 664 /etc/asterisk/
sudo -u asterisk vim /etc/asterisk/asterisk.conf
but doesnt work.
somebody can help me?
I am using CentOS 8 for this project.