Sponsored Content
Full Discussion: Need to shut off beep
Top Forums UNIX for Dummies Questions & Answers Need to shut off beep Post 82386 by jpedicone on Wednesday 31st of August 2005 11:43:18 AM
Old 08-31-2005
Need to shut off beep

I need to know how to turn off the beep in my unix environment. I tried with the Common Desktop Environment on solaris but it didn't work. I used to know the environment variable to set but I have forgotten it.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

no beep in shell??

hiho, who has an idea how i can tell my shell that it should not beep on errors or when i'm using the TAB in bash to complete noone needs to know when i make mistakes ;-) solaris 9 (SPARC) bash 2.05 thx a lot Preßy (1 Reply)
Discussion started by: pressy
1 Replies

2. HP-UX

Turn off awful beep

. (1 Reply)
Discussion started by: Driver
1 Replies

3. UNIX for Dummies Questions & Answers

How do I make 'tail -f' beep?

Hi, I'm moniroting numerous logs in my new job (tail -f JOE.log | grep ALERT) and I want to be able to make the Terminal BEEP when ever something comes up. Is this something I can do easily? Any help with the above (or an alternative) would be appreciated, so I can stop staring at the... (1 Reply)
Discussion started by: the_big_v
1 Replies

4. Linux

the old question: how to disable the beep ?

still the old question (didn't find the satisfied answer in the forum) how to disable the awful beep in linux workstation? i tried this: /etc/inputrc -〉set bell-style none but it can only disable the beep whenever you input wrongly in the console. in some othercases, i still can hear... (1 Reply)
Discussion started by: princelinux
1 Replies

5. UNIX for Dummies Questions & Answers

How to get ride of the BEEP in Solaris

Hello, I did a search on this forum and a global search to try and find out how to disable that annoying beep that you get when you mistype or hit the esc key in VI and i didn't have that problem last week. I'm using Solaris and bash shell and i've put these commands into my .profile file: ... (2 Replies)
Discussion started by: bobk544
2 Replies

6. Ubuntu

I can't make my pc speakers beep

I don't know why, but when I issue echo -e '\a' or beep. I get only some sound, set in my OS (Ubuntu Karmic). I tried to run these on Lenovo Y510KA and Lenovo S10-2. Is there another way to make my laptops beep?.. (3 Replies)
Discussion started by: Sapfeer
3 Replies

7. Slackware

System audible beep

I have tried everything with sounds on Slackware and after over a decade am at the end of it. I have uncommented /sbin/modprobe pcspkr in rc.modules. I have commented blacklist pcspkr in /etc/modprobe.d/blacklist.conf I have set bell-style audible in /etc/inputrc and I still can't get echo... (3 Replies)
Discussion started by: slak0
3 Replies

8. Solaris

When was the zone shut down?

Is there an easy way (or any way) to determine from a ksh script when a specific zone was shut down? I'm assuming the zone had been running and is now properly shut down in the 'installed' state. Is there a log entry or some other reliable way to find out when the zone had been shut down? (1 Reply)
Discussion started by: kmcgrego
1 Replies

9. Programming

A Function To Create A 1 Second Sinewave WAVE Beep File In Python.

sinebeep.py Creating an audio WAVE file called... beep.wav ...that can be played using almost ANY audio player available. This simple DEMO snippet of code generates a 1 second sinewave WAVE file. It IS saved inside the CURRENT drawer so that you can find it... ;o) Note that the... (1 Reply)
Discussion started by: wisecracker
1 Replies
pam_env(8)						    BSD System Manager's Manual 						pam_env(8)

NAME
pam_env -- The Environment PAM module SYNOPSIS
[service-name] function-class control-flag pam_env [options] DESCRIPTION
The Environment PAM module supports the authentication and session management function classes. In terms of the function-class parameter, these are ``auth'' and ``session'' respectively. The Environment PAM module has identical support for both supported function classes. The Environment PAM module allows the setting and unsetting of environment variables. The use of previously set environment variables as well as PAM_ITEMs such as PAM_RHOST is supported. This module can also parse a file with simple KEY=VAL pairs on separate lines (/etc/environment by default). You can change the default file to parse, with the envfile flag and turn it on or off by setting the readenv flag to 1 or 0 respectively. The following options may be passed to this module: conffile=/path/to/pam_env.conf Indicate an alternative pam_env.conf style configuration file to override the default. This can be useful when different services need different environments. debug A lot of debug information will be printed to the system log. envfile=/path/to/environment Indicate an alternative environment file to override the default. This can be useful when different services need different envi- ronments. readenv=0|1 Turns on or off the reading of the file specified by envfile (0 is off, 1 is on). By default this option is on. FILES
/etc/security/pam_env.conf The default configuration file. /etc/environment The default environment file. SEE ALSO
environ(7), pam.conf(5), pam(8) AUTHORS
The pam_env module was written by Dave Kinchlea <kinch@kinch.ark.com>. BSD
February 7, 2009 BSD
All times are GMT -4. The time now is 03:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy