Connecting Tech Pros Worldwide Forums | Help | Site Map

call for help about usages of 'xagrs'command

Newbie
 
Join Date: Feb 2009
Posts: 8
#1: Feb 23 '09
Write a command that will find out the last 10 users that have recently logged in
and creates one directory for each login under your ~/users.
hint:use 'last' and 'xagrs' commands

numberwhun's Avatar
Site Moderator
 
Join Date: May 2007
Location: New Hampshire
Posts: 2,572
#2: Feb 24 '09

re: call for help about usages of 'xagrs'command


Quote:

Originally Posted by zy413952631 View Post

Write a command that will find out the last 10 users that have recently logged in
and creates one directory for each login under your ~/users.
hint:use 'last' and 'xagrs' commands

Ok, so you have a homework assignment. If you read the posting guidelines for this site, you will find that posting your homework with the expectation of ananswer is against the rules.

Why dont' you put some effort into it and if you get stuck, then post here with what you have tried.

Regards,

Jeff
Newbie
 
Join Date: Feb 2009
Posts: 8
#3: Feb 24 '09

re: call for help about usages of 'xagrs'command


I just cannot figure it out how to do it ,and that is why I type the problem here .I have many assignments to do but I just cannnot make it all by myself
numberwhun's Avatar
Site Moderator
 
Join Date: May 2007
Location: New Hampshire
Posts: 2,572
#4: Feb 24 '09

re: call for help about usages of 'xagrs'command


If you have too much on your plate, maybe you should lighten your course load.

First, you need to first search Google for these things. Common tasks such as this can be found with a quick Google search.

Second, go to your Unix command prompt and type:

Expand|Select|Wrap|Line Numbers
  1. man last
  2.  
The 'last' command is what you are looking for.

Regards,

Jeff
Reply