Sponsored Content
Full Discussion: Hiding error report
Top Forums Shell Programming and Scripting Hiding error report Post 302450597 by ajincoep on Friday 3rd of September 2010 06:43:01 AM
Old 09-03-2010
I do not want the error report to display on the console. But it is still displaying....
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Hiding password from ps

I'm calling a program with a command line arguement containing a password. while the process is running anyone on the system can ps -ef and see the password. Is there a way to prevent this from happening. example PROGRAM USERNAME/PASSWD I've also tried PROGRAM `cat passfile` ... (7 Replies)
Discussion started by: sudojo
7 Replies

2. Shell Programming and Scripting

hiding sqplus paramters

Any have know how to hide the user/password paramters when doing a ps -ef when running sqlplus username/password@db from a script. (2 Replies)
Discussion started by: jinky
2 Replies

3. IP Networking

Hiding an IP address

Is there anyone who knows how to hide an IP from being logged by the site you are visiting. I know of some paid companies but I am looking for a different solution. Is there some way in UNIX to mask the ip. Help this is urgent. Datopdog (1 Reply)
Discussion started by: datopdog
1 Replies

4. UNIX for Advanced & Expert Users

Hiding Passwords while typing..

Hi, We need ur advice,... We are integrating our application (oracle) with OID,and OID is with another team. While integrating they have to provide their 'ADMIN-password' when the script prompts ,But the password they are about type is visible. If this is the case they are denying it,.... Is... (1 Reply)
Discussion started by: rrs
1 Replies

5. Shell Programming and Scripting

Bourne Shell: Hiding error messages

I am executing commands as follows in Bourne shell script. Filenames/directory names for the deletion/copying are unknown: rm * rmdir <directory> cp -p * <directory> Sometimes when no file or directory exists, error is encountered. This has no impact or whatever issue to my script but it's... (5 Replies)
Discussion started by: totziens
5 Replies

6. Shell Programming and Scripting

Hiding the Directory

Hi, I have a directory i want to just hide this directory. Could you please tell me the command to hide directory. (2 Replies)
Discussion started by: shivanete
2 Replies

7. UNIX for Dummies Questions & Answers

Hiding Password

Hello. A bit of a puzzle here: I have a 3rd party executable, which requires the following parameters: parm1 = program_name, parm2=userid/password, parm3=additional flags. We tried passing password as a variable, but you can do grep, and see what the password actually is I found a bit... (2 Replies)
Discussion started by: Kishinevetz
2 Replies

8. Programming

C++ overriding Vs hiding

class B { public: void fns(void){//base def;} }; class D:public B { public: void fns(void) {//new def;} }; I was thinking the above is overriding but somewhere else i found the above is just hiding.Only virtual functions can be considered as overriding? This is the exact statement ... (1 Reply)
Discussion started by: johnbach
1 Replies

9. UNIX for Dummies Questions & Answers

Hiding history of my commands

i have several boxes running either ubuntu, redhat or solaris. there are multiple people with root access on these boxes. i really dont like people looking through my command history, is there a way i can prevent this? what files do i have to edit to prevent anyone from being able to see what... (7 Replies)
Discussion started by: SkySmart
7 Replies

10. Shell Programming and Scripting

Password hiding in UNIX

Hi guys, I use STTY command to make the password invisible. Now I need to write the password into another file pwd.txt, but in an invisible manner, something like ******. Another thing is to when I echo the content of pwd.txt I get the password I actually typed. Thanks guys. Help me out. (5 Replies)
Discussion started by: mohanalakshmi
5 Replies
FS_MESSAGES(1)						       AFS Command Reference						    FS_MESSAGES(1)

NAME
       fs_messages - Sets whether the Cache Manager writes log messages

SYNOPSIS
       fs messages [-show (user|console|all|none)] [-help]

       fs me [-s (user|console|all|none)] [-h]

DESCRIPTION
       The fs messages command controls whether the Cache Manager displays status and warning messages on user screens, the client machine
       console, on both, or on neither.

       There are two types of Cache Manager messages:

       o   User messages provide user-level status and warning information, and the Cache Manager directs them to user screens.

       o   Console messages provide system-level status and warning information, and the Cache Manager directs them to the client machine's
	   designated console.

       Disabling messaging completely is not recommended, because the messages provide useful status and warning information.

OPTIONS
       -show (user|console|all|none)
	   Specifies the types of messages to display. Choose one of the following values:

	   user
	       Send user messages to user screens.

	   console
	       Send console messages to the console.

	   all Send user messages to user screens and console messages to the console (the default if the -show argument is omitted).

	   none
	       Do not send any messages to user screens or the console.

       -help
	   Prints the online help for this command. All other valid options are ignored.

EXAMPLES
       The following command instructs the Cache Manager to display both types of messages:

	  % fs messages -show all

PRIVILEGE REQUIRED
       The issuer must be logged in as the local superuser root.

SEE ALSO
       afsd(8)

COPYRIGHT
       IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.

       This documentation is covered by the IBM Public License Version 1.0.  It was converted from HTML to POD by software written by Chas
       Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.

OpenAFS 							    2012-03-26							    FS_MESSAGES(1)
All times are GMT -4. The time now is 06:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy