ln -sf target link_name
进程起不来?
事因Linux下经常会创建软链接来指向真正的路径,特别是Web服务器的配置文件路径.事因是由于在bash脚本中用ln -sf target_conf_dir new_dir,现象是首次执行的时候会正常创建new_dir,而当new_dir存在的时候,再次执行上述命令现象为在ne
...
Developer and Researcher