On my Admin1 account, I added domain with this account, and create FTP account for this domain
But one strange thing is when I edit file with FTP program then it showed error, don't permit me to edit file content
But when I change ownership for html directory
chown -R apache:apache /var/www/html/*
then I can change file content on FTP program
I have a question
this command:
chown -R apache:apache /var/www/html/*
or
chown -R Admin1:Admin1 /var/www/html/*
is exact ?
If possible, give me any examples or details on How to use chown command in Centos?
Thanks in advanced!
But one strange thing is when I edit file with FTP program then it showed error, don't permit me to edit file content
But when I change ownership for html directory
chown -R apache:apache /var/www/html/*
then I can change file content on FTP program
I have a question
this command:
chown -R apache:apache /var/www/html/*
or
chown -R Admin1:Admin1 /var/www/html/*
is exact ?
If possible, give me any examples or details on How to use chown command in Centos?
Thanks in advanced!