Sponsored Content
Operating Systems Solaris Solaris Finger Service Problem Post 302708545 by bartus11 on Monday 1st of October 2012 06:01:41 PM
Old 10-01-2012
Right. And this?
Code:
inetadm -l | grep finger

 

9 More Discussions You Might Find Interesting

1. 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

2. Solaris

service in solaris

hi frnds What is the command for checking all the services running in the solaris. mit (3 Replies)
Discussion started by: naik_mit
3 Replies

3. UNIX for Advanced & Expert Users

help with list service for Solaris 10x86

I need help finding a free download for a list service like list serv for solaris 10 x86 ? Anyone (0 Replies)
Discussion started by: parente
0 Replies

4. Solaris

Solaris service tag

Hi all, please can any one help me to know the service tag of the solaris machine .Is there any command to get the service tag from remote machine which has been connected through telnet or ssh. thanks in advance sorry for my english (9 Replies)
Discussion started by: pratheepv
9 Replies

5. Solaris

service error on solaris 10

Hi, I am getting following error on my sparc box running solaris 10 - maintenance Feb_12 svc:/network/cswvncserver:default In log file, following logs are found - Following logs are found - /sbin/sh: /var/opt/csw/svc/method/svc-cswvncserver: cannot execute vncserver: couldn't find... (2 Replies)
Discussion started by: sunadmin
2 Replies

6. Solaris

service error on solaris 10

Hi, I am getting following error on my sparc box running solaris 10 - maintenance Feb_12 svc:/application/management/scx-cimd:default In log file, following logs are found - Starting Cim server daemon Stopping Cim server daemon CIM Server stopped. CIM Server stopped... (2 Replies)
Discussion started by: sunadmin
2 Replies

7. Solaris

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?... (6 Replies)
Discussion started by: Muller
6 Replies

8. Solaris

Not able to start cron service in Solaris 10

Hi, This is Solaris-10 x86. I am not able to start cron service, configured in FMRI. It is in maintenance and when I clear it, it seems like calling and failing on /etc/init.d/tcs-rtm script. I am not able to figure out, why cron is calling that script, if this failure is because of that. Cron... (5 Replies)
Discussion started by: ron323232
5 Replies

9. 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
ZGREP(1)						      General Commands Manual							  ZGREP(1)

NAME
zgrep - search possibly compressed files for a regular expression SYNOPSIS
zgrep [ grep_options ] [ -e ] pattern filename... DESCRIPTION
Zgrep invokes grep on compressed or gzipped files. These grep options will cause zgrep to terminate with an error code: (-[drRzZ]|--di*|--exc*|--inc*|--rec*|--nu*). All other options specified are passed directly to grep. If no file is specified, then the standard input is decompressed if necessary and fed to grep. Otherwise the given files are uncompressed if necessary and fed to grep. If the GREP environment variable is set, zgrep uses it as the grep program to be invoked. EXIT CODE
2 - An option that is not supported was specified. AUTHOR
Charles Levert (charles@comm.polymtl.ca) SEE ALSO
grep(1), gzexe(1), gzip(1), zdiff(1), zforce(1), zmore(1), znew(1) ZGREP(1)
All times are GMT -4. The time now is 11:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy