【问题标题】:QNAP NAS nohup: no such file or directoryQNAP NAS nohup:没有这样的文件或目录
【发布时间】:2015-02-20 07:41:28
【问题描述】:

我尝试在我的 qnap nas 上从 shell 运行 jar 文件并尝试使用 nohup:

nohup java extender.jar &

但我得到一个错误

nohup: no such file or directory

如果我跑步

java extender.jar

它有效。

我试图找到nohup

find -name nohup

但结果为空。在我看来 nohup 没有安装。但是我怎样才能安装 nohup?抱歉这个问题,但我是 linux 新手。

【问题讨论】:

  • 。 nohup java -jar extender.jar &(注意前面的点空格)

标签: java nohup nas


【解决方案1】:

nohup 未安装在 QNAP NAS 上!

你可以安装它:

  1. 从 Webinterface Application Manager (QPKG) 安装 ipkg
  2. 通过 ssh 登录并运行:
  3. ipkg 更新
  4. ipkg 列表 | grep coreutils
  5. ipkg install coreutils

就是这样!

【讨论】:

  • 我试过我的,没有可安装的ipkg。
猜你喜欢
  • 2012-04-28
  • 2018-04-13
  • 2021-06-24
  • 2015-02-20
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2012-06-17
相关资源
最近更新 更多