Question
Is it safe to remove the symbolic links that are created when rearranging an account?
Answer
It is safe to remove these symbolic links if you are sure there are no scripts that use the old path to the previous home directory. You can remove the symlink using the rm command:
rm -i /home/USER
Please note, you will want to replace USER with the actual username of the cPanel account's symlink you want to remove.
Comments
0 comments
Article is closed for comments.