Answers for "su: failed to execute /bin/bash: Resource temporarily unavailable"

0

su: failed to execute /bin/bash: Resource temporarily unavailable

#This will kill all the process of specified user.
kill -9 $(ps aux | awk 'username {print $2}')
#Please change username with yours.
Posted by: Guest on February-14-2021

Code answers related to "su: failed to execute /bin/bash: Resource temporarily unavailable"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language