In article <1990May7.020504.26757 at icase.edu> arras at icase.edu (Michael Arras) writes: > > I have a shell script I would like other users to run as myself. I >tried: > >% chmod +s myfile > Use chmod giving the octal permission values % chmod 4711 myfile which gives -rws--x--x permissions. REAL wizards always do it this way :) -Mark