Guest User

Symantec Endpoint Protection 14 QNAP - Console managment

a guest
Nov 23rd, 2021
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. # /etc/init.d/Symantec.sh
  2. --------------------------------------------------------------- || hello world! ---
  3.  
  4. Usage:
  5. ./Symantec.sh (start|stop|enable|disable|status|...) [ARGUMENT]
  6.  
  7. Available options:
  8. start/stop - start or stop Symantec SEP
  9. enable/disable - enables or disables app launch
  10. status - checks running state
  11.  
  12. run-liveupdate - update virus db
  13. show-liveupdate-schedule - display live update schedule conf
  14.  
  15. run-fullsystem-scan - scan full system
  16. run-networkshares-scan - run network share scan
  17.  
  18. list-quarantine - list quarantined items
  19.  
  20. enable-autoprotect - enable volumes monitoring for file
  21. changes, then start scan
  22. disable-autoprotect - disable volumes monitoring...
  23.  
  24. exclude-download-shares - useful when using Rtorrent or ...
  25. restore-download-shares-excludes - disables above
  26. exclude-directory [DIR] - exclude custom directory: [DIR]
  27. reset-excluded-directories - reset all excluded directories
  28. exclude-file [FILE] - exclude custom file: [FILE]
  29. reset-excluded-files - reset all excluded files
  30.  
  31. show-config-root - show config root
  32. managed-status - show managed/unmanaged service status
  33.  
  34. -----------------------------------------------------------------------------------
Add Comment
Please, Sign In to add comment