- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What would change the file date on an executable i...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 09:58 AM
06-04-2001 09:58 AM
1) Recompile
what are the other ways of changing the file date?
-Dennis
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 10:00 AM
06-04-2001 10:00 AM
Re: What would change the file date on an executable in hp-ux?
'touch' on the file....
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 10:05 AM
06-04-2001 10:05 AM
Re: What would change the file date on an executable in hp-ux?
In additon to 'touch'ing the file, if you copy (cp) it and then copy it back to itself without using the '-p' option of 'cp', the modification timestamp will change.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 10:13 AM
06-04-2001 10:13 AM
Re: What would change the file date on an executable in hp-ux?
ok...but I have copied a file from one volume to another without the modify date changing...what other ways of "touching" the file are there? The file is executed by multiple users many times a day and I am concerned that it has been modified from the baseline. The file has been exactly the same date time stamp for a year and recently it has changed to a later date.
-Dennis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 10:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 10:19 AM
06-04-2001 10:19 AM
Re: What would change the file date on an executable in hp-ux?
touch
...or as was mentioned cp..
But let's say the executable is SQL...and the user has SQL privileges, then they could go in and view...and make changes and save the changes there as well.
Check your file permissions...and....if it's SQL based, check the rights you've granted and to whom.
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 10:44 AM
06-04-2001 10:44 AM
Re: What would change the file date on an executable in hp-ux?
I'll bet someone cd'ed to the wrong directory and did a make which would do all the things listed above or a relink would have done it.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 04:04 PM
06-04-2001 04:04 PM
Re: What would change the file date on an executable in hp-ux?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2001 06:36 AM
06-05-2001 06:36 AM
Re: What would change the file date on an executable in hp-ux?
could be someone has just "relinked" your code
files? This happens fairly often with Oracle
and Baan IV code files...
Just my $0.02,
Wodisch