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

spam spam at mail.jhtt.com
Wed Jul 2 18:34:30 UTC 2003


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


More information about the OLUG mailing list