Messed up file ownerships - Urgent help needed

2hamed

Verified User
Joined
Apr 13, 2011
Messages
31
I accidentally issued `chown root * -R` while I was at '/'. This caused a catastrophic problem on my server.
I have managed to fixed most of the file ownerships but there are still a few files that I don't know their previous ownerships.
For example these are some of them:
Code:
/etc/virtual/domains
/etc/virtual/domainowners
/etc/named.conf
I will be grateful if someone could tell me what user should they belong to?
 
I accidentally issued `chown root * -R` while I was at '/'. This caused a catastrophic problem on my server.
I have managed to fixed most of the file ownerships but there are still a few files that I don't know their previous ownerships.
For example these are some of them:
Code:
/etc/virtual/domains
/etc/virtual/domainowners
/etc/named.conf
I will be grateful if someone could tell me what user should they belong to?


-rw-r--r-- 1 mail mail 1417 Oct 19 18:04 /etc/virtual/domains
-rw-r--r-- 1 mail mail 1958 Oct 19 18:04 /etc/virtual/domainowners
-rw-r--r-- 1 root root 7523 Oct 19 18:04 /etc/named.conf
 
Hello,

You might want to use

/usr/local/directadmin/scripts/set_permissions.sh

to set correct permissions on directadmin related files.
 
Hello,

You might want to use

/usr/local/directadmin/scripts/set_permissions.sh

to set correct permissions on directadmin related files.

Did you know that you were awesome? You rock man. You saved me.
I can not thank you enough.
 
Back
Top