[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
I think I need to reverse the process but am hesitant to do so as I really
have little linux experience. Enough to be dangerous.
I used the following to move and symlink the items...
Whilst in "/" and as root:
cp -a /usr /home
ln -s /home/usr usr
And then restart services...
I am hesitant to go forward without some input from you folks.
What command should I use to move these back and delete the symlinks?
Will the following work?
Whilst in "/home" and as root:
cp -a /usr /
Should I need to relink? Or delete the symlinks?
Is there an easier way to fix my cgiwrap so it will run? I can't seem to
find info on fixing that even though it is my only noticeable repercussion
from the move.
Any assist would be greatly appreciated. Thanks in advance!