I'm trying to create a soft link for a file but keep getting a permission denied message. I don't want to create it under the root user but a different user I have created. This user has rwx permissions for the file and I'm wondering what else I could be missing to have permission denied. The command I'm using is
ln -s /home/MarxBros/marx1.txt /marx1.lnk
The user has rwx for marx1.txt and the /home/MarxBros directory.