Go to the first, previous, next, last section, table of contents.


touch

The touch facility creates a new file with the specified permissions and ownership, or corrects the permissions and ownership of an existing file, in addition to updating the time stamps.

myclass::

   /newfile mode=0644 action=touch


Go to the first, previous, next, last section, table of contents.