Skip to main content

Thread: chmod question


i change access permissions folder owned root. not want change ownership, want modify permission every user falls "other" group cannot r/w/x directory. command need enter in terminal make happen?

thanks,

justin

quote posted crutch145 view post
i change access permissions folder owned root. not want change ownership, want modify permission every user falls "other" group cannot r/w/x directory. command need enter in terminal make happen?

thanks,

justin
code:
sudo chmod o-xrw -r /my/directoy/path
note (-r) recursive applied files , subdirectories in folder


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] chmod question


Ubuntu

Comments