This example shows a typical Fileshare Server configuration file.
/s mainsrv /cm ccitcp /d dbase1.ref /t 120 /pf \pass\passwd.fil
where:
| Line 1: |  
                              				  /s mainsrv Specifies that the Fileshare Server is to register its name on the network as mainsrv. Fileshare Clients must specify this name when they want to contact this Fileshare Server.  |  
                           			 
                        
| Line 2: |  
                              				  /cm ccitcp Specifies that ccitcp is one of the communications protocols that a Fileshare Client can use to contact this Fileshare Server.  |  
                           			 
                        
| Line 3: |  
                              				  /d dbase1.ref Specifies that the database reference file the Fileshare Server is to use is named dbase1.ref.  |  
                           			 
                        
| Line 4: |  
                              				  /t 120 Specifies that the automatic record lock timeout period is 120 seconds.  |  
                           			 
                        
| Line 5: |  
                              				  /pf \pass\passwd.fil Specifies that the Fileshare Password Security feature is enabled and that the password file is \pass\passwd.fil containing valid user-IDs and passwords.  |