用top命令找不到firfox的进程,
查看某个用户运行的进程:ps -u username | grep eclipse 查看用户名为:username 的用户是否运行了eclipse
查看用户当前运行firefox的进程ID,然后kill
查看用户firedox进程:ps -u username | grep firefox 查看用户名为:username 的用户是否运行了firefox
kill: kill -9 ID
用top命令找不到firfox的进程,
查看某个用户运行的进程:ps -u username | grep eclipse 查看用户名为:username 的用户是否运行了eclipse
查看用户当前运行firefox的进程ID,然后kill
查看用户firedox进程:ps -u username | grep firefox 查看用户名为:username 的用户是否运行了firefox
kill: kill -9 ID