/var/log/cpanel-install.log : permission denied

rarcntv

Registered
Oct 16, 2013
2
0
1
cPanel Access Level
Root Administrator
Hello,
I am new I just download their cent os image and install it. After install it and run from hardisk. its said the cpanel installation is currently taking place . but no idea how its start and when it will start. not only that after login to root just see its start and do not reboot. after 1 hours I don't see anything. may be running on background. when I use this command /var/log/cpanel-install.log its said permission denied . no idea how to know my installation progress etc. please help.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

You must use a command such as "cat" to view a file in Linux. EX:

Code:
cat /var/log/cpanel-install.log
Does it show the installation completed successfully?

Thank you.