Unix File Permissions

I want to change one of my Dir permissions to drwx--S--- Can you tell me which number i have to use.

Thanks in Advance

If you can use the char format, then use

chmod g+s DIRNAME

chmod 2700 directory_name

Refer the following for more clarification,

chmod 2710 <filename>

Try this.