relocate /etc/webmin

Can I relocate /etc/webmin that is active to another location on the drive ?

Status: 
Closed (fixed)

Comments

You could do this with commands like :

/etc/webmin/stop
mv /etc/webmin /somewhere/webmin
ln -s /somewhere/webmin /etc/webmin
/etc/webmin/start

As long as the /etc/webmin link exists, there would be no need to update all the other paths that refer to it.

Does that work for you?

Automatically closed -- issue fixed for 2 weeks with no activity.