NAME

ahsysinfo - Display system build information about an executable and/or about the system itself

USAGE

ahsysinfo option executable

DESCRIPTION

The ahsysinfo task prints information about the current system (OS, processor, kernel, etc.) and about an executable file. This task is not an ftool and does not have a parameter file; it accepts parameters on the command line only.

PARAMETERS

option [string -h|-v|-verbose]
This parameter controls information that is printed to the screen. If 'option=-h', help on the task is printed. If 'option=-v', the ahsysinfo version number is printed. If 'option=-verbose', some verbose information on the executable is printed, if the executable is specified. The parameter 'option' may be omitted, in which case system information is printed together with a short version of information on the executable, if specified.

executable [string]
The name of an executable file, which may either be in the user's PATH variable, or may be given as a complete file name, including directory name. If an executable is not specified, ahsysinfo prints only the system information.

EXAMPLES

  1. Get information about the system only.
  2.    ahsysinfo
    
  3. Get information about the time assignment task, xatime.
  4.    ahsysinfo xatime
    

LAST MODIFIED

September 23, 2021