报错:shell-init: error retrieving current directory: getcwd: cannot access parent directories

[[email protected]server php]# /etc/init.d/httpd restart
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory

该错误表示 getcwd 命令无法定位到当前工作目录。一般来说是因为你 cd 到了某个目录之后 rm 了这个目录,这时去执行某些 service 脚本的时候就会报 getcwd 错误。只需要 cd 到任何一个实际存在的目录下在执行命令即可。

原文地址:https://www.cnblogs.com/wdxgg/p/11834519.html

时间: 2024-11-08 21:49:11

报错:shell-init: error retrieving current directory: getcwd: cannot access parent directories的相关文章

新目录下使用git管理,未配置.git目录,报错fatal: Not a git repository (or any of the parent directories): .git

fatal: Not a git repository (or any of the parent directories): .git 第一次用Git,遇到这个错误提示,原来是这样的: fatal: Not a git repository (or any of the parent directories): .git This tells you that the directory you're in is not a git repository. Before you can add

easygui.msgbox("Hello there!")报错:Tcl_Init error: Can't find a usable init.tcl in the following directories问题的解决

今天学习<父与子的编程之旅>,当看到运行第一个gui时(代码如下): 1 import easygui 2 easygui.msgbox("Hello there!") 发现报错:Tcl Init error: Can't find a usable init.tcl in the following directories,然后就是显示一大堆不存在的路径中不存在tcl8.5. 解决办法: 1.卸了python2.7重装,发现依旧这样,重装行不通. 2.http://blo

android模拟器 报错:X Error of failed request: BadRequest (invalid request code or no such operation)

最近在ubuntu12.04上学习python,python2.7 python3.2差别还是蛮大的,就想着学习较新的 升级后 结果出现 输入法不显示   update-manager 和  add-apt-repository不能用,android的模拟器也打不开. 罪魁祸首直至python 因为python3.2没有往上兼容,导致从python2.7升级到3.2 很多依赖之前2.7版本的功能无法使用 如何解决python升级的问题 请 http://book.51cto.com/art/20

http报错之return error code:401 unauthorized

 根据HTTP返回码所表示的意思应该是未授权,没有输入账号和密码,因此解决方法就直接在HTTP包里面携带密码. 先利用shell产生user and password 的base64编码 将账号为admin,密码为admin的信息经base64编码为YWRtaW46YWRtaW4=. $ echo -n admin:admin | base64 YWRtaW46YWRtaW4= 同样也可以利用产生的结果去验证是不是账号为admin,密码为admin. $ echo -n YWRtaW46YW

mac系统中搭建apache+mysql+php的开发环境,安装mysql后,登录报错:mac ERROR 1045 (28000): Access denied for user &#39;root&#39;@&#39;localhost&#39; (using password: NO)

php新手在mac系统中搭建apache+mysql+php的开发环境(按照这篇博客来操作的:http://my.oschina.net/joanfen/blog/171109?fromerr=xvCsafCe),在安装配置mysql完毕后,登录mysql,报错:mac ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO),折腾很久,终于解决,随手记录下,备忘. 解决方法: 第一步:如

Echarts 报错:Uncaught Error: [MODULE_MISS]&quot;echarts/config&quot; is not exists!

每天学习一点点 编程PDF电子书.视频教程免费下载:http://www.shitanlife.com/code 问题: 报错:Uncaught Error: [MODULE_MISS]"echarts/config" is not exists! 原因: require( [ 'echarts', 'echarts/chart/scatter' ], function (ec) { // 基于准备好的dom,初始化echarts图表 myScatter = ec.init(docum

Hplsql报错:...HiveSQLExpection:Error while compiling statement:No privilege &#39;Select&#39; found for inputs {.....}

实践hplsql时,遇到的问题总结一下,若有不对的地方,欢迎交流. 一.Hplsql简介 hplsql的介绍详见:http://lxw1234.com/archives/2015/09/492.htm 二.hpsql的配置文件为hplsql-site.xml 2.1 常见的选项列表: hplsql.conn.default 指定默认的连接配置文件,默认值为hive2conn hplsql.conn.hive2conn 指定HiveServer2JDBC连接 hplsql.conn.init.hi

Maven报错 解决方案。ERROR: No goals have been specified for this build. You must specify a valid lifecycle

Maven报错 解决方案.ERROR: No goals have been specified for this build. You must specify a valid lifecycle 报错: [ERROR] No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal>

启动Oracle报错: syntax error or unresolved network name &#39;LISTENER_ORCL&#39;

原文:https://blog.csdn.net/baidu_32383657/article/details/53020624 原博主:http://blog.csdn.net/lpftobetheone/article/details/11099785 对此进行了整理 一.错误 SQL> startup; ORA-00119: invalid specification for system parameter LOCAL_LISTENER ORA-00132: syntax error o