posted @ 2010-03-08 12:38 名号M 阅读(4086) 评论(0) 推荐(0) 编辑
摘要:
在linux上运行service https start,响应service command not found后来google了一下,发现需要将/sbin目录加入环境变量PATH中。可以在使用的用户目录的.bashrc文件中加入exportPATH=$PATH:/sbin/root用户在目录/root下maminghao用户在目录/home/maminghao下 阅读全文