Help
Table Of Contents
- FileMaker Server 9 Help
- About FileMaker Server
- New features in FileMaker Server 9
- Deploying FileMaker Server
- Starting Admin Console
- Hosting databases
- Hosting websites
- Starting and stopping FileMaker Server
- Configuring general settings
- Configuring Database Server settings
- Configuring web publishing settings
- Administering clients
- Administering databases
- Using ODBC and JDBC with FileMaker Server
- Monitoring FileMaker Server
- Managing plug-ins
- Securing your data
- Scheduling administrative tasks
- Troubleshooting
- Checking for updates
- About the license key
- Command line reference
- Glossary
- Registration
- Customer support and Knowledge Base
- Copyright information
Command line reference fmsadmin commands
F
ILEMAKER SERVER 9 HELP 181
LIST command
Format
fmsadmin LIST [TYPE] [options]
Description
Lists items of the specified TYPE.
Valid TYPES
CLIENTS: Lists the connected clients. The following example lists the currently connected users:
fmsadmin list clients
FILES: Lists the hosted files. The following example returns file IDs and other statistics for the
currently open, hosted files in the default folders:
fmsadmin list files [-s]
PLUGIN: Lists Database Server
calculation plug-ins. The following example lists all plug-ins:
fmsadmin list plugins
SCHEDULES: Lists schedules
. The following example lists all schedules:
fmsadmin list schedules
Option
-s, --stats
Displays statistical information about CLIENTS and FILES.
Related topic
Command line reference (page 171)