I have looked on various websites for this but couldn't see anything specific (or that i understood)
If i have a dir called /home/diss/test and want to chmod to 775 all the files in the /test dir how do i do this?
I tried this:
chmod -v 775 test
but it only changed the permissions of the actual folder
thanks
Diss
If i have a dir called /home/diss/test and want to chmod to 775 all the files in the /test dir how do i do this?
I tried this:
chmod -v 775 test
but it only changed the permissions of the actual folder
thanks
Diss