试图用mv命令将文件改名为大写时,返回不正常状态且文件没有被改名。如下: ROOT$ touch a ROOT$ mv a A mv: ‘a’ and ‘A’ are the same file ROOT$ echo $? 1 ROOT$ mv --version mv (GNU coreutils) 8.23 Copyrig...
使用Mac笔记本,Mysql数据库前些时间已安装,安装过程参照http://geeksun.iteye.com/blog/2192042,今天连接数据库时,提示: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/my...