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
lchage(1)						      General Commands Manual							 lchage(1)

NAME
lchage - Display or change user password policy SYNOPSIS
lchage [OPTION]... user DESCRIPTION
Displays or allows changing password policy of user. OPTIONS
-d, --date=days Set the date of last password change to days after Jan 1 1970. Set days to -1 to disable password expiration (i.e. to ignore --mindays, and --maxdays and related settings). Set days to 0 to enforce password change on next login. (This also disables password expiration until the password is changed.) -E, --expire=days Set the account expiration date to days after Jan 1 1970. Set days to -1 to disable account expiration. -i, --interactive Ask all questions when connecting to the user database, even if default answers are set up in libuser configuration. -I, --inactive=days Disable the account after days after password expires (after the user is required to change the password). Set days to -1 to keep the account enabled indefinitely after password expiration. -l, --list Only list current user's policy and make no changes. -m, --mindays=days Require at least days days between password changes. Set days to 0 or -1 to disable this requirement. If this value is larger than the value set by --maxdays, the user cannot change the pasword. -M, --maxdays=days Require changing the password after days since last password change. Set days to -1 to disable password expiration. -W, --warndays=days Start warning the user days before password expires (before the user is required to change the password). Set days to 0 or -1 to disable the warning. EXIT STATUS
The exit status is 0 on success, nonzero on error. NOTES
Note that "account expiration" (set by --expire) is distinct from "password expiration" (set by --maxdays). Account expiration happens on a fixed date regardless of password changes. Password expiration is relative to the date of last password change. libuser Nov 8 2012 lchage(1)
All times are GMT -4. The time now is 01:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy