Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
		Network Troublshooting => Linux Servers Support => Topic started by: anil_garg5 on March 18, 2005, 10:29:50 AM
		
			
			- 
				Hi All, 
 
 A simple clarification
 
 A file having the file permssion 220 have the read and write permsion for owner and grp users.
 
 It means
 # chmod 220 testfile
 #chmod 660 testfile
 
 Both command has the same impact practically. means it has read and write permission. I just want to know is there ant impact technically between these 2 command.
 read (4) has more weightage than write(2).
 Is there any significance for it???
 
 Thanks
- 
				HI Dear,
 No the effect of both are not same.....
 
 I think u tried this commnads from root user ................
 
 Try to use these command from another user but not root....., because if u give these permissions using root,, then  also root can read as well as write as the root is the Superuser account......
 
 Try these commnds by logging from another local user....., u will see the difference...
 
 
 Gaurav