ADSM-L

Re: Using archsymlinkfile=no in AIX client version 3.1.0.7

1999-08-20 08:51:51
Subject: Re: Using archsymlinkfile=no in AIX client version 3.1.0.7
From: Richard Sims <rbs AT BU DOT EDU>
Date: Fri, 20 Aug 1999 08:51:51 -0400
As Christian Bolik indicates, you cannot change the mtime of symbolic links.
Timestamp changes are effected through the utime() and utimes() functions,
which do not support changing symbolic links.  This *might* change in the
future, if AIX developers introduce more symbolic link handling as they
did in providing the lchown() function to change the ownership of symbolic
links in AIXv4 (also via 'chown -h' command).  But for now at least the
timestamps on a symbolic link are those of when it was created.
      Richard Sims, BU
<Prev in Thread] Current Thread [Next in Thread>