Sponsored Content
Full Discussion: Active / Non Active users ?
Top Forums UNIX for Advanced & Expert Users Active / Non Active users ? Post 302193104 by varungupta on Thursday 8th of May 2008 01:41:50 PM
Old 05-08-2008
Active / Non Active users ?

Hey,

I have few Questions :

1. How to Check/Find who all are the users accessing the server using their id ?

2. How to Check who is the active user or non active user (whose id exists but the access privileges has been removed) ?

I am presently using AIX5.3 as a server.
Please suggest the needful.

Thanks a lot in advance.
Varun GuptaSmilie
 

7 More Discussions You Might Find Interesting

1. Linux

Command for list of active/disabled users

Hi, I want to know the command for finding out the list of active/disabled users in Linux System. Model:x86_64. Rev:2.6.9 Thanks in advance for your help Mike (1 Reply)
Discussion started by: Mike1234
1 Replies

2. AIX

Question about HACMP for active-active mode

Hi all, I am new to HACMP. So sorry for the newie question. But I did search the forum and it seems that no one asks this before. So if a 2-node cluster runs in active-active mode (and the same application), what is the benefit of using HACMP ? If it runs in active-stanby, it is easy to... (9 Replies)
Discussion started by: qiulang
9 Replies

3. UNIX for Dummies Questions & Answers

control permissions for Active Directory users on AIX

Hello, I've configured an user authentication against Active Directory (Windows Server 2008 R2) on AIX V6 with LDAP. It works fine. And here's my problem: How can I control ldap user permissions on the local AIX machine? E.g. an AD user should be able to write all files of local sys... (1 Reply)
Discussion started by: xia777
1 Replies

4. Solaris

Link based Active Active IPMP

Hi, I need to configure 4 ip address (same subnet and mask) in one ipmp group (two interfaces) in an active active formation (link based). Can some one provide the steps or a tutorial link. Thanks (2 Replies)
Discussion started by: Mack1982
2 Replies

5. AIX

Authenticate AIX users from MS Active Directory

First, let me start off saying this is not spam. This is me trying to help out other AIX Admins with MS AD servers. If it is not applicable to you, someone else will find it useful. As long as the "KDC" service is running on your AD server, these steps should work. There should be no... (3 Replies)
Discussion started by: kah00na
3 Replies

6. Shell Programming and Scripting

How do I calculate total number of active and non active hosts?

#!/bin/bash for digit in $(seq 1 10) do if ping -c1 -w2 192.168.1.$digit &> /dev/null then echo "192.168.1.$digit is UP" else echo "192.168.1.$digit is DOWN" fi done (3 Replies)
Discussion started by: fusetrips
3 Replies

7. Homework & Coursework Questions

Simple loop to mail all active users.

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: Send a fortune to all active/logged in users 2. Relevant commands, code, scripts, algorithms: So I understand... (8 Replies)
Discussion started by: kjcraig77
8 Replies
GETLIST(1)						      General Commands Manual							GETLIST(1)

NAME
getlist - get a list from an NNTP server SYNOPSIS
getlist [ -h host ] [ list [ pattern [ types ] ] ] DESCRIPTION
The getlist program obtains a list from an NNTP server and sends it to standard output. The list may be one of active, active.times, distributions, or newsgroups. These values request the active(5), active.times, <pathetc in inn.conf>/distributions. or <pathdb in inn.conf>/newsgroups files, respectively. OPTIONS
-h If the ``-h'' flag is used, then the program connects to the server on the specified host. The default is to connect to the server specified in the inn.conf(5) file. If the list parameter is active, then the pattern and types parameters may be used to limit the output. When pattern is used, only active lines with groups that match according to wildmat(3) are printed. When types is also given, only active lines that have a fourth field starting with a character found in types are printed. For example, the following command will obtain the one-line descriptions of all newsgroups found on UUNET: getlist -h news.uu.net newsgroups The following line lists all groups where local postings are permitted, are moderated or aliased: getlist active '*' ym= Note that the listing files other than the active file is a common extension to the NNTP protocol and may not be available on all servers. HISTORY
Written by Landon Curt Noll <chongo@toad.com> for InterNetNews. SEE ALSO
active(5), inn.conf(5), nnrpd(8), wildmat(3). GETLIST(1)
All times are GMT -4. The time now is 11:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy