sistem solaris 10

# chmod -R S+u aaa/
chmod: ERROR: invalid mode

# chmod 2700 aaa
# ls -l
drwx------   2 root     root         512 Apr  3 17:04 aaa

doğru cevap

# chmod g+s aaa
# ls -l
drwx--s---   2 root     root         512 Apr  3 17:04 aaa
# chmod 2700 aaa
# ls -l
drwx--S---   2 root     root         512 Apr  3 17:04 aaa


# man ls  (ipucunu yanlış vermişim)

     S         Undefined  bit-state  (the  set-user-ID  or   set-
              group-id  bit is on and the user or group execution
              bit is off). For group  permissions,  this  applies
              only to non-regular files.

Devrim

Pazartesi 03 Nisan 2006 16:05 tarihinde, Mehmet Açıkgöz şunları yazmıştı: 
> chmod -R  S+u


---------------------------------------------------------------------
Cikmak icin, e-mail: [EMAIL PROTECTED]
Liste arsivi: http://lists.enderunix.org
Turkiye'nin ilk FreeBSD kitabi: http://www.acikakademi.com/freebsd.php


Cevap