1. Using dsconfig in interactive mode, make changes to a configuration but do not apply the changes (that is, do not enter "f").
  2. Enter d to view the equivalent non-interactive command.
  3. View the equivalent command (seen below), and then press Enter to continue. For example, based on an example in the previous section, changes made to the db-cache-percent returns the following:
    Command line to apply pending changes to this Local DB Backend: 
    dsconfig set-backend-prop --backend-name userRoot --set db-cache-percent:40
    The command does not contain the LDAP connection parameters required for the tool to connect to the host since it is presumed that the command would be used to connect to a different remote host.