Command ‘nohub‘ not found, did you mean: command ‘nohup‘ from deb coreutils (8.32-4.1ubuntu1)

简介: Command ‘nohub‘ not found, did you mean: command ‘nohup‘ from deb coreutils (8.32-4.1ubuntu1)

1、没有发现nohup,先安装

yum install coreutils

2、如果已经安装 ,查看本地是否有,如果显示有:/usr/bin/nohup ,证明已经安装,可以直接跳到如何使用,如果没有,就没有安装过nohup

which nohup

3、第三步:查看下载的nohup

cd /usr/bin

which nohup

4、配置nohup路径,全局使用

# .bash_profile
 
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi
 
# User specific environment and startup programs
 
PATH=$PATH:$HOME/bin:/usr/bin
export PATH
相关文章
|
2月前
|
存储 Ubuntu 网络安全
百度搜索:蓝易云【Ubuntu14.04离线安装ssh所需安装包deb教程】
现在,你已经在Ubuntu 14.04离线机器上成功安装了SSH服务。注意,在离线安装过程中,可能需要手动处理依赖项问题。
64 0
|
8月前
|
Ubuntu Linux Docker
Ubuntu安装docker报错:Command ‘lsb_release‘ not found
Ubuntu安装docker报错:Command ‘lsb_release‘ not found
185 0
|
Ubuntu Go 开发工具
ubuntu下go-zero项目安装goctl后报错:command not found
ubuntu下go-zero项目安装goctl后报错:command not found
612 0
ubuntu下go-zero项目安装goctl后报错:command not found
|
Java
Ubuntu1804通过deb文件方式安装java
Ubuntu1804通过deb文件方式安装java
186 0
Ubuntu1804通过deb文件方式安装java
|
Ubuntu Python
基于Ubuntu的zsh: command not found: python错误简单解决方案
基于Ubuntu的zsh: command not found: python错误简单解决方案
446 0
基于Ubuntu的zsh: command not found: python错误简单解决方案
|
Oracle 关系型数据库 Python
Ubuntu20.04 VirtualBox 6.1安装失败(deb)
Ubuntu20.04 VirtualBox 6.1安装失败(deb)
227 0
How to Fix “firewall-cmd: command not found” Error in ubuntu
How to Fix “firewall-cmd: command not found” Error in ubuntu
成功解决解决VM软件安装Linux的Ubuntu过程,开启Linux出现Oprating System not found错误
成功解决解决VM软件安装Linux的Ubuntu过程,开启Linux出现Oprating System not found错误
成功解决解决VM软件安装Linux的Ubuntu过程,开启Linux出现Oprating System not found错误
|
Ubuntu 关系型数据库 MySQL
Ubuntu 通过 Deb 安装 MySQL| 学习笔记
快速学习 Ubuntu 通过 Deb 安装 MySQL
241 0
|
Ubuntu
Ubuntu下解决ifconfig command not found的办法
Ubuntu下解决ifconfig command not found的办法
444 0