To create a symbolic link in cPanel by setting a one-time cron job with the Unix syntax for creating symbolic links:

ln -s TARGET LINK_NAME

where,

TARGET is the file/folder you would like to link.
LINK_NAME is the link name you want to create.

Was this answer helpful? 0 Users Found This Useful (0 Votes)