Sponsored Content
Full Discussion: Unix Installation age
Top Forums Shell Programming and Scripting Unix Installation age Post 27726 by ST2000 on Thursday 5th of September 2002 02:24:07 PM
Old 09-05-2002
Yap.. Thats what I did.. This was the only way I could think of, before writing the same here..

My oldest files come to June 21st, 2001 which is about 465 days as of August 28th, 2002 (A week before)
Reason why I was curious or needed this, is that my trace files in oracle shows a timestamp of 4269058845 which is measured in milliseconds. So, when I decode the same it comes to 494 days, unless system is loaded with OS and then later on loaded with something else... Coz, Oracle is installed Nov 6th, 2001, but some oracle files are there from Jul..

All in all, I am missing about 30 days to my calculation...

Thanks, ST2000
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help me with the installation of Unix Solaris 8

i got a burnt copy of solaris 8 which was download off of www.sun.com the person who borrowed me the 3 cds said he successfully has the solaris 8 thing installed on his pc. how come when I tried to install it on mines, I get a bunch of errors messages some of which includes words like "disk... (3 Replies)
Discussion started by: TRUEST
3 Replies

2. UNIX for Dummies Questions & Answers

Please help with UNIX installation

Hello I am new to UNIX I have no idea about its functions and commands but i am interested in learning it. I have SCO unix ver 3.2. How can i install it to co exist on a computer with Win XP (SP 2) already installed on it ? My hardware specs are P IV 1.5 Ghz, 256 MB Ram, 2 hard disks a 120... (0 Replies)
Discussion started by: Krish2487
0 Replies

3. UNIX for Dummies Questions & Answers

Ethereal installation on unix

Hi , Has any one installed ethereal on a unix machien ?? I m trying to install it on an hpux 11i machine and getting the following error * Summary of Analysis Phase: ERROR: Exclude ethereal.ethereal-RUN,r=0.10.11 ERROR: Exclude ... (0 Replies)
Discussion started by: binums
0 Replies

4. Solaris

Basic Unix installation help

Hi, I am a novice in Unix installation. Was experimenting with it. During installation, i created 2 partitions ( what i am calling ). One for the OS which was named SOLARIS & other was named PRI_DOS. Now on completion of installation, where has my PRI_DOS portion gone. How do i... (8 Replies)
Discussion started by: vibhor_agarwali
8 Replies

5. Windows & DOS: Issues & Discussions

unix installation

Hi all, I am having windows in my machine.I am beginner in unix.I dont know head and tail of unix.Can anyone tell what software I have to install in my machine.I want to run unix commands for practice.What ihave to do can anyone help me.what i ahve to install.Pls help me. Thanks, ravi (2 Replies)
Discussion started by: raviprakash.451
2 Replies

6. UNIX for Dummies Questions & Answers

age utility in unix

Hi, Can anyone explain me the use of age utility and how it works? Looking forward reply... Thanks, Venkatesh. (1 Reply)
Discussion started by: venkatesht
1 Replies

7. UNIX for Dummies Questions & Answers

Unix installation

Hi. Yesterday I downloaded an old Unix version - Unix System V Release 4 Version 2.1, but I don`t know how to instal it. In the folder there are DCF files (I suppose they`re some kind of data files) and CCOPY.EXE. This program is Deutch and I couldn`t understand anything. SO... How can I install... (1 Reply)
Discussion started by: icohim
1 Replies

8. Shell Programming and Scripting

Finding the age of a unix process, killing old processes, killing zombie processes

I had issues with processes locking up. This script checks for processes and kills them if they are older than a certain time. Its uses some functions you'll need to define or remove, like slog() which I use for logging, and is_running() which checks if this script is already running so you can... (0 Replies)
Discussion started by: sukerman
0 Replies

9. Windows & DOS: Issues & Discussions

Installation of Unix in VMWare

Hi, I want to install unix in vmware on windows 7. Is it possible. please suggest. If so were can i get the OS(unix). (3 Replies)
Discussion started by: mlavanaykumar
3 Replies

10. UNIX for Dummies Questions & Answers

Unix installation

Dear friends, I am new to unix. I want to execute unix commands. i installed putty software in Windows xp but it is not working.i got a problem at host name.Dont know what is happeneing.(cursor not moving) Can i install the Unix OS and execute unix commands with out using Putty software.... (2 Replies)
Discussion started by: chakriAX
2 Replies
FAXCRON(8C)															       FAXCRON(8C)

NAME
faxcron - HylaFAX routine maintenance script SYNOPSIS
/usr/sbin/faxcron [ -n ] [ -l lastrun ] DESCRIPTION
faxcron is a command script that does routine upkeep tasks in a HylaFAX spooling directory hierarchy. This script is intended to be invoked from cron(8C) on behalf of the fax user (often the ``fax'' user is uucp) once a day, with the standard output sent by mail to the HylaFAX administrator. For example, the following crontab might be set up for the fax user: 25 23 * * * sh /usr/sbin/faxcron | mail FaxMaster The faxcron script does the following work: o report statistics for facsimile transmitted since the last time faxcron was run. o report statistics for facsimile transmitted in the past week. o report statistics for facsimile received since the last time faxcron was run. o report statistics for facsimile received in the past week. o report any recent calls that failed suspiciously and return the associated trace log; o purge data that is 30 days or older from the remote machine information directory; o delete information that is 30 days or older from session trace log files; o remove files from the tmp directory that are older than 1 day; o remove files in the received facsimile queue that are 7 days or older; o report sites that are currently having jobs rejected; and o force all session log files to be owned by the fax user and kept with protection mode 644. OPTIONS
-n Forces faxcron to run without updating any files. -l lastrun Forces the notion of the last time that faxcron was run to be lastrun. The value of lastrun is a date and time string of the form ``MM/DD/YY HH:MM'' (the date(1) format string ``%D %H:%M''). -info n Set the expiration time for data in the info database to be n days. -log n Set the expiration time for session log data to be n days. -rcv n Set the expiration time for files in the received facsimile queue to be n days. -tmp n Set the expiration time for files in the tmp directory to be n days. -mode m Set the file protection mode for session logs to m (a command line argument to chmod(1)). NOTES
This script requires nawk(1) or gawk(1) and a date(1) program that supports the ``+format'' option. If session logs are to be kept private this script must be modified to filter out sensitive information such as calling card numbers. (It should also be run with ``-mode 0600'' so that session log files are not publicly readable.) FILES
/var/spool/fax spooling area /var/spool/fax/etc/lastrun timestamp of last run /usr/sbin/xferfaxstats for generating transmit statistics /usr/sbin/recvstats for generating receive statistics /var/spool/fax/tmp/faxcronXXXX temporary file for truncating session logs /var/spool/fax/tmp/faxlogXXXX temporary file for logs of failed calls SEE ALSO
cron(8C), faxq(8C), faxgetty(8C), faxsend(8C), xferfaxstats(8C), recvstats(8C), hylafax-server(5F) May 12, 1996 FAXCRON(8C)
All times are GMT -4. The time now is 05:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy