I am trying to install transmission on my Ubuntu 14.04 server and I am unsure whether to skip this part or not. I am trying to give permissions to a folder with
sudo chmod -R 770 /etc/transmission-daemon/settings.json
but the output is
chmod: cannot operate on dangling symlink '/etc/transmission-daemon/settings.json
Am I doing something wrong or should I just skip this part or what?
I am following instructions from here: Install Transmission with web interface on Ubuntu, and I am at the end of step 5.
Update: Output of ls -l /etc/transmission-daemon/settings.json
:
lrwxrwxrwx 1 root debian-transmission 51 Oct 6 18:12 /etc/transmission-daemon/settings.json -> /home/cam/.config/transmission-daemon/settings.json
I guess the file doesn't exist because when I run cd /home/cam/.config/transmission-daemon
, then run dir
, nothing shows up.