Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Login History command (shell script
Name: Ray Date: May 15, 2003 at 09:33:38 Pacific OS: Unix CPU/Ram: na
Comment:
Hi,
If i have a user name (not user id) can i see his/her login entries for the past 6 months?... is there a command for this, or is this much information available?
Basically i have a text file with a list of names in. I have to search the login history of the system against the names in this file.
The complicated bit is that the user of this shell script has to enter a date and time, and then the script has to to check against this tade and time, to see if the users in the text file list where logged in at that time. If they where not logged in then their name, id, and any other details availale should be compiled in a seperate text file?.....
Summary: How do i skip the user login when i try to do a ftp in shell script? if i do the ftp at the command prompt, i will hit on the carriage return when the login is prompted. a normal ftp script would loo...
Summary: I'm a student, and I have a hard time completing this term assignment, if anyone could help me I would appreciate it very much. I did my best to do it but the output is not good. I use Win2000 Comma...
Summary: Hello, I'm a shell script learner. Could you do me a favor to tell me what is it. $(($*)) actually I don't understand the meaning of double quotes. why below 3 entrys give me 3 different results? prin...