I deleted /opt directory from my Linux machine , will there be any reboot problem for machine?
|
| ||||
feedback
|
migrated from stackoverflow.com Jun 8 '10 at 12:08
This question came from our site for professional and enthusiast programmers.
|
There shouldn't be. /opt should not contain any vital system software, but optional software. As long as you didn't wipe out /usr/bin, or /usr/sbin, you should be okay. Of course, this may vary by distribution. | |||||
feedback
|
|
/opt, traditionally, is defined by the file system hierarchy standard as for 'optional application suite software' back then staroffice used it for installation of software, and usually these software are installed by the user, not bundled in the distribution of linux. Thus, if you know that there is nothing inside, you can safely delete it. this should not create problem during rebooting as it is really unusual for the init scripts to touch on /opt. | |||
|
feedback
|