09-23-2008, 03:33 AM
Alright, I had to do a slight variation of that, but it worked.
You might want to include in your original guide that it is necessary to do this:
Because simply using rm will not delete the symbolic link, and cp -f will not delete the symbolic link either.
You might want to include in your original guide that it is necessary to do this:
Code:
rm -f /home/user1/cstrike/*.txt
Because simply using rm will not delete the symbolic link, and cp -f will not delete the symbolic link either.