Thanks to the multitude of people who answered. The book had no space
before the -perm so that is how I copied it into the file.
The original question was:
I have an Alpha system running 4.0e and I have a question
How do I find all of the SUID files on my system. I have a security book
and have been looking at it and my system chokes on the -perm part of
this line.
# find / \(-perm -4000 -o -perm -2000 \) -type f -print
The results were to add some "white space" to the line.
# find / \( -perm -4000 -o -perm -2000 \) -type f -print
(As if I don't have enough white space outside now. It is KS and we have
plenty of snow and ice)
--
Ron Bramblett
Systems Adminstrator
Fuller Brush Company
Received on Wed Feb 14 2001 - 20:14:20 NZDT