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.
Display one record of a user
Name: Steven Date: September 12, 2003 at 06:56:57 Pacific OS: Unix CPU/Ram: n/a
Comment:
using bourne shell i have got a record of users currently logged into unix and some of the users are logged in more than once. How do i show a record of the userID's only once so i dont have repeating groups of data
Summary: (1) What are the list of commands that can be issued by a user (not superuser, just orindary user) ? (2) How can an administrator limit a user to use only a subset of commands out of the originally al...
Summary: hi all I need some help and i hope someone can help me.. In /etc/group file I need to append usernames at the end of a group record so that these users will also belong to that group. that is in /etc...
Summary: Unix #!/bin/sh i have retrieved a birthdate from a user in the form dd/mm/yy and displayed a calender that shows the month that the birthday is in but my question is: how do you display the day of the...