centos卸載命令綜合應用

 

上善若水(20603026)  22:01:42
whereis nginx
能夠看到nginx在哪裏php

 

金視界(2232855560)  22:02:14

而後怎麼辦啊nginx

[root@MyServer ~]# hostname -f
hostname: Unknown host
[root@MyServer ~]# whereis nginx
nginx: /usr/bin/nginx
[root@MyServer ~]# where is php
-bash: where: command not found
[root@MyServer ~]# whereis php
php: /usr/bin/php
[root@MyServer ~]# 
[root@MyServer ~]# whereis httpd
httpd:
[root@MyServer ~]# rm /usr/bin/nginx
rm: remove symbolic link `/usr/bin/nginx'? y
[root@MyServer ~]# whereis nginx
nginx:
[root@MyServer ~]# rm -rf /usr/bin/php
[root@MyServer ~]# rm /usr/bin/nginx
rm: cannot remove `/usr/bin/nginx': No such file or directory
[root@MyServer ~]# whereis httpd
httpd:
[root@MyServer ~]# whereis httpd
httpd:
[root@MyServer ~]# bash

相關文章
相關標籤/搜索