回复:how to modify system files

Set PATH environment variable to include ".".

In Shell:
PATH=.:$PATH; export PATH

In Cshell:
set path = (. $path)

You should be fine.

所有跟帖: 

回复:回复:how to modify system files -bash- 给 bash 发送悄悄话 (20 bytes) () 06/17/2004 postreply 12:31:36

请您先登陆,再发跟帖!