  | | | Command not found on world writeble list | Command not found on world writeble list 2003-09-28 - By help@(protected)
Back Hi,
I ran the below commands on my RH 8 system and got a command not found error. The below is supposed to e-mail me a mail message containing all world-writable files on my system
Can anyone give me suggestions or advice as to what I did wrong?
Thanks.
[root@(protected) etc]# find / ! -fstype proc -perm ! -type l -ls 2>&1 | \ Mail -s 1world writable` help@(protected) > [root@(protected) etc]# find / ! -fstype proc -perm -2 ! -type l -ls 2>&1 | \ Mail -s 'world writable' help@(protected) -bash: Mail: command not found [root@(protected) etc]# find / ! -fstype proc -perm -2 ! -type l -ls 2>&1 | \ Mail -s `world writable` help@(protected) -bash: world: command not found -bash: Mail: command not found [root@(protected) etc]# find / ! -fstype proc -perm -2 ! -type l -ls \ |& mail -s `world writable` help@(protected)` -bash: syntax error near unexpected token `&' [root@(protected) etc]# find / ! -fstype proc -perm -2 ! -type l -ls \ |& mail -s 'world writable' help@(protected)` -bash: syntax error near unexpected token `&'
|
|
 |