UNIX Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOperating SystemsUNIX Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Dell PowerEdge Servers
  #1  
Old May 26th, 2004, 08:10 PM
darylzero darylzero is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 1 darylzero User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Please Help

I just started teaching myself unix scripting and need some major help.

What i need to do is take this information from my unix system (pretend like there is more people logged in):

18:21:53 up 68 days, 4:23, 1 user, load average: 0.26, 0.11, 0.04
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
d1234567 pts/0 student 6:21pm 0.00s 0.06s 0.01s w
[d12345678@puma d12345678]$

and have the output look like this

===========================================================
$ disp_name
1 ) d0035356 User = alex balogun
2 ) d0035318 User = mark cullen
3 ) d9900141 User = andrew kim
4 ) d0064509 User = george petrov
5 ) d0035024 User = hakimah malik
6 ) d0033997 User = richard becker
7 ) d0031284 User = timothy schneider
8 ) d0029651 User = amanda knop
9 ) d0036993 User = david vastola
10 ) d0027750 Multiple users for that user ID
User = stoyan martinov
User = odise prifti
11 ) d0033740 User = muhammadsaadrafi khan
12 ) d0030182 User = learon reid
13 ) d0035818 User = anthony pontone
14 ) d0034645 User = dax patel
15 ) d0039717 User = erik alm
$
=========================================================


This is what I have so far, I just don't know what to do.

va=$(w -hl | awk '{print $1}')
echo "Users = $va"

for names in $va
do
echo "User = $names"

awk -F: '$1 ~ /????????/ {print $5}' /etc/passwd

Thank you very much

Reply With Quote
  #2  
Old May 29th, 2004, 12:21 PM
mcq1 mcq1 is offline
mcq1
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Location: GA
Posts: 7 mcq1 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
#!/bin/ksh

typeset -2Z i=1
w -hl | while read uid rest
do
echo "$i) $uid User = $(grep $uid /etc/passwd | awk -F":" '{print $5}')"
(( i += 1 ))
done

Reply With Quote
  #3  
Old June 2nd, 2004, 12:33 AM
ayie ayie is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 3 ayie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
what file need to create or edit ??

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsUNIX Help > Please Help


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway