X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=UPGRADE;h=ddd51802156604d82b569ecd650ffcc1d453dc9d;hb=d8415ed878ea9a1a48879622d2ac674e9856d6bd;hp=aadc72b016200d4fc03874dc4362e57a616c3c06;hpb=abd74f7defe104b7d691be5670f59a46b0b7d025;p=squirrelmail.git diff --git a/UPGRADE b/UPGRADE index aadc72b0..ddd51802 100644 --- a/UPGRADE +++ b/UPGRADE @@ -98,10 +98,10 @@ example, we assume that user "nobody" and group "nobody" are the web server as is often the case with Apache. $ cd squirrelmail-1.2.0 - $ chown -R nobody.nobody data + $ chown -R nobody:nobody data See INSTALL for alternate userid/groupid pairs. Additionally, if "chown -user.group" doesn't work, you can use "chown user" and "chgrp group" +user:group" doesn't work, you can use "chown user" and "chgrp group" instead. See the man pages for these commands for more information.