Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

conflict(8mh) [ultrix man page]

conflict(8mh)															     conflict(8mh)

Name
       conflict - search for alias/password conflicts

Syntax
       /usr/lib/mh/conflict [ -help ] [ -mail name ] [ -search directory ] [ aliasfiles ...  ]

Description
       The  program checks to see if the interface between MH and transport system is in good shape.  It also checks for maildrops in which do not
       belong to a valid user.	It assumes that no user name will start with a dot (.)	and thus ignores files in which begin with a dot.

       The program checks the entries in the specified alias files.  It parses the entries in the same way that  would,  and  outputs  any  errors
       which  it  finds.   The	program can be used to check the entries in a user's personal alias file, or in the system alias file, If no alias
       file is specified, checks the system alias file.

       The program also checks the file for entries which do not belong to a valid user, and for users who do not have a valid group  number.	In
       addition, duplicate users and groups are noted.

       The program should be run under or whenever system accounting takes place.

Options
       -help	 Prints a list of the valid options to this command.

       -mail name
		 Mails the results to the specified name.  Otherwise, the results are sent to the standard output.

       -search directory
		 Searches  directories	other than and reports anomalies in those directories.	The -search switch can appear more than once in an
		 invocation to with different directories named.

Files
       The system customization file.

       The system password file.

       The system group file.

       Program used to mail results, if the
		 -mail option is used.

       Directory containing users' maildrops.

See Also
       mh-alias(5mh), cron(8)

																     conflict(8mh)

Check Out this Related Man Page

conflict(8)						      System Manager's Manual						       conflict(8)

NAME
conflict - search for alias/password conflicts SYNOPSIS
/usr/lib/mh/conflict [-help] [-mail name] [-search directory] [aliasfiles...] OPTIONS
Prints a list of the valid options to this command. Mails the results to the specified name. Otherwise, the results are sent to the stan- dard output. Searches directories other than /usr/spool/mail, and reports anomalies in those directories. The -search switch can appear more than once in an invocation to conflict, with different directories named. DESCRIPTION
The conflict program checks to see if the interface between MH and transport system is in good shape. It also checks for maildrops in /usr/spool/mail which do not belong to a valid user. It assumes that no user name will start with a dot (.) and thus ignores files in /usr/spool/mail which begin with a dot. The conflict program checks the entries in the specified alias files. It parses the entries in the same way that post would, and outputs any errors which it finds. The program can be used to check the entries in a user's personal alias file, or in the system alias file, /usr/lib/mh/MailAliases. If no alias file is specified, conflict checks the system alias file. The conflict program also checks the /etc/group file for entries which do not belong to a valid user, and for users who do not have a valid group number. In addition, duplicate users and groups are noted. The conflict program should be run under cron, or whenever system accounting takes place. FILES
The system customization file. The system password file. The system group file. Program used to mail results, if the -mail option is used. Directory containing users' maildrops. SEE ALSO
Commands: cron(8) Files: mh-alias(4) conflict(8)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How do I search my dot files for suspicious text?

My company Unix guru enabled fortune in my .login (dot login?) file. When i asked him how he did it he told me to search my dot files for "suspicious" text. He wants me to learn more about all of the dot files. (1 Reply)
Discussion started by: noobie_doo
1 Replies

2. UNIX for Dummies Questions & Answers

Unix help needed!

I have a few questions about Unix. Can you please help! 1.How do I create an alias that greps the password file for my username and returns my password file entry? Once I get the alias to work I want to be able to let a friend use it .So that he can use the alias to locate his password entry... (1 Reply)
Discussion started by: JJJ
1 Replies

3. UNIX for Dummies Questions & Answers

Can and How to mark search strings within VI?

Hi all, When in 'less' or '-' or whatever your alias is, if you search for a string, you get all of it's occurences highlighted. Is there any option I can set in VI, .exrc or whtever, to have the same behaviour in VI? thanks (2 Replies)
Discussion started by: sierra_aar
2 Replies

4. Programming

Using a C program to create directories in UNIX

Aloha, I'm attempting to use a C program to create directories and then use a system call to have another program write .dat files into that directory. I understand that I could use the "system("mkdir directory_name")" function however, I would like my program to create a new directory each time... (3 Replies)
Discussion started by: aloha_boi
3 Replies

5. Cybersecurity

Recursive search for group or other writeable 'dot' files

I'm looking for a easy way to do a recursive search through a directory structure for all files that begin with '.' that are group or other writable. Any suggestions? (5 Replies)
Discussion started by: maficdan
5 Replies

6. UNIX for Advanced & Expert Users

whats command for search including sub directory ?

What is the command for search the program name from the entire directory (all directories in the unix box, means including sub directories...) (2 Replies)
Discussion started by: gksenthilkumar
2 Replies

7. AIX

file system

Dear ALL, My file system for mail reached to 95%, I want to reduce the percentage for file. (1 Reply)
Discussion started by: magasem
1 Replies

8. UNIX for Dummies Questions & Answers

String Search within Text Files

I have many scripts in directories and sub-directories that I would like to search for a specific string. How would I do that? (1 Reply)
Discussion started by: bggibson
1 Replies

9. UNIX for Dummies Questions & Answers

Access another users files

Hi, I want to access another users files and directories.Is there any command to do in unix ??.I think CHOWN would work.May i know the exact command for it. Regards, (1 Reply)
Discussion started by: William1482
1 Replies

10. UNIX for Dummies Questions & Answers

Which are root's startup files?

I was going through a server hardening manual. At some interval it was mentioned that there should not be any alias for commands defined in roots startup files . How would i check it? (3 Replies)
Discussion started by: pinga123
3 Replies

11. Shell Programming and Scripting

How to a find a file in which path it is there?

Hi Firends, Good Morning to all, I want a find command to search a paticular file present in my system(ie search through under all users and all directories.) I am looking forward from you.:) Advance Thanks, Siva Ranganath CH (3 Replies)
Discussion started by: sivaranga001
3 Replies

12. UNIX for Advanced & Expert Users

Checking Mails Using Unix

Hi..Is it possible for unix to monitor outlook for a particualr period of time and trigger oracle upon receiving a mail with particular content... Thanks in advance (1 Reply)
Discussion started by: varadharajan87
1 Replies

13. OS X (Apple)

directories which start with dot (.) as .ssh .vim etc?

Why this directories start with . and not without . ? I am very curious :( (1 Reply)
Discussion started by: c_lady
1 Replies

14. Shell Programming and Scripting

Problem in perl program in printing all the entries

Hi all, I have a perl program where it checks for the presence of a particular line and prints the record if that line is present. But in the output file, all the entries are not being printed even if the entry has that line. The line to be matched is *FIELD* AV. The program which I wrote is... (1 Reply)
Discussion started by: kaav06
1 Replies

15. Shell Programming and Scripting

Script to count number of files in directories

Hi All! I would like to have a script that will count the number of files at the top of the hour of soome directories and mail the results to me. I was thinking on : a=`/directory/subdirectory/ | wc -l` echo "/directory/subdirectory :$a" b=`/another_dir/subdir/ | wc -l` echo... (12 Replies)
Discussion started by: fretagi
12 Replies