| 
					
				 | 
			
			
				@@ -32,9 +32,8 @@ directories. This way, any user can write data to the /tmp or /var/tmp 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 directory but cannot remove another user's files (the latter is caused  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 by the so-called "sticky bit" - bit 1 of the 1777 bit mask).</para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-<para><screen><userinput>cd / && 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-chmod 0750 root && 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-chmod 1777 tmp var/tmp</userinput></screen></para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<para><screen><userinput>chmod 0750 /root && 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+chmod 1777 /tmp /var/tmp</userinput></screen></para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <para>Now that the directories are created, copy the source files that were 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 downloaded in chapter 3 to some subdirectory under $LFS/usr/src (you 
			 |