Changes

Jump to navigation Jump to search
63 bytes added ,  21:18, 16 April 2007
m
→‎4 Mapping: Corrected original typo
Line 116: Line 116:       −
4.2 Apply the ownerships and permissions from the original directory
+
4.2 Check the ownerships and permissions on the original directory
  ls -l /home/e-smith/files/ibays
+
  ls -l /home/e-smith/files/ibays/mp3
    
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
+
4.3 Change ownership as in the original.
 
  chown admin:allstaff /mnt/bigdisk/ibays/mp3
 
  chown admin:allstaff /mnt/bigdisk/ibays/mp3
   −
4.4 Set permissions
+
4.4 Set permissions to the ibay mp3 as in the original.
 
  chmod 775 /mnt/bigdisk/ibays/mp3  
 
  chmod 775 /mnt/bigdisk/ibays/mp3  
   Line 137: Line 137:     
4.8 Create a symlink to the new location
 
4.8 Create a symlink to the new location
  ln -s /mnt/bigdisk/ibays/mp3 /home/e-smith/files/mp3  
+
  ln -s /mnt/bigdisk/ibays/mp3 /home/e-smith/files/ibays/mp3  
    
4.9 Test the new location
 
4.9 Test the new location
Line 150: Line 150:     
  /etc/init.d/httpd graceful
 
  /etc/init.d/httpd graceful
+
 
 
=== 5 Quota ===
 
=== 5 Quota ===
  
206

edits

Navigation menu