Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gam_server(1) [opensolaris man page]

gam_server(1)							   User Commands						     gam_server(1)

NAME
gam_server - The Gamin server gathers file events from the kernel and sends these events to clients. SYNOPSIS
/usr/lib/gam_server DESCRIPTION
Gamin uses a client-server model. gam_server is the server which centralizes client requests for monitoring files, gathers file events via File Event Notification kernel API methods (see port_create(3C)), and then sends modification events to application clients. It also shares file events when multiple applications monitor the same file. For configuring gam_server refer to http://www.gnome.org/~veillard/gamin/config.html ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgamin | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
port_create(3C), libgamin-1(3), attributes(5) Gamin Homepage: http://www.gnome.org/~veillard/gamin NOTES
Written by Lin Ma, Sun Microsystems Inc., 2008. SunOS 5.11 25 Mar 2008 gam_server(1)

Check Out this Related Man Page

gnome-mouse-properties(1)					   User Commands					 gnome-mouse-properties(1)

NAME
gnome-mouse-properties - configure GNOME mouse preferences SYNOPSIS
gnome-mouse-properties [--get-legacy] [gnome-std-options] DESCRIPTION
The GNOME mouse preference tool enables you to configure your mouse for right-hand or left-hand use. It is also used to specify the speed and sensitivity of mouse movement and mouse button press events. OPTIONS
The following options are supported: --get-legacy Retrieve and store legacy settings gnome-std-options Standard options available for use with most GNOME applications. See gnome-std-options(5). EXAMPLES
Example 1: Launching the gnome-mouse-properties tool example% gnome-mouse-properties EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gnome-mouse-properties Executable for gnome-mouse-properties ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-desktop-prefs | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
Preference Tools Manual Latest version of the GNOME Desktop User Guide for your platform. gnome-control-center(1), attributes(5), gnome-std-options(5) NOTES
Written by Glynn Foster, Sun Microsystems Inc., 2003, 2006, 2007. SunOS 5.11 09 Nov 2007 gnome-mouse-properties(1)
Man Page

5 More Discussions You Might Find Interesting

1. Linux

gam_server conspiracy

On Fedora Core 3 Heidelberg, every now and then the process gam_server steps out of line and needs to be killed. Doing so generally makes it behave but every now and then killing it just accomplishes a very brief behaviour improvement. I was looking around on the net and although I forgot... (0 Replies)
Discussion started by: x_terminat_or_3
0 Replies

2. UNIX for Dummies Questions & Answers

Notification if server unreachable?

Is it possible for a group of servers to monitor each other and then send an alert if one of them is no longer 'alive'? Or if its easier have one server that monitors the other five and then sends an alert. If so how would this be done? Thanks (3 Replies)
Discussion started by: Sepia
3 Replies

3. AIX

configuring NIM server

I have never used NIM. Please help with the steps for configuring NIM server and client. thanks Pchangba (3 Replies)
Discussion started by: pchangba
3 Replies

4. UNIX for Dummies Questions & Answers

Gam_server process

Hello, I am seeing gam_server using my 7% of core for each unix id who logged in. I am not sure why gam_server is monitoring the users action. Is it necessary ? THanks, Arun (1 Reply)
Discussion started by: arunkumar_mca
1 Replies

5. Shell Programming and Scripting

Script that gathers specific values from files and puts it into HTML to send e-mail

Hi All, Sorry for long topic here. So the drill goes like that, I need a script which gathers different values from different files/locations. A_CT=`cat a.dat | awk -F'|' '{print $1}' >> report.txt` B_CT=`cat b.dat | awk -F'|' '{print $3}' >> report.txt` C_CT=`cat c.dat | awk -F'|'... (4 Replies)
Discussion started by: shivakid
4 Replies