On Thu, 6 Nov 1997, Steve Losen wrote:
chmod g+s file chmod 2755 file
Seems to work fine for me:
% touch testing % ls -l testing -rw-r--r-- 1 news news 0 Nov 7 00:28 testing % chmod 2755 testing % ls -l testing -rwxr-sr-x 1 news news 0 Nov 7 00:28 testing
That's on a filesystem mounted from an F230 running 4.2a to a Solaris 2.5.1 client with the following mount options:
/news/spool on tor-na2:/spool soft/intr/proto=udp/vers=2/remote on Mon Aug 25 16:19:47 1997