Hi I move a zip file from window to linux but all permission of folder and files are kept in 700 How can I change it one time? I don't need to change directory under directory to change as folder as 755 and files as 644 Thank you for your help Send instant messages to your online friends uk.messenger.yahoo.com
man chmod Kai -- Get your web at Conactive Internet Services: conactive.com
From: adrian kok <adriankok2000 at yahoo.com.hk>> I move a zip file from window to linux > but all permission of folder and files are kept in 700 > How can I change it one time? I don't need to change directory under directory > to change as > folder as 755 > and > files as 644You could use find -type X (X = 'd' for directories and 'f' for files) JD