[olug] Unix Tip: AVOID PERMISION DENIED (fwd)

Eric Penne epenne at olug.org
Wed Jul 2 18:58:59 UTC 2003


It's a once a day message and if you don't like it and can't figure out
how to filter it out then maybe you need the drool gaurd on the keyboard. 
It generally generates some discussion on the list when things get slow. 
The list voted on it and there were some people that didn't like it, but
most of the votes were in favor of it, so it stayed.

Grow up.  Explosive emotions won't get you anywhere on this list.  A
couple more outbursts like this and you may not need to unsubscribe
yourself.

Eric Penne


> What the hell is this shit?  This is the first message I've received
> from this list.  If i wanted to be included in mass mailings on general
> information I could have signed up myself.  Next one of these I get I'll
> be removing myself from the list. *FLAME ON*  Honestly, whoever did this
> must have a drool guard on their keyboard.
>
> ---------- Forwarded message ----------
> Date: Wed, 2 Jul 2003 09:37:38 -0700
> From: Unix Guru Universe <listserv at ugu.com>
> Reply-To: Omaha Linux User Group <olug at olug.org>
> To: olug at olug.org
> Subject: [olug] Unix Tip: AVOID PERMISION DENIED
>
>
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>
> 			      UNIX GURU UNIVERSE
> 			         UNIX HOT TIP
>
> 			Unix Tip 2009 - July  2, 2003
>
> 		    http://www.ugu.com/sui/ugu/show?tip.today
>
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>
>
> AVOID PERMISION DENIED
>
> To avoid 'Permission Denied'
> messages when using the
> 'find' command:
>
> in ksh :-
> find <dir> -name '<file>' -print 2 > /dev/null
>
> in csh :-
> (find <dir> -name '<file>' -print >/dev/tty) >& /dev/null
>
>
>
> --------------------------------------------------------------------------
> To Subscribe:    http://www.ugu.com/sui/ugu/show?tip.subscribe
> To Unsubscribe:  http://www.ugu.com/sui/ugu/show?tip.unsubscribe
> To Submit A Tip: http://www.ugu.com/sui/ugu/show?tip.today
>
> ==========================================================================
> DISCLAIMER: All UNIX HOT TIPS ARE OWNED BY THE UNIX GURU UNIVERSE AND
> ARE NOT TO BE SOLD, PRINTED OR USED WITHOUT THE WRITTEN CONSENT OF THE
> UNIX GURU UNIVERSE. ALL TIPS ARE "USE AT YOUR OWN RISK". UGU  ADVISES
> THAT ALL TIPS BE TESTED IN A NON-PRODUCTION DEVELOPMENT ENVIRONMENT
> FIRST.
>
> Unix Guru Universe - www.ugu.com - tips at ugu.com - Copyright 1994-2001
> ==========================================================================
>
> _______________________________________________
> OLUG mailing list
> OLUG at olug.org
> http://lists.olug.org/mailman/listinfo/olug
> _______________________________________________
> OLUG mailing list
> OLUG at olug.org
> http://lists.olug.org/mailman/listinfo/olug




More information about the OLUG mailing list