Question
cfexecute and ln on Linux
i am having a little trouble trying to get cfexecute to
create a symbolic link on linux.
i am using the below cfexecute tag to try and mimic what i am doing from the command line, but no link is made and no output is received from the cfexecute tag.
i have also tried /bin/ln
am i missing something?
<cfexecute name="ln" arguments="-s /home/.../filename.txt /home/.../files/test.txt"></cfexecute>
thanks.
i am using the below cfexecute tag to try and mimic what i am doing from the command line, but no link is made and no output is received from the cfexecute tag.
i have also tried /bin/ln
am i missing something?
<cfexecute name="ln" arguments="-s /home/.../filename.txt /home/.../files/test.txt"></cfexecute>
thanks.
