changing special mods using chmod

  • Thread starter Thread starter alireza_fatahi
  • Start date Start date
A

alireza_fatahi

hi every one. first post :)
so I've been looking how to change special mods (uid/gid/sticky) with chmod command. i found out how to do that with numbers like this chmod 2755 file .
but what i'm asking is how to change with characters.
you know, like this chmod -R u+w,go-w docs
thanks in advance, new to unix :)

Continue reading...
 
Back
Top