/NH Forces the utility to display the data without a column header. You can only use this command
line switch with the table and CSV formats. Omitting the header makes it easier to incorporate
the data in a report or import it into a database.
/V Displays detailed file information. The standard display includes the file identifier, accessed
by information, file type, and filename complete with path. The extended information provided by
this command line switch includes the hostname (server), number of locks, and the mode used
to open the file (read, read/write, or write).
414 CHAPTER 15 MANAGING FILES AND DIRECTORIES
Local
This mode uses the following syntax:
OPENFILES /Local [{ ON | OFF }]
The following describes the command line argument.
{ ON | OFF } Enables or disables the ???maintain objects list??? system global flag. The state of
this flag determines whether the system tracks the state of local file handles. Enabling this flag
adds overhead, which reduces performance, and also lets you track the status of shared files
on your system. Calling the OPENFILES /Local mode without using this command line switch
at all displays the current flag status, which is disabled on Windows systems.
Pages:
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984