List system users and..


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers List system users and..
# 1  
Old 04-24-2012
List system users and..

Hello i need fast help... script which will list only human users from /etc/passwd and find out if they have something in home. Thanks
# 2  
Old 04-24-2012
What Operating System and version do you have and what Shell do you use?

Please define "human users". It will vary from site-to-site.

Please define "have something in home". Phrase is meaningless.

Is this a dynamic enquiry about people currently using the system or a static enquiry about every possible user of the system.
# 3  
Old 04-24-2012
I dont know... im newbie

I need to list users from /etc/passwd and list if they have any directory in home

ex.

nobody: Not permitted to read
melian: Not permited to read
Another: Not permitted to read
Someone: Empty home
Noone: Empty home
...

with for cycle

Last edited by mentoscz; 04-24-2012 at 09:07 AM..
# 4  
Old 04-24-2012
Looks very much like unix introduction classwork to me...
In your last post you give clues on where to start :
Quote:
directory in home
Though not 100% but you could believe that users have a users directory in a common home directory... standards would be /home, /export/home (solaris) etc...
# 5  
Old 04-24-2012
well i dont know how to explain it. Im not native english speaker


I have to use for cycle for this.
# 6  
Old 04-24-2012
Please post the output from these commands, blotting the machine name with X's.

Code:
uname -a

echo "${SHELL}"

# 7  
Old 04-24-2012
Linux drak 2.6.32-40-386 #87-Ubuntu SMP Mon Mar 5 23:03:22 UTC 2012 i686 GNU/Linux


I need to make a script which will list human users ( not computer ones ) from /etc/passwd and find out if their home directory is empty or not.

Last edited by methyl; 04-24-2012 at 09:56 AM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

List the Manager of Users in AD - Using list- Get-ADuser

Is there any command that can used in Linux that export usernames and their manager's name from AD using bash shell script? I know this can be done using powershell but I need to use Linux for this procedure. (2 Replies)
Discussion started by: dellanicholson
2 Replies

2. UNIX for Dummies Questions & Answers

Users logged into the system

So I'm trying to write a single line command So I have to use last first in this command and I've figured out the format my professor wants it in, something like thislast | cut -d' ' -f1,15 | sort > check | uniq -c.... and I never can get it right, when I just last command I get something... (2 Replies)
Discussion started by: DoubleAlpha
2 Replies

3. Homework & Coursework Questions

Find out the System 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: I want to create a file called Allusers that contains the list of currently logged on users and the total number... (2 Replies)
Discussion started by: ahm2008
2 Replies

4. Emergency UNIX and Linux Support

List of users on an AIX system

Is there a way to generate a list of users with name, user ID, and Security Group? It is urgent for audit purposes. Please help. (5 Replies)
Discussion started by: ggayathri
5 Replies

5. UNIX for Advanced & Expert Users

Best practices with AIX system users?

All, Preliminaries: AIX 5.2 Tivoli Maestro 6.1 (9.2) I am auditing an older AIX system. As it stands, I can login remotely to the system using the Maestro application's user account. This is BAD. The administrator claims that he cannot disable the remote login, because it will... (1 Reply)
Discussion started by: Thatto
1 Replies

6. Shell Programming and Scripting

Bash Help: users who are not logged into the system to display

A Newbie here, I am working on a script and am having problems with the else part of the script. I can't get the users who are not logged into the system to display on the screen with their username and the text "The user is not logged in". I am sure it is something simple and stupid, but I... (5 Replies)
Discussion started by: rchirico
5 Replies

7. Shell Programming and Scripting

How can i use system users in perl for login page

Hi, I want to code a script with perl. For this, I need some knowledge. How can i use system user name(with group) and password in my login page? I will be happy if you can help me (2 Replies)
Discussion started by: tahsinaltay
2 Replies

8. AIX

Default system users

Hello I have a question I have this users on my aix 5.3 box. This are a default users. lp:*:11:11::/var/spool/lp:/bin/false invscout:*:6:12::/var/adm/invscout:/usr/bin/ksh snapp:*:200:13:snapp login user:/usr/sbin/snapp:/usr/sbin/snappd ipsec:*:201:1::/etc/ipsec:/usr/bin/ksh... (2 Replies)
Discussion started by: lo-lp-kl
2 Replies

9. UNIX for Dummies Questions & Answers

Find users using system(List them only once)

Hey, got a few questions here for anyone who can help...... Command line to - display users using the system, but count them only once. Command line to - use the lastcomm command to display how many times ive used grep in october. Command line to - list all logged on users with at least 6... (3 Replies)
Discussion started by: xBuRnTx
3 Replies
Login or Register to Ask a Question