Changes

From SME Server
Jump to navigationJump to search
318 bytes added ,  12:21, 17 April 2007
m
→‎4 Mapping: Adjustments
Line 147: Line 147:  
drwxrwxr-x 18 admin allstaff 4096 Sep 23 14:48 mp3
 
drwxrwxr-x 18 admin allstaff 4096 Sep 23 14:48 mp3
   −
4.3 Change ownership as in the original.
+
4.3 Change ownership as in the original. The "-R" (optional) means recursive, subdirectorys will be included in the command.
  chown admin:allstaff /mnt/bigdisk/ibays/mp3
+
  chown -R admin:allstaff /mnt/bigdisk/ibays/mp3
   −
4.4 Set permissions to the ibay mp3 as in the original.
+
4.4 Set permissions to the ibay mp3 as in the original. For help on this, look at [http://www.ss64.com/bash/chmod.html ss64] or [http://www.oreillynet.com/linux/cmd/cmd.csp?path=c/chmod oreillynet]. The "-R" (optional) means recursive, subdirectorys will be included in the command.  
  chmod 775 /mnt/bigdisk/ibays/mp3  
+
  chmod 775 -R /mnt/bigdisk/ibays/mp3  
    
4.5 Copy the content to your new disk
 
4.5 Copy the content to your new disk
Line 171: Line 171:  
  mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
 
  mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
   −
  echo Options FollowSymLinks >> /etc/e-smith/templates custom/etc/httpd/conf/httpd.conf/85DefaultAccess
+
  echo Options FollowSymLinks >> /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/85DefaultAccess
    
  /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
 
  /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
206

edits

Navigation menu