what is #ident


 
Thread Tools Search this Thread
Top Forums Programming what is #ident
Prev   Next
# 1  
Old 03-20-2006
what is #ident

what is the usage of #ident

I found the following statemant in begining of the shell scirpt ...

#ident "@(#) get.sh 6.12.1 09/30/97"

and I found the following statement in C file

#ident "@(#) getinp.h 5.1.2.1 07/11/97"

Thanks

Sarwan
 
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

sendmail auth/ident checking issue

Hi All, I have a problem sending mail to a host which seems to have sendmail configured to use Ident port (113) to check back on the mail sender. My problem is that this port is not enabled on the firewalls between sender and receiver so the ident checking and hence the mail is failing and... (0 Replies)
Discussion started by: Jublio
0 Replies

2. UNIX and Linux Applications

How to change ident in ircII

In ircII, how do I change the username and real name that shows up in the /whois ? (1 Reply)
Discussion started by: guitarscn
1 Replies

3. AIX

problem with #ident

I have an application which was originally compiled for AIX 4.3.3 which I am trying to compile with xlc 8 on aix 5.2. This app defines a macro called IDENT. Unfortunately, /usr/include/curses.h checks if IDENT is defined and if so, then defines #ident. Since #ident is apparently not supported by... (2 Replies)
Discussion started by: erick00
2 Replies

4. Programming

Regarding #ident macro

Hi, In my application I have some number c files. In each of the file the following line will be the first statement. #ident "@(#) set.c 14.1.2.2 05/15/01 17:06:32" I would like to know what is the use of the above statement. Thanks Sarwan (1 Reply)
Discussion started by: sarwan
1 Replies
Login or Register to Ask a Question
IN.IDENTTESTD(8)						 Library functions						  IN.IDENTTESTD(8)

NAME
in.identtestd - a small daemon that can be used to test Ident servers SYNOPSIS
in.identtestd DESCRIPTION
in.identtestd is a small daemon (to be started from inetd) that does an ident lookup on you if you telnet into it. Can be used to verify that your Ident server is working correctly. The source code can be found in the debian libident source package, as ident-tester.c. EXAMPLE
A typical entry in /etc/inetd.conf would be: 9999 stream tcp nowait root /usr/sbin/in.identtestd in.identtestd With the above entry in place and active, execute "telnet hostname 9999" from either this system, or another system. It should show some- thing like: Trying hostname... Connected to hostname. Escape character is '^]'. Welcome to the IDENT server tester, version 1.9 (Linked with libident 0.22 Debian) Connecting to Ident server at 192.168.1.1... Querying for lport 1109, fport 9999.... Reading response data... Userid response is: Lport........ 1109 Fport........ 9999 Opsys........ UNIX Charset...... <not specified> Identifier... paul Connection closed by foreign host. AUTHOR
Peter Eriksson <pen@lysator.liu.se> Manpage written for debian by Paul Slootman <paul@debian.org>. SEE ALSO
ident(3), identd(8), tcpd(8) 3rd Berkeley Distribution IN.IDENTTESTD(8)