在安装NODE管理模块N时,遇到了权限问题
1.给予程序读写权限(仅限文件夹)
查看权限:ls -l 或 ls 添加权限: 示例:chmod +rw xx 实例:chmod +rw node
关于权限使用查看:http://man.linuxde.net/chmod
2.直接用root权限安装包