Alexey Chusta пишет:
Да ты прав по поводу Linux. [root@www]# uname -a Linux 2.4.22-1.2115.nptl #1 Wed Oct 29 15:42:51 EST 2003 i686 i686 i386 GNU/Linux [root@www]# mkdir test [root@www]# ls -l drwxr-xr-x 2 root root 4096 Jun 16 12:10 test [root@www]# chown root:alexey test [root@www]# cd test [root@www]# touch file [root@www]# ls -l -rw-r--r-- 1 root root 0 Jun 16 12:13 file
Решаемо, вроде. [root@regul yt]# mkdir test [root@regul yt]# chown root.yt test [root@regul yt]# ls -ld test drwxr-xr-x 2 root yt 4096 Чер 16 12:38 test [root@regul yt]# touch test/fff [root@regul yt]# ls -l test -rw-r--r-- 1 root root 0 Чер 16 12:39 fff [root@regul yt]# chmod g+s test [root@regul yt]# touch test/fff2 [root@regul yt]# ls -l test -rw-r--r-- 1 root root 0 Чер 16 12:39 fff -rw-r--r-- 1 root yt 0 Чер 16 12:39 fff2 -- С уважением Yury =================================================================== uanog mailing list. To Unsubscribe: send mail to majordomo@uanog.kiev.ua with "unsubscribe uanog" in the body of the message