EDR: How to Restart a Linux Sensor
search cancel

EDR: How to Restart a Linux Sensor

book

Article ID: 290388

calendar_today

Updated On:

Products

Carbon Black EDR (formerly Cb Response)

Issue/Introduction

Restart a Linux sensor

Environment

  • EDR: All Versions
  • Linux: All Supported Versions

Resolution

Restart

  • sudo service cbdaemon restart
  • sudo systemctl restart cbdaemon

Stop and start

  • sudo service cbdaemon stop
    
  • sudo service cbdaemon start
    
  • sudo systemctl stop cbdaemon
    
  • sudo systemctl start cbdaemon