Time : 10 mins
			
		 
	 
	
	
		
		
			
				: 
			
			
				Linux Permission III
				
			
			
				- In  "/" create a directory called data. Inside data, create another directory called driver.
 
				- Create three users as user1, user2 and user3.
 
				- In data directory, only the above 3 users will have view (r-x) permission.
 
				- In driver directory, user1 and user2 will have full permission (rwx) and user3 will have view (r-x) permission.
 
				- Configure the above conditions in your linux server.
 
			
		 
		
			Time Up! Please Stop.