Difference between revisions of "Nostalgia Computing"

From Da Nerd Mage Wiki
Jump to navigation Jump to search
(Created page with "= finger = Something that seems to be going away these days... :( * <code>sudo apt-get install finger fingerd inetutils-inetd</code> * <code>sudo vi /etc/inetd.conf</code> finger stream tcp4 nowait nobody /usr/sbin/tcpd /usr/sbin/in.fingerd finger stream tcp6 nowait nobody /usr/sbin/tcpd /usr/sbin/in.fingerd * <code>sudo /etc/init.d/inetutils-inetd restart</code> [https://famicoman.com/2017/03/01/running-using-a-finger...")
(No difference)

Revision as of 21:41, 23 January 2022

finger

Something that seems to be going away these days...  :(

  • sudo apt-get install finger fingerd inetutils-inetd
  • sudo vi /etc/inetd.conf
finger    stream    tcp4    nowait        nobody    /usr/sbin/tcpd    /usr/sbin/in.fingerd
finger    stream    tcp6    nowait        nobody    /usr/sbin/tcpd    /usr/sbin/in.fingerd
  • sudo /etc/init.d/inetutils-inetd restart

Running & Using A Finger Daemon

fingerd(8) - Linux man page