Hello,
On Plesk 11.5.30 I just tried to delete an additional FTP user and got an error in the panel saying that the user could not be deleted as it's currently in use (don't recall the exact message).
The additional FTP user is now no longer listed in the panel, but the user account still exists in the /etc/passwd file.
When I use userdel to delete the user manually I get the following error:
Checking what process 11180 is:
Any ideas how I can delete the user account?
On Plesk 11.5.30 I just tried to delete an additional FTP user and got an error in the panel saying that the user could not be deleted as it's currently in use (don't recall the exact message).
The additional FTP user is now no longer listed in the panel, but the user account still exists in the /etc/passwd file.
When I use userdel to delete the user manually I get the following error:
Code:
userdel testuser
userdel: user testuser is currently used by process 11180
Checking what process 11180 is:
Code:
ps aux | grep 11180
fcl 11180 22.6 0.1 389932 114484 ? S 13:37 0:02 /usr/bin/php-cgi -c /var/www/vhosts/system/domain.com/etc/php.ini
Any ideas how I can delete the user account?