Linux各个目录浅析
摘要:/bin binary缩写,存放着使用者经常使用命令例cp、ls、cat等等 /sbin (SuperUser bin)系统管理员所用的系统管理程序;/etc 存放所有的系统管理所需要的配置文件及子目录;/lib 存放系统最基本的动态链接共享库,类似于Windows下的DLL文件;/dev ...
阅读全文
posted @
2014-05-22 15:53
秋叶leaf
阅读(220)
推荐(0)
Linux解压时报tar: node-v0.10.26-linux-x86/bin/npm: Cannot create symlink to `../lib/node_modules/npm/bin/npm-cli.js': Protocol error
摘要:今天在linux虚拟机下安装了node的最新版本,最开始把压缩包直接放在vagrant共享目录下解压,结果在最后报tar: node-v0.10.26-linux-x86/bin/npm: Cannot create symlink to `../lib/node_modules/npm/bin/npm-cli.js': Protocol errortar: Exiting with failure status due to previous errorsroot@precise32:/vagrant# tar: node-v0.10.26-linux-x86/bin/npm: Ca
阅读全文
posted @
2014-03-19 20:51
秋叶leaf
阅读(2305)
推荐(0)