|
发表于 2003-9-17 12:36:34
|
显示全部楼层
这是在干什么?
When you want to execute a command, linux will search the $PATH environment or you can use absolute path(/usr/bin/cmd or ./cmd . is the current directory). It will not search current path automatically (for secure reason)
This is the final answer. |
|