摘要:
learn the auth of Linux. Generally, r-x w: write , modify and delete -2 r: read -4 x: execute -1 A file has 3 auth show: -owner -group -other 当时用sudo的 阅读全文
摘要:
遇到要在Linux上处理json的请求,换了熟悉的环境就抓瞎了,需要用心学习基础知识。 jq官网:https://stedolan.github.io/jq 1.install yum install jq 在公司的centos6.3上这样安装成功了,然而自己电脑7.5安装失败,采用源码安装 git 阅读全文
摘要:
使用Linux,初学使用root不要太方便,工作中却不会给你这样的,必须要用自己的账号。新账号需要添加sudo的权限。 root ALL=(ALL) ALL 这里nopasswd是为了sudo的时候不用确认密码 阅读全文