LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-23-2015, 06:23 PM   #1
Alex90
LQ Newbie
 
Registered: Jul 2015
Posts: 20

Rep: Reputation: Disabled
modding Finger - Fingerd


Hello guys

Today i install finger in my ubuntu machine, I want try to modded fingerd , but I saw that in the directory of finger there isn't any c file for modded it.

furthermore

I know that the fingerd daemon listen on the 79 port, but when i digit in the terminal

Code:
netstat -tulpn | grep 79
the output is the below text

Code:
  tcp 0  0  0.0.0.0:79   0.0.0.0:*   LISTEN -
what it mean? What is mean the character -?
 
Old 07-24-2015, 01:18 PM   #2
ShadowCat8
Member
 
Registered: Nov 2004
Location: San Bernardino, CA
Distribution: Gentoo, Arch, (RedHat4.x-9.x, FedoraCore 1.x-4.x, Debian Potato-Sarge, LFS 6.0, etc.)
Posts: 261

Rep: Reputation: 52
Greetings,

Well, Ubuntu is a binary-based distribution, so it doesn't surprise me that it didn't give you the source code like you would get from a source-based distro like Gentoo, LFS or from Arch's AUR repository. If you want to play with the source code for fingerd, you can get it from http://ftp.linux.org.uk/pub/linux/Networking/netkit/ as a package called (as of this writing) bsd-finger-0.17.tar.gz.

Now, for the other question:
Not exactly sure why you are getting a dash for what should be the pid and name of the service by the flags you put to netstat.
As an example from one of the test servers at my office:
Code:
dev-test3 ~ # netstat -tulpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 0.0.0.0:5666            0.0.0.0:*               LISTEN      14348/nrpe          
tcp        0      0 192.168.1.8:3306        0.0.0.0:*               LISTEN      14919/mysqld        
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      14410/sshd          
udp        0      0 192.168.1.8:137         0.0.0.0:*                           14393/nmbd          
udp        0      0 0.0.0.0:137             0.0.0.0:*                           14393/nmbd          
udp        0      0 192.168.1.8:138         0.0.0.0:*                           14393/nmbd          
udp        0      0 0.0.0.0:138             0.0.0.0:*                           14393/nmbd
Hope that helps. Let us know.
 
Old 07-24-2015, 02:22 PM   #3
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599
Quote:
Originally Posted by ShadowCat8 View Post
Well, Ubuntu is a binary-based distribution, so it doesn't surprise me that it didn't give you the source code like you would get from a source-based distro like Gentoo, LFS or from Arch's AUR repository.
...that said one could easily read the documentation and end up with the simple 'apt-get source <packagename>;' command. Nothing to be really "astonished", "surprised" or whatever else about.
 
Old 07-24-2015, 02:23 PM   #4
Alex90
LQ Newbie
 
Registered: Jul 2015
Posts: 20

Original Poster
Rep: Reputation: Disabled
This is my output...

Quote:
(Non tutti i processi potrebbero essere identificati, le informazioni sui processi non propri
non saranno mostrate, per visualizzarle tutte bisogna avere privilegi di root.)
Connessioni Internet attive (solo server)
Proto CodaRic CodaInv Indirizzo locale Indirizzo remoto Stato PID/Program name
tcp 0 0 0.0.0.0:512 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:513 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:514 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:587 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:79 0.0.0.0:* LISTEN -
tcp 0 0 127.0.1.1:53 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN -
tcp6 0 0 :::22 :::* LISTEN -
tcp6 0 0 ::1:631 :::* LISTEN -
udp 0 0 0.0.0.0:35073 0.0.0.0:* -
udp 0 0 0.0.0.0:28499 0.0.0.0:* -
udp 0 0 127.0.1.1:53 0.0.0.0:* -
udp 0 0 0.0.0.0:68 0.0.0.0:* -
udp 0 0 0.0.0.0:68 0.0.0.0:* -
udp 0 0 0.0.0.0:32838 0.0.0.0:* -
udp 0 0 0.0.0.0:631 0.0.0.0:* -
udp 0 0 0.0.0.0:5353 0.0.0.0:* -
udp6 0 0 :::28499 :::* -
udp6 0 0 :::58853 :::* -
udp6 0 0 :::2181 :::* -
udp6 0 0 :::5353 :::* -
 
Old 07-24-2015, 02:37 PM   #5
Alex90
LQ Newbie
 
Registered: Jul 2015
Posts: 20

Original Poster
Rep: Reputation: Disabled
Solved the second answer!

I digit "sudo netstat -tulpn" and output me all others process pid and name
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
synaptics - finger distance in two finger scrolling goncalopp Linux - Hardware 8 06-24-2016 04:28 PM
Anyone experienced with Modding the Sims? MBybee General 0 01-11-2010 07:35 PM
Android (modding) spyrek Linux - Mobile 1 11-29-2009 04:32 AM
fingerd seems broken! but i just installed it jon_k Linux - Software 0 10-23-2004 04:22 PM
ownership modding bkeating Linux - Newbie 2 07-04-2002 04:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:41 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration