Announcement

Collapse
No announcement yet.

lve and services

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • lve and services

    how to check if service is inside lve or not

  • #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


    • #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...
      X