guhuan 发表于 2003-3-26 20:29:58

linux中的可执行文件

请问LINUX中的可执行文件还是。COM和。EXE吗是的话怎么执行,
不是的话是什么,怎么执行

zhllg 发表于 2003-3-26 20:41:43

./command

myong 发表于 2003-3-29 19:08:39

In Linux, you must tell your system where is command, "./" means at current directory, if there is only a command, system will find command in the $PATH

guhuan 发表于 2003-10-7 21:59:42

他有和WIN一样严格区分的各种后缀吗?
我是想知道什么样的文件可以被执行

Bluedata 发表于 2003-10-7 22:04:53

有可执行属性的文件才能被执行,没有的话不管它的后缀是什么都不行。

guhuan 发表于 2003-10-9 20:40:44

怎么判断呢

Veldrin 发表于 2003-10-9 21:26:16

……
用ls -l查看文件属性,有x位的可执行

在linux,随便你把一个文件的名字改成什么样子都无所谓,你隐瞒不了任何文件的细节,用file命令一看就知道了。
页: [1]
查看完整版本: linux中的可执行文件