随笔分类 -  Linux

摘要:今天对目录及其文件进行压缩:/usr/local/test# tar -cvf /usr/local/auto_bak/test.tar /usr/local/test 仅打包,不压缩 # tar -zcvf /usr/local/auto_bak/test.tar.gz /usr/local/te 阅读全文
posted @ 2017-06-09 17:44 我在赫尔辛基火车站 阅读(172) 评论(0) 推荐(0)
摘要:linux给用户添加sudo权限: 有时候,linux下面运行sudo命令,会提示类似: xxxis not in the sudoers file. This incident will be reported. 这里,xxx是用户名称,然后导致无法执行sudo命令,这时候,如下解决: 1、进入超 阅读全文
posted @ 2017-03-13 16:44 我在赫尔辛基火车站 阅读(222) 评论(0) 推荐(0)
摘要:VIM https://vim.rtorr.com/ 阅读全文
posted @ 2017-03-13 16:29 我在赫尔辛基火车站 阅读(119) 评论(0) 推荐(0)