Hi!

I was searching for the sysklogd script.

My first try:

root:/# find / -name syslogd -exec pwd ;
find: missing argument to `-exec'

My sucessful try:

root:/# find / -name syslogd
/usr/sbin/syslogd


Question:
--------------

Why does "find / -name syslogd -exec pwd ;" not work?

Kind regards,
Leonhard.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to