1 .TH SAFE_FINGER 8 "21th June 1997" Linux "Linux Programmer's Manual"
3 safe_finger \- finger client wrapper that protects against nasty stuff
6 .B safe_finger [finger_options]
10 command protects against nasty stuff from finger servers. Use this
11 program for automatic reverse finger probes from the
14 , not the raw finger command. The
16 command makes sure that the finger client is not run with root
17 privileges. It also runs the finger client with a defined PATH
20 will also protect you from problems caused by the output of some
21 finger servers. The problem: some programs may react to stuff in
22 the first column. Other programs may get upset by thrash anywhere
23 on a line. File systems may fill up as the finger server keeps
24 sending data. Text editors may bomb out on extremely long lines.
25 The finger server may take forever because it is somehow wedged.
27 takes care of all this badness.
30 .BR hosts_options (5),
33 Wietse Venema, Eindhoven University of Technology, The Netherlands.