Originally posted by: Jadawin
Hi experts,
I am currently trying to create a .toc file on a AIX 5.3 box. But when typing in the command 'inutoc /tmp/xlc/PTF', I get no error message but the .toc file is not created.
I currently have root access to the box
I'm trying many ways
- positionning into the '/tmp/xlc/PTF' directory and typing 'inutoc .'
- positionning on the '/' directory and typing 'inutoc tmp/xlc/PTF'
- positionning on the '/usr/sys/inst.images' directory and typing 'inutoc /tmp/xlc/PTF'
No error but no new .toc file created.
the command 'ls -l `find / -name "*.toc"`' only return old .toc files
-rw-rw-r-- 1 root system 6129 20 avr 2010 /tmp/xlc/PTF/runtime/.toc
-rw-rw-r-- 1 root system 7920 20 avr 2010 /tmp/xlc/PTF/urt/.toc
-rw-rw-r-- 1 root system 34282 26 avr 2010 /tmp/xlc/PTF/usr/sys/inst.images/.toc
Any idea what the problem might be ?