文章 2017-11-12 来自:开发者社区

-bash: crontab: command not found

[root@foss01 ~]# crontab -e -bash: crontab: command not found [root@foss01 ~]# yum install -y vixie-cron [root@foss01 ~]# crontab -e no crontab for root - using an empty one crontab: installing new .....

文章 2017-11-12 来自:开发者社区

MySQL问题解决:-bash:mysql:command not found

MySQL问题解决:-bash:mysql:command not found 问题:        [root@linux115 /]# mysql -uroot -p          -bash: mysql: command not found  因为mysql命令的路径在/usr/loca...

文章 2017-11-12 来自:开发者社区

安装 MySQL报错 -bash: mysql: command not found

安装MySQL后(安装文件),不能直接在命令行中mysql。 因为命令行直接查找的是/usr/local/bin下边的命令,需要我们把mysql的命令放到.bash_profile中。 vim ~/.bash_profile 添加:export PATH=$PATH:/usr/local/mysql/bin 保存,退出 重新启动(加载)bash_profile文件 source...

文章 2017-11-12 来自:开发者社区

缺少snmp命令,-bash: snmpwalk: command not found

安装 net-snmp-perl net-snmp-utils 即可 [root@server ~]# yum install -y net-snmp-perl net-snmp-utils  本文转自 归来仍少年 51CTO博客,原文链接:http://blog.51cto.com/shaoniana/1891189

文章 2017-11-12 来自:开发者社区

Linux下bash:command not found提示

linux下提示bash:command not found 新安装的linux系统,如果进行精简安装可能会出现bash:command not found 的提示,大家在安装的时候可以选择默认安装basic的组件,一般即可。到时候可以再升级。 如果新装的系统,运行一些很正常的诸如:shutdown,fdisk的命令时,悍然提示:bash:command not found。那么  首先...

文章 2017-11-12 来自:开发者社区

-bash:ntp:command not found

1.问题 2.解决办法 本文转自 素颜猪 51CTO博客,原文链接:http://blog.51cto.com/suyanzhu/1947502

-bash:ntp:command not found
文章 2017-11-12 来自:开发者社区

-bash: make: command not found

-bash: make: command not found [root@ch4db httpd-2.2.15]# rpm -qa|grep make [root@ch4db httpd-2.2.15]# 查出 没有make相关RPM 正常服务器上有[root@localhost ~]# rpm -qa|grep make imake-1.0.2-3 make-3.81-3.el5   ...

文章 2017-11-12 来自:开发者社区

-bash: crontab: command not found

-bash: crontab: command not found [root@ch4db RRRb]# rpm -qa |grep cron crontabs-1.10-8 其他正常的服务器上 [root@localhost ~]# rpm -qa |grep cron crontabs-1.10-8 vixie-cron-4.1-77.el5_4.1   安装上vixie-cron-...

文章 2017-11-12 来自:开发者社区

linux中打开mysql的问题-bash: mysql: command not found

MySQL问题解决:-bash:mysql:command not found   问题:        [root@linux115 /]# mysql -uroot -p          -bash: mysql: command not found     因为...

文章 2017-11-12 来自:开发者社区

-bash: make: command not found的解决办法

一般出现这个-bash: make: command not found提示, 是因为安装系统的时候使用的是最小化mini安装,系统没有安装make、vim等常用命令,直接yum安装下即可。 yum -y install gcc automake autoconf libtool make 直接ssh运行即可,安装make。 本文转自 Mr_sheng 51CTO博客,原文链接:http:/...

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

开发与运维

集结各类场景实战经验,助你开发运维畅行无忧

+关注