• I recently returned to a Linux server with sftp-only access. I am use to having ssh access, which allows one to execute shell commands. I found that WPTerm allows me to execute useful shell commands. For example, one can do:

    ps -u “user” -o user,pid,start,etime,time,nice,vsz,rss,command | egrep ‘PID|php-fpm’ | sed ‘/grep/d’

    to get a list of php-fpm processes (Of course, replace “user” with your user id).

  • The topic ‘Just what I needed’ is closed to new replies.