Sponsored Content
Operating Systems Solaris Having problems with finger on Solaris 10 Post 302602484 by Muller on Monday 27th of February 2012 01:32:59 PM
Old 02-27-2012
Having problems with finger on Solaris 10

I have a bunch of Solaris systems and for the 8/9 systems, I can type "finger -s 2" to get a list of all users (whether they are logged in or not) and the last time they logged in. I have some new 10 systems and this command does not work. Does anybody know whether this was changed in Solaris 10? or if there is another reason this might not work?

I use this to eliminate inactive accounts. Some of my systems have over 2K accounts and I cannot finger each one individually to determine whether they are active. Any help is appreciated!
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Solaris 8 Install problems.

Hello Guys. I kinda need some advice about the partitions. You need to have "x86 Boot", "Solaris" and a "swap" partition right ? I did this: I typed 10 percentage for "x86 boot" and 85 percentage for "solaris". The swap partition was at 5000mb. Everything was going smooth, until this... (1 Reply)
Discussion started by: Noel
1 Replies

2. UNIX for Dummies Questions & Answers

problems about installing Solaris 8 on PC

1. OSes coexistence can i install solaris 8 on my pc's 3th primary harddisk partition without damage the user and boot datas of installed operation system? and does i have to install Solaris 8 within several G(such as 8G) size of the harddisk? the following is partition table of my harddisk: ... (2 Replies)
Discussion started by: samprax
2 Replies

3. UNIX for Dummies Questions & Answers

What is plan that comes when you use finger "usename" on solaris ?

Hai, In order to find out a user we can use finger "username" . The output of finger command has various details in the following manner : Login name: xyz In real life: xyz Directory: /home/xys Shell: /bin/ksh No unread mail No plan What is the plan... (1 Reply)
Discussion started by: ajphaj
1 Replies

4. Solaris

Solaris 9 mailx problems

how come I cant email myself, here is what im typing mailx saundersc Subject: hi hello world . EOT # su saundersc # mailx No mail for saundersc (5 Replies)
Discussion started by: csaunders
5 Replies

5. Solaris

Problems installing Solaris 10

I just built my new computer with a q6600 quad core, 4 gig ram, Nvidia vidoo card but when I try to install the latest Solaris 10 on it the keyboard is not being detected when the installation starts so I'm unable to go complete the installation. First I tried a USB keyboard and it didn't work,... (2 Replies)
Discussion started by: isomorphic
2 Replies

6. Solaris

Solaris 10 Log In problems

I installed Solaris 10 and I cannot get past the log in screen!!! It is asking for a user name and password!!! but I DID NOT set one up during install!!! I set up a password but it is NOT accepting that!! I am at a loss of what to do!!! what do I need to do to get past the log in scree??? (2 Replies)
Discussion started by: moltres_rider
2 Replies

7. Solaris

solaris booting problems

hi am trying to get some knowledge on Solaris common trouble shooting problems.. can some one help me in getting most common issues.. and how to solve those issues. thanks in advance (4 Replies)
Discussion started by: aravindreddy
4 Replies

8. Solaris

Solaris Finger Service Problem

I have been instructed to disable the finger service for our Solaris 10 box. However when I input #svcadm disable finger I receive: "svcadm: Pattern 'finger' does not match any instances. I have also tried to edit the inetd config file and comment out the finger part but Solaris has basically... (14 Replies)
Discussion started by: mvhoward
14 Replies

9. UNIX for Beginners Questions & Answers

Execution Problems with Solaris 8

i have problems with using solaries 8 . code and commands for extracting files from CD ? especially extracting file.jar from package and batch (1 Reply)
Discussion started by: moh_abaloo
1 Replies

10. Solaris

Not able to disable finger & telnet command in Solaris 8

Hi I need to disable finger & telnet command in solaris 8 I have put the # infront of finger and telnet line in /etc/inetd.conf file. Further I have run the below command kill -1 <process id of inetd > But when I am running finger command it is till giving information for remote machine... (8 Replies)
Discussion started by: amity
8 Replies
fingerd(1M)															       fingerd(1M)

NAME
fingerd - remote user information server SYNOPSIS
DESCRIPTION
is the server for the RFC 742 Name/Finger protocol. It provides a network interface to which gives a status report of users currently logged in on the system or a detailed report about a specific user (see finger(1)). The Internet daemon executes when it receives a ser- vice request at the port listed in the services data base for ``finger'' using ``tcp'' protocol; see inetd(1M) and services(4). To start from the configuration file must contain an entry as follows: Once a remote host is connected, reads a single ``command line'' terminated by a carriage-return and line-feed. It uses this command line as the arguments to an invocation of sends the output of to the remote host and closes the connection. If the command line is null (contains only a carriage-return and line-feed pair), returns a report that lists all users logged in on the system at that moment. If a user name is specified on the command line (for example, user<CR><LF>), the response lists more extended information for only that particular user, whether logged in or not. See finger(1) for the details of this extended information. If is run with the option, it allows remote user names on the command line (for example, user@host<CR><LF>). Otherwise, if the command line contains a remote user name, prints the error message and closes the connection. AUTHOR
was developed by the University of California, Berkeley and HP. SEE ALSO
finger(1), inetd(1M), services(4), RFC 742 for the Name/Finger protocol. fingerd(1M)
All times are GMT -4. The time now is 06:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy