Sponsored Content
Full Discussion: Stoping & starting the cron
Operating Systems SCO Stoping & starting the cron Post 302116473 by jgt on Friday 4th of May 2007 07:23:13 AM
Old 05-04-2007
The SCO version is 5.0, but which release, your answer should have been 5.0.4, or 5.0.6, or 5.0.7
You can get the number from 'uname -X'
'authck' requires root privileges, and is in /tcb/bin, so also check path.
'netstat' will show tcp status with various options
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Printer problem & CRON Manager

I have a SCO OpenServer 5 running on a cosmetics store with two branches. I have a serial printer on one branch connected via a router with my server on a digiboard. The printer model is Brother M-4318 running as model epson. The point is that whenever I reboot the server it loses it's settings... (2 Replies)
Discussion started by: pappous
2 Replies

2. SCO

Stoping & starting the cron daemon

Hi We are running SCO ver 5. Recently the cron daemon stopped running on its own. How do I find out why? How do I restart/stop it? I typed cron but it didn't work. Will rebooting it do the trick or can I manually start and stop the cron daemon? Please help. Thanks & Regards. (0 Replies)
Discussion started by: othman
0 Replies

3. Shell Programming and Scripting

Shell script & cron

Hi everybody! I'm struggling against a script that won' t work right in a cron job this is my script: cat serverlist | while read arg do if then echo "$arg" ping -c 4 $arg >> /dev/null if then ... (3 Replies)
Discussion started by: deppy82
3 Replies

4. UNIX for Dummies Questions & Answers

Starting & Stop print services in Unix

Hi There Kindly inform me on how to start and stop the print services in Unix from the command line. (2 Replies)
Discussion started by: esh
2 Replies

5. Linux

KERBEROS_V4 rejected as an authentication type & cron

Running as cron, I get error msg in mail: KERBEROS_V4 rejected as an authentication type, even though the ftp does work. Can anyone explain this? Is there a way to stop it? cron: 35 6 * * 1-5 ./PSS/pss.sh >> ./PSS/pss.log script pss.sh: #!/usr/bin/ksh DIR=/home/informix/PSS... (0 Replies)
Discussion started by: ejaggers
0 Replies

6. AIX

How to add node to the cluster with stoping the application?

In the production hacmp 5.3 is running with three nodes but i want to add new node to cluster with out stopping the application ie with same resource group if any bady know pls help me. (1 Reply)
Discussion started by: manjunath.m
1 Replies

7. Shell Programming and Scripting

creating delimiter file & append with cron

I have the following script working fine, and need to generate a file delimiter (with tab or special character) for Excel data import. The script will run every hour in crontab to append the new rows to the delimiter, so that I can collect the data for i.e. a week, which will give me a lot of... (0 Replies)
Discussion started by: Daniel Gate
0 Replies

8. Shell Programming and Scripting

Stop child script by stoping parent script

Hi everyone, I have this problem with a script I'm writting. I want to execute a code running in the background several times through a script. I am writting it like that parent_script for a in 1 2 3 4 5 do exec test -n $a done What I want to do is when parent_script is killed,... (0 Replies)
Discussion started by: geovas
0 Replies

9. UNIX for Dummies Questions & Answers

How to grep a line not starting with # from a file (there are two lines starting with # and normal)?

e.g. File name: File.txt cat File.txt Result: #INBOUND_QUEUE=FAQ1 INBOUND_QUEUE=FAQ2 I want to get the value for one which is not commented out. Thanks, (3 Replies)
Discussion started by: Tanu
3 Replies

10. UNIX for Advanced & Expert Users

Smb & nmb not starting at boot - CentOS7

I would like the smb and nmb to start on boot. In the terminal (as root) I did: /sbin/chkconfig smb --addor chkconfig --add sambaor chkconfig --add /sbin/smbdresault is message like below : error reading information on service smb: No such file or directory Please use CODE tags as... (2 Replies)
Discussion started by: momed131
2 Replies
authck(8)						      System Manager's Manual							 authck(8)

NAME
authck - Checks internal consistency of the authentication databases (Enhanced Security) SYNOPSIS
/tcb/bin/authck [ options ] FLAGS
NOTE: At least one of the -a, -p, -t, or -f flags is required. Turns on the -p, -t, and -f flags collectively. Examines the file control database for syntax and value specification errors. Each entry is examined to verify that the syntax is correct and that values such as user names, group names, modes, object types, and other security attributes, depending on the system configuration, are valid. Checks are also made to ensure that continuation lines are handled properly in ASCII files and that each entry is terminated with the chkent field. Errors detected in the file control database cannot be corrected by authck since in most cases the command is unable to determine what the entry should contain. Instead, errors are detected and correction of these errors is left to the system administra- tor. Checks the protected password database (user profiles). The cross-references between the protected password database and /etc/passwd are checked to make sure that they are mutually consistent. Then fields in the protected password database are checked for reasonable val- ues. For instance, all timestamps of past events are checked to make sure that they have times less than the times returned by time(). Checks the fields in the terminal control database for reasonable values. All timestamps of past events are checked to make sure they have times less than those returned by time(). Provides running diagnostics as the program proceeds. It also produces warnings on unusual con- ditions that may not cause program errors. DESCRIPTION
The authck program checks both the overall structure and internal field consistency of all components of the authentication databases. It reports all problems it finds. To invoke this program you must log in as root. EXIT VALUES
If authck did not detect any inconsistencies, it exits with a status of 0 (zero). If the user is not authorized, authck exits with a sta- tus of 1. If the user specifies the wrong argument syntax, authck exits with a status of 2. Otherwise, authck exits with status equal to the number of inconsistencies found. FILES
Specifies the command path. System password file. Protected password database. File control database. Terminal control database. System defaults database. RELATED INFORMATION
Functions: getprdfent(3), getprpwent(3), getprtcent(3), getprfient(3) Files: authcap(4), default(4), files(4), prpasswd(4), ttys(4) delim off authck(8)
All times are GMT -4. The time now is 08:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy