comparing password file


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting comparing password file
# 1  
Old 02-16-2005
comparing password file

How would i compare the /etc/passwd file to a file on who is logged on at a snapshot of time. So if there is 15 people on and i have 300 names and passwords, i only want to see if those 15 people are legit, if not i want to see who isnt, i tried to use diff and comm but i think the file might be too big. Thanks.
# 2  
Old 02-16-2005
Quote:
Originally Posted by Bosibus
i tried to use diff and comm but i think the file might be too big
diff and comm work on pretty darn big files. How are you building your current user list?
# 3  
Old 02-16-2005
im using the output of who to a file
then the copying the /etc/passwd to a file
then trying to compare those 2 files
i was hoping to have them compare and give me the differences
they are big files you are right because i tried bdiff and i got the same think

im comparing like:

diff namecheck passcheck

namecheck = whos on
passcheck = my passwd file

im basically just getting these files back out when i want the difference between them

i was thinking i could maybe use join somewhere?

Thanks
# 4  
Old 02-16-2005
I forgot to say that i first sorted in alphabetical order those two lists, Sorry!
# 5  
Old 02-16-2005
what is the criteria for determining who is legitimate?
# 6  
Old 02-16-2005
their criteria?

im not sure if i know what your asking but ill try to explain what im building..

when the etc/passwd is copied i got a list of users say...

rmamkfda
ajkfdasj;f
akfjalkjas
ajfa;jaaa
wuiewpur

when i output who to a file lets say i get....

rmamkfda
ajkfdasj;f
akfjalkjas
oiurwpqur
wuiewpur

So i know now that oiurwpqur does not belong, that is pretty much the gist but there is much more I have to do with the passwords, i just can't past the part where I compare names, no passwords are needed yet

Thanks a lot for you help and I hope this helps.



As im reading more on join, i think this will actually give me hte similarity between the two files, but could this be considered to big, let me read man largefile and answer my own question Smilie thanks

Last edited by Bosibus; 02-16-2005 at 03:27 PM..
# 7  
Old 02-16-2005
Question :

How the user "oiurwpqur" would be coming in 'who' o/p
when it is not part of /etc/passwd file ??


Is that name is coming from somewhere else ?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Forum Support Area for Unregistered Users & Account Problems

Password sent via reset password email is 'weak' and won't allow me to change my password

I was unable to login and so used the "Forgotten Password' process. I was sent a NEWLY-PROVIDED password and a link through which my password could be changed. The NEWLY-PROVIDED password allowed me to login. Following the provided link I attempted to update my password to one of my own... (1 Reply)
Discussion started by: Rich Marton
1 Replies

2. UNIX for Dummies Questions & Answers

Comparing 2 column of a file with the lines in another file

Hi I have 2 files which are tab delimited. file1 chr1 5 10 P1 KR4 chr1 10 20 1H LA1 R0 TA1 file2 P1 G6 13.27 0.2425 P1 KR4 18.79 0.3060 P1 DND1 19.44 0.2833 N1 DH1 0.99 1.08 1H R0 0.9 NA LA1 R0 90 0.9 TA1 KR4 1.8 8.9 TA1 R0 9.7 99I want to check whether first 2 columns in file2 (column... (1 Reply)
Discussion started by: raj_k
1 Replies

3. Shell Programming and Scripting

Comparing Data file with Crtl file

Hi, I need to compare a file with its contents matching to that of another file(filename , received date and record count). Lets say has File A original data Ex - 1,abc,1234 2,bcd,4567 3,cde,8901 and File B has details of File A Ex- FILEA.TXT|06/17|2010|3 (filename)|(received... (18 Replies)
Discussion started by: Prashanth B
18 Replies

4. Shell Programming and Scripting

Script for Comparing directories and file from a text file

Hello all, I need to write a script which has following requirement: Need to read the filenames from text file and then search for the above read files in the required directory and if match found backup them in a backup folder. And also need to compare and verify whether the files in the... (7 Replies)
Discussion started by: saurau
7 Replies

5. Shell Programming and Scripting

Retrieve data from one file comparing the ID in the second file

Hi all, I have one file with IDs Q8NDM7 P0C1S8 Q8TF30 Q9BRP8 O00258 Q6AWC2 Q9ULE0 Q702N8 A4UGR9 Q13426 Q6P2D8 Q9ULM3 A8MXQ7 I want to compare ID file with another file which has complete information about these IDs and also about other IDs which are not in the above ID file. As... (10 Replies)
Discussion started by: kaav06
10 Replies

6. UNIX for Dummies Questions & Answers

password protect a CSV file: better solution than ZIP password?

Hi We send *.csv with sensitive data to our customers. Our customers open those files with Excel. A new requirement is that we password protect those CSV files. I thought to pack them with ZIP and assign a password to the archive. But Solaris 10 can't encrypt ZIP files. $ zip -P... (12 Replies)
Discussion started by: slashdotweenie
12 Replies

7. Shell Programming and Scripting

Remove duplicate lines from first file comparing second file

Hi, I have two files with below data:: file1:- 123|aaa|ppp 445|fff|yyy 999|ttt|jjj 555|hhh|hhh file2:- 445|fff|yyy 555|hhh|hhh The records present in file1, not present in file 2 should be writtent to the out put file. output:- 123|aaa|ppp 999|ttt|jjj Is there any one line... (3 Replies)
Discussion started by: gani_85
3 Replies

8. Shell Programming and Scripting

Comparing rows in same file and writing the result in new file

Help needed... Can you tell me how to compare the last two couple entries in a file and print their result in new file..:confused: I have one file Check1.txt \abc1 12345 \abc2 12327 \abc1 12345 \abc2 12330 I want to compare the entries in Check1 and write to... (1 Reply)
Discussion started by: kichu
1 Replies

9. Shell Programming and Scripting

Need help in comparing a file with log file: perl code

Dear Members, I need a perl code: 1. Which will open first file with two columns separated by tab: 37 Distribution and seasonal variation of trace metals 85 Seasonal variability of the mixed layer in the central Bay 99 Dynamics of transparent exopolymeric particles (TEP) 103 Bacterial... (0 Replies)
Discussion started by: srsahu75
0 Replies

10. Shell Programming and Scripting

comparing the name of the file

hi, i have to check the name of file in other directory which contains number of files to check for duplicte file name avaliable or not. thanks (2 Replies)
Discussion started by: ravi214u
2 Replies
Login or Register to Ask a Question