Sponsored Content
Full Discussion: dec-notes ?
Top Forums UNIX for Dummies Questions & Answers dec-notes ? Post 11297 by Neo on Saturday 1st of December 2001 09:48:11 PM
Old 12-01-2001
BTW: Commenting out or in ports in /etc/services does not disallow or allow services. /etc/services is just a mapping between the friendly name and the port number. A daemon process can start and run without any reference in /etc/services if it opens the port based on port number.

If you call a service by name, then yes the mapping helps to find the port.... however this is not enabling a port, per se, just doing the port number to name mapping......

On another note....

Might be easier to just see if you can use a program like lsof to find out what process using the port.. then you can follow the trail to the parent processes to find out where the process is initiated.
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

DEC Unix system

Whats the max number of charaters a password can be on a DEC Unix System? Thanks in advance! (4 Replies)
Discussion started by: garryGNU3.3
4 Replies

2. Shell Programming and Scripting

Convert Char to Dec using AWK

I'm facing a problem when trying to read a file and convert the content from char to decimal in ASCII. :confused: eg :- Input file : 20051231 8.00 experted result : 50484853495051493256464848 The content of input file is vary very day. I need to use AWK script to program it. Pls... (4 Replies)
Discussion started by: jasmine05
4 Replies

3. Shell Programming and Scripting

converting hex to dec

Hi Experts, I have a file called "hex" which contains info like below How do i convert everything in this file to decimal value? Please advice. Thanks (4 Replies)
Discussion started by: aismann
4 Replies

4. Shell Programming and Scripting

How to Convert Hex value to Dec ?

Hi All, I want to convert below Hex value to Dec value in each column .How to do it ? This data is in a 1 file. 4e20 0475 2710 010f 7530 69a2 7530 7e2f 4e20 02dd 7530 6299 4e20 0c0a 7530 69a2 4e20 0a0b 2710 0048 7530 7955 4e20 0d23 7530 622d 7530 9121 2710 001f 7530 7d3f (6 Replies)
Discussion started by: Nayanajith
6 Replies

5. Shell Programming and Scripting

HEX to DEC Conversion

I'm trying to convert hex to dec and with the help of output i need to do the process. If i execute the below code assetValue=8f assetNavigation=$(echo "ibase=16; "$assetValue"" | bc) echo $assetNavigation i'm getting the error below $ sh script.sh (standard_in) 1: syntax error... (2 Replies)
Discussion started by: Amutha
2 Replies

6. UNIX Desktop Questions & Answers

Is DEC OSF/1 3.0A available for download somewhere?

Please let me know Thanks Jack (2 Replies)
Discussion started by: lucky7456969
2 Replies

7. UNIX for Dummies Questions & Answers

Looking for which DEC this header is from?

curses.h,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/05/12 18:03:48 $ Which Ultrix and OSF/1 this probably from? Thanks Jack (3 Replies)
Discussion started by: lucky7456969
3 Replies
XSetPointerMapping(3X11)					     MIT X11R4						  XSetPointerMapping(3X11)

Name
       XSetPointerMapping, XGetPointerMapping - manipulate pointer settings

Syntax
       int XSetPointerMapping(display, map, nmap)
	  Display *display;
	  unsigned char map[];
	  int nmap;

       int XGetPointerMapping(display, map_return, nmap)
	  Display *display;
	  unsigned char map_return[];
	  int nmap;

Arguments
       display	 Specifies the connection to the X server.

       map	 Specifies the mapping list.

       map_return
		 Returns the mapping list.

       nmap	 Specifies the number of items in the mapping list.

Description
       The function sets the mapping of the pointer.  If it succeeds, the X server generates a event, and returns Element map[i] defines the logi-
       cal button number for the physical button i+1.  The length of the list must be the same as would return, or a error results.  A zero ele-
       ment disables a button, and elements are not restricted in value by the number of physical buttons.  However, no two elements can have the
       same nonzero value, or a error results.	If any of the buttons to be altered are logically in the down state, returns and the mapping is
       not changed.

       can generate a error.

       The function returns the current mapping of the pointer.  Pointer buttons are numbered starting from one.  returns the number of physical
       buttons actually on the pointer.  The nominal mapping for a pointer is map[i]=i+1.  The nmap argument specifies the length of the array
       where the pointer mapping is returned, and only the first nmap elements are returned in map_return.

Diagnostics
       Some numeric value falls outside the range of values accepted by the request.
		 Unless a specific range is specified for an argument, the full range defined by the argument's type is accepted. Any argument
		 defined as a set of alternatives can generate this error.

See Also
       XChangeKeyboardControl(3X11), XChangeKeyboardMapping(3X11)
       X Window System: The Complete Reference, Second Edition, Robert W. Scheifler and James Gettys

															  XSetPointerMapping(3X11)
All times are GMT -4. The time now is 08:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy