Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

expire(1p) [sunos man page]

EXPIRE(1p)						User Contributed Perl Documentation						EXPIRE(1p)

NAME
expire -- expire Interchange session files and databases VERSION
1.1 SYNOPSIS
expire [-ra] [-e expr] [-c catalog] [-d dir] [sessiondb] DESCRIPTION
Interchange's "expire" expires the various session database and temporary files used by the Interchange daemon. If the program "tmpwatch" is available, it is called with the appropriate arguments. Otherwise, Interchange will remove all files itself with a recursive routine. OPTIONS
-c name Expires the catalog "name" according to its settings. Removes all temporary files that are in a subdirectory one level below the directory itself. -d dir Sets the directory that will be checked for session files and/or temporary files. -e spec Accepts a Interchange expire time setting like "6 hours", "3 days", etc. The expire time is applied directly to sessions, and may be padded for temporary files. SEE ALSO
expireall(1), http://www.icdevgroup.org/ AUTHOR
Mike Heins perl v5.14.2 2012-01-23 EXPIRE(1p)

Check Out this Related Man Page

COMPILE_LINK(1p)					User Contributed Perl Documentation					  COMPILE_LINK(1p)

NAME
compile_link -- compile and copy Interchange link CGI VERSION
1.0 SYNOPSIS
compile_link [-p NNNN] [-s sfile] [-h host] [-w N] \ [--perl] [-nf] [-o outputfile] [-b dir] [-s dir] DESCRIPTION
The "compile_link" program configures (including compilation if necessary) a link CGI for talking to the Interchange server daemon. If the --perl option is given, it will not compile but instead use the tlink.pl program, setting its variables as needed. Designed to be used in conjunction with Interchange's makecat. OPTIONS
-b dir, --build=dir Sets the directory where the build files will be made. Default is "src" in the Interchange software directory. -h hostname, --host=hostname Sets the host address or host name that should be compiled into the TCP-based link program. This sets the default, which still can be overridden by "MINIVEND_HOST" in the environment of the executing process. -p NNNN, --port=NNNN Sets the port number that should be compiled into the TCP-based link program. This sets the default, which still can be overridden by "MINIVEND_PORT" in the environment of the executing process. The port must be higher than 1024. -s sfile, --socket=sfile The name of the UNIX-domain socket file which should be compiled into the UNIX-domain link program. This sets the default, which still can be overridden by "MINIVEND_SOCKET" in the environment of the executing process. --source=dir Sets the directory containing the source files. Default is "src" in the Interchange software directory. -w N, --timeout=N The number of seconds the link program should wait for a connection before sending its timeout page. SEE ALSO
makecat(1), http://www.icdevgroup.org/ AUTHOR
Mike Heins perl v5.14.2 2012-01-23 COMPILE_LINK(1p)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

rcp problems

I am having problems with rcp on one particular machine that I have at work. I can rcp from any host to any other host except this one box. I get the following error message. rcp daily_maint remote1:/root/daily_maint remshd: Password for... (4 Replies)
Discussion started by: Kelam_Magnus
4 Replies

2. UNIX for Advanced & Expert Users

password will expire

login: TEST7 TEST7's Password: Your password will expire: Wed Feb 19 14:28:08 2003 How can I the same information become in a script (as example in the .profile)????????? My login starts with .profile. These File is a menue with 24 lines and the message " Your password ....." disappear to... (8 Replies)
Discussion started by: Erwin Stocker
8 Replies

3. UNIX for Advanced & Expert Users

Disable password expire in HP UNIX

Hi, How to disable passwd expire in HP UNIX by not using SAM ? In our system SAM have some strange bugs. However due to some reason, we cannot add that patch. B. Rgds Christina (3 Replies)
Discussion started by: christina fung
3 Replies

4. Solaris

cronjob dies when user password expires

I noticed for some time now on solaris 8 whenever our root or oracle password expires after 12 weeks the cronjob for the expired user will totally stop working, it will start working again once the password has been changed. I wonder if anybody encountered this problem and knows of a fix other... (4 Replies)
Discussion started by: sparcguy
4 Replies

5. Solaris

License expired

Hi I am working with Solaris 4.1.3 The system uses CMIS protocol to communicate with other system. The Live server is working properly. The fall back system says Licese CMIS expired. all the files are exactly similar on both the systems now if i change the... (4 Replies)
Discussion started by: asalman.qazi
4 Replies

6. UNIX for Advanced & Expert Users

SFTP password expire error

Hi, I am using sftp in batch script for which all configuration for public/private keys are done and it works fine without asking a password. No issues till this point. Now I the problem I have is that if the password expires/someone changes the authentication keys at reote server then the... (4 Replies)
Discussion started by: coolwade
4 Replies

7. Fedora

System Crashes at Midnight with Timer Expired 35 1048688 scs_op C8C521B0 Error, Any Idea's

We've been having issues for about a year, although thankfully they are in-frequent and randam. Meaning it happened a couple of times within a 3 month period, then stopped for a couple of months and then started again. It has happened twice now in the last month. At the stroke of midnight, ... (5 Replies)
Discussion started by: graybeard
5 Replies

8. Shell Programming and Scripting

Create account that expires in 3 days

I was hoping that somebody could help me out with this. I just deployed a new FTP server and I have a script that creates the new account. How would I go about having it expire 3 days after after creation? useradd -s /bin/false -m -p $pass $username (7 Replies)
Discussion started by: binary-ninja
7 Replies

9. Shell Programming and Scripting

Expired user alert

Dear Expert, I have made a script for check the expired user and it will send alert if the password will expire less than 8 days. #!/bin/ksh # Script for check who will expired the password # currentdate=`perl -le 'print time'` changeperiod=`echo $((84*86400))` remindperiod=`echo... (4 Replies)
Discussion started by: michlix
4 Replies

10. Shell Programming and Scripting

Check for Specific Username Password Expire

hey Guys, I haven't posted in a while, But you guys were really helpful alst time. I have had a issue with User Passwords expiring, and since I dont check /var/cron/log on the regular I never know these suers are expiring, making certain nightly jobs not run. With this script, I want to be... (14 Replies)
Discussion started by: gkelly1117
14 Replies

11. Solaris

Never Expired for root password

Never expired for root password Guy's I want to change the setting to keep the root password to be nerved expired! Please advice with the sitting! (9 Replies)
Discussion started by: top.level
9 Replies

12. Shell Programming and Scripting

Set expire date for users

hello chage command is a useful command for set expire date (suspend user) : -E switch will update the “Account expires” value as shown below: chage -E "2009-05-31" username how can i write this shell script which can find present date and plus it with the value that user set, like today... (7 Replies)
Discussion started by: nimafire
7 Replies

13. Solaris

Change Expired root Password

Hello everybody, hope you all are having a good day. Here is our (my) situation... We have a process where we clone Solaris 8 hard disk drives then have to configure each drive for the system they will be used in. In the old cloning image the root password never expired. We also have... (7 Replies)
Discussion started by: Wrongway
7 Replies

14. Solaris

Solaris 11 user account login expired

Hi everyone Please i need urgent help... I have installed solaris 11 using live media.. then i installed sunray.. every thing is fine.. but after system reboot i am unable to login on server on GUI it gives account expired error or some time authentication failed... but i can log in through... (11 Replies)
Discussion started by: amk
11 Replies

15. UNIX for Beginners Questions & Answers

Need output in one line and filter servers, which has account expired or password exipred

I have 500 servers, in which I am looking to get hostname and password length information. when I am trying to run script(which I build), in which shows output in one line below and asking to reset password and also some of the servers does not give output. Please help #!/bin/bash for... (9 Replies)
Discussion started by: yash_message
9 Replies