What is the directory that contains the init directories (rc0.d/ to rc6.d/)? VMWare Can’t Find Init directories while installing VMware tools & shows What is the directory that contains the init scripts?
NOTE:- “Please, kindly subscribe to this channel as I am providing you quality content.”
Watch this quick installation and configuration video:-
VMWare Can’t Find Init Directories:-
Here we will be creating these directories so that VMware Tools can place those installation scripts in these directories inside /etc/
Execute these commands in another terminal:-
sudo su
mkdir -p /etc/rc.d/rc0.d
mkdir -p /etc/rc.d/rc1.d
mkdir -p /etc/rc.d/rc2.d
mkdir -p /etc/rc.d/rc3.d
mkdir -p /etc/rc.d/rc4.d
mkdir -p /etc/rc.d/rc5.d
mkdir -p /etc/rc.d/rc6.d
Now enter this directory in vmware tools installation terminal:-
/etc/rc.d
For Python Tips & Tricks Subscribe to “PyProTricks”:-
https://www.youtube.com/PyProTricks
New video every week.
Pls LIKE, SHARE & SUBSCRIBE to support BoostUpStation