Wednesday, March 12, 2008

Unable to change ownership of file

Error
# chown ftp.domain.org.psacln .htaccess
chown: `ftp.domain.org.psacln': invalid group

FIX
# chown ftp\.domain\.org:psacln .htaccess
Please put \ before the dot as there are too many dots in the ownership

No comments: