I have a solaris directory with the following permissions drwsrwx--- that I need to change to these permissions drwxr-Sr-x Can someone give me the chmod string that I need to make the change? Thanks!
Unix OS
Last Comment
wilkescc
8/22/2022 - Mon
farzanj
chmod 2745 Dirname
wilkescc
ASKER
I just tried chmod 2745 and now my permissions are drwxr-s---