lve and services

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • unnikrishnan.a
    Junior Member
    Forum Explorer
    • Mar 2021
    • 10

    #1

    lve and services

    how to check if service is inside lve or not
  • unnikrishnan.a
    Junior Member
    Forum Explorer
    • Mar 2021
    • 10

    #2
    Hey,

    Recently we faced an issue in which ssh service went inside lve. I am wondering if there any good method by which we can identify if the services like httpd/ssh etc inside lve or not

    Comment

    • iseletsk
      Senior Member
      • Dec 2017
      • 1199

      #3
      Get the pid of the service you want to check. Then run:
      lveps -p | grep PID

      If you get any output -- that process is inside LVE.

      Comment

      Working...