linux - 为什么我无法运行位于 bin 中的文件?

标签 linux shell ubuntu terminal

需要使用flare文件和flasm,chown和权限正确。为什么只能运行一个而不能运行另一个?

-rwxr-xr-x  1 daniela.morais sudo    64808 Mar 19 13:54 flare*
-rwxr-xr-x  1 daniela.morais sudo   108525 Mar 19 13:48 flasm*
daniela.morais@tusk:/usr/local/bin$ flare

Flare 0.6 build Jun 11 2007

Copyright (c) 2003-2005 Igor Kogan
All rights reserved. See LICENSE.TXT for terms of use.

Usage: flare filename.swf
Decompiled ActionScript code is stored in filename.flr.
daniela.morais@tusk:/usr/local/bin$ flasm
bash: /usr/local/bin/flasm: No such file or directory

耀斑:http://www.nowrap.de/flare.html弗拉斯姆:http://www.nowrap.de/flasm.html

最佳答案

这意味着 flasm 不在您调用它的目录中,请使用以下命令检查其位置:

find / -name 'flasm' 

或者使用locate和whereis调用

关于linux - 为什么我无法运行位于 bin 中的文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29153176/

相关文章:

c# - Telnet 响应在 ~50 个字符后中间包含\r\n

node.js - 是否有任何标准警告(stdwarn),如 stdout 和 stderr?

vagrant 文件中的 Shell 环境变量仅先向上传递

Ubuntu grep 不会删除不需要的行

c# - 如何在 Debian 上成功安装完整的 Mono Develop IDE?

c - 非阻塞获取字符

linux - awk 命令根据多个模式字符串提取特定字符串

python - PyAudio 未捕获正确的音频数据

r - 如何在远程 ssh 连接中在本地绘制 R 绘图?

python - 如何覆盖文档查看器图标以在 Plone 中全屏查看?