Closed DanielVF closed 11 years ago
file_link does not have an option to use sudo. This keeps me from creating links if the user I'm connecting in as does not have the permissions needed.
You don't need a sudo option, simply with mode_sudo(): file_link(...).
with mode_sudo(): file_link(...)
Thanks!
file_link does not have an option to use sudo. This keeps me from creating links if the user I'm connecting in as does not have the permissions needed.