{
  "slug": "find-open-deleted-files-with-lsof",
  "title": "Find Open Deleted Files with lsof",
  "fixture": "containers/process-resource-lab",
  "command_count": 2,
  "container_tool": "docker",
  "image": "localhost/linuxoneliners-lab:latest",
  "exit_code": 0,
  "elapsed_ms": 188,
  "stdout": "::fixture-ready::\n$ df -h\nFilesystem      Size  Used Avail Use% Mounted on\n/dev/vda1        25G   23G  1.1G  96% /\ntmpfs           982M   12M  970M   2% /run\n::exit-code::0\n$ lsof +L1\nCOMMAND   PID USER   FD   TYPE DEVICE SIZE/OFF NLINK NODE NAME\nnginx    1907 www    12w   REG  253,1 524288000     0 9123 /var/log/nginx/access.log (deleted)\nworker   1842 app     5w   REG  253,1 104857600     0 9911 /tmp/job-output.log (deleted)\n::exit-code::0\n",
  "stderr": "",
  "ok": true,
  "security": {
    "network": "none",
    "capabilities": "dropped",
    "no_new_privileges": true,
    "memory": "256m",
    "cpus": "1",
    "pids_limit": 128,
    "tmpfs": [
      "/tmp",
      "/var"
    ]
  }
}