{{ secondMenu.name }}
It is recommended to query configuration details using the following commands before modifying the configuration file.
1. Run the following commands to check if any configuration conflict exists:
rw_cc -f /sfos/system/schema/config/networkplatform/config.filetype.schema -q -s net.filetypegroups -p '$[?(@.name == "movie" && @.uuid!="00000000000000000000001200000000")]'
rw_cc -f /sfos/system/schema/config/networkplatform/config.filetype.schema -q -s net.filetypegroups -p '$[?(@.name == "music" && @.uuid!="00000000000000000000001200000001")]'
rw_cc -f /sfos/system/schema/config/networkplatform/config.filetype.schema -q -s net.filetypegroups -p '$[?(@.name == "image" && @.uuid!="00000000000000000000001200000002")]'
rw_cc -f /sfos/system/schema/config/networkplatform/config.filetype.schema -q -s net.filetypegroups -p '$[?(@.name == "text" && @.uuid!="00000000000000000000001200000003")]'
rw_cc -f /sfos/system/schema/config/networkplatform/config.filetype.schema -q -s net.filetypegroups -p '$[?(@.name == "compress" && @.uuid!="00000000000000000000001200000004")]'
rw_cc -f /sfos/system/schema/config/networkplatform/config.filetype.schema -q -s net.filetypegroups -p '$[?(@.name == "webpage" && @.uuid!="00000000000000000000001200000005")]'
rw_cc -f /sfos/system/schema/config/networkplatform/config.filetype.schema -q -s net.filetypegroups -p '$[?(@.name == "script" && @.uuid!="00000000000000000000001200000006")]'
rw_cc -f /sfos/system/schema/config/networkplatform/config.filetype.schema -q -s net.filetypegroups -p '$[?(@.name == "executable" && @.uuid!="00000000000000000000001200000007")]'
rw_cc -f /sfos/system/schema/config/networkplatform/config.filetype.schema -q -s net.filetypegroups -p '$[?(@.name == "documents" && @.uuid!="00000000000000000000001200000008")]'
rw_cc -f /sfos/system/schema/config/networkplatform/config.filetype.schema -q -s net.filetypegroups -p '$[?(@.name == "common-threat-file" && @.uuid!="00000000000000000000001200000009")]'
3. If the returned result is not empty ([]), it contains conflicting configuration items.