System Call Commands

** This utility is under development and is not yet available. **

A system call command is an instruction to the software to display information about running the software, outside of SRM software. For example, system call commands could include listing a directory, showing disk usage, showing the users logged on, etc.

This option controls the setup of these commands as a list, so that inexperienced computer users can still check this information, without having to know the technical commands. Once the setup is complete, use Run System Call Commands to execute the commands.

The prompts are:

SEQ
Sequence numbers are automatically assigned to track and organize the records in the file. Multiple commands can be entered.

DESCRIPTION
Type in a basic description of the command. e.g. List Directory

COMMAND
Type in the technical command needed to execute the system call. When using LINUX be sure to use lowercase letters for the command. Example: the call command in LINUX for List Directory is: clear; ls |more

LINUX Example of System Call Commands:


         Seq       Description            Command
         ---       -----------            -------
         001       List Directory         clear; ls |more
         002       Show Disk Usage        clear; dfspace
         003       Show Users Logged On   clear; who|more
         004       Show PID's running     clear; ps

Topic Keyword: SMCO01
Converted from CHM to HTML with chm2web Pro 2.85 (unicode)