Browse Source

Change chown user.group -> user:group, using "." is deprecated and
using ":" also conforms to the Single UNIX Spec.

Thijs Kinkhorst 20 years ago
parent
commit
3c16cb6be9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      UPGRADE

+ 2 - 2
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.
 as is often the case with Apache.
 
 
   $ cd squirrelmail-1.2.0
   $ 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
 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.
 instead.  See the man pages for these commands for more information.