A Blog to share my experience and knowledge, Iam dealing with Linux Server Administration.
Categories
Amazon Cloud
(2)
Apache
(5)
Centos
(5)
Cpanel
(31)
Installations
(11)
KVM
(3)
mysql
(9)
OpenVZ
(18)
Postgresql
(4)
ubuntu
(10)
VMware ESXI
(3)
Wordpress
(5)
Xen
(3)
Wednesday, 4 April 2012
Fix Cpanel Permissions
Often we get internal error due to incorrect permission. Below are the commands to fix the file and directory permissions.
find $HOMEDIR -type f -exec chmod 644 {} \;
find $HOMEDIR -type d -exec chmod 755 {} \;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Ad
No comments:
Post a Comment