Michael Leone on Thu, 15 Feb 2001 14:57:14 -0500 |
> In root, I enter: find / -name "cf.m4" -print and I get the following > error: find: /proc/6/fd: Permission denied. I am stumped. This is not my > box, and not the main box of the user I am trying to help out so it > isn't urgent that I get it up NOW. I would, in fact, like to configure > sendmail the dirty way, but existing help is flying way over my head. You're not root, right? I get this message doing the same sort of find command ... unless I'm root. I *think* - and someone will correct me if I'm wrong ... but you, as a normal user, don't have access rights into the /proc directory. And so you get this message, since find is trying to get into the /proc directory to locate the cf.m4 file for you. ______________________________________________________________________ Philadelphia Linux Users Group - http://www.phillylinux.org Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|