Mailinglist Archive: opensuse-programming-de (54 mails)
| < Previous | Next > |
Re: [opensuse-programming-de] date hashlist
- From: Thomas Moritz <thm_ml@xxxxxxxxxxx>
- Date: Sat, 9 Apr 2011 17:30:49 +0200
- Message-id: <201104091730.49416.thm_ml@thmoritz.de>
Am Samstag, 9. April 2011 16:44:12 schrieb Bernhard Walle:
touch: Ungültige Option -- h
„touch --help“ gibt weitere Informationen.
2.6.34.7-0.7-desktop #1 SMP PREEMPT 2010-12-13 11:13:53 +0100 x86_64
x86_64 x86_64 GNU/Linux
Ich teste nachher mal mit Kernel-2.6.38.2. Da kann ich aber gerade
nicht ran.
MfG Th. Moritz
--
To unsubscribe, e-mail: opensuse-programming-de+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-programming-de+help@xxxxxxxxxxxx
* Thomas Moritz <thm_ml@xxxxxxxxxxx> [2011-04-09 16:32]:
Scheinbar nein :-(
There may be no way to change the timestamps of a symbolic link
with a compiled C program. :-)
The operating system kernel supplies an interface to change the
ownership of a symbolic link with lchown(2) but does not supply
any interface to change the timestamp of a symbolic link (no
lutime(2) or lutimes(2) exists) and therefore what you are
asking for is not supported by the operating system kernel. The
only way I know to do this on BSD like systems is to remove and
recreate the symlink.
Linux ist aber nicht BSD. Die lutimes()-Funktion gibt es seit glibc
2.6 und Kernel 2.6.22 und touch scheint es mit der Option -h auch
zu können. Wie immer ungetestet.
touch: Ungültige Option -- h
„touch --help“ gibt weitere Informationen.
2.6.34.7-0.7-desktop #1 SMP PREEMPT 2010-12-13 11:13:53 +0100 x86_64
x86_64 x86_64 GNU/Linux
Ich teste nachher mal mit Kernel-2.6.38.2. Da kann ich aber gerade
nicht ran.
MfG Th. Moritz
--
To unsubscribe, e-mail: opensuse-programming-de+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-programming-de+help@xxxxxxxxxxxx
| < Previous | Next > |