Unix and Linux Discussions Tagged with finger |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
8 |
44,210 |
Solaris |
|
|
|
4 |
3,026 |
Shell Programming and Scripting |
|
|
|
1 |
3,484 |
Shell Programming and Scripting |
|
|
|
1 |
3,007 |
Shell Programming and Scripting |
|
|
|
8 |
10,476 |
Homework & Coursework Questions |
|
|
|
2 |
2,927 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
3,101 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,670 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,776 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,888 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
2,724 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
15,671 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
8,112 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
13,163 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,441 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
8,087 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,103 |
UNIX for Dummies Questions & Answers |
SAFE_FINGER(8) Linux Programmer's Manual SAFE_FINGER(8)
NAME
safe_finger - finger client wrapper that protects against nasty stuff from finger servers
SYNOPSIS
safe_finger [finger_options]
DESCRIPTION
The safe_finger command protects against nasty stuff from finger servers. Use this program for automatic reverse finger probes from the
tcp_wrapper (tcpd) , not the raw finger command. The safe_finger command makes sure that the finger client is not run with root privileges.
It also runs the finger client with a defined PATH environment. safe_finger will also protect you from problems caused by the output of
some finger servers. The problem: some programs may react to stuff in the first column. Other programs may get upset by thrash anywhere on
a line. File systems may fill up as the finger server keeps sending data. Text editors may bomb out on extremely long lines. The finger
server may take forever because it is somehow wedged. safe_finger takes care of all this badness.
SEE ALSO
hosts_access(5), hosts_options(5), tcpd(8)
AUTHOR
Wietse Venema, Eindhoven University of Technology, The Netherlands.
Linux 21th June 1997 SAFE_FINGER(8)