码迷,mamicode.com
首页 > 系统相关 > 详细

常用shell命令集合

时间:2019-01-06 12:43:33      阅读:261      评论:0      收藏:0      [点我收藏+]

标签:direct   file   class   bsp   cal   symbol   key   bash   变更   

1、文件/文件加权限修改所属用户组+用户

chown -R www:www data

只修改用户

chgrp -R www data

2、文件变更为可执行

chmod +x file

3、 [taoge@localhost learn_shell]$ ./a.sh

  bash: ./a.sh: /bin/bash^M: bad interpreter: No such file or directory

  [taoge@localhost learn_shell]$

  这是文件格式错误,可用vi打开 a.sh这个文件,用 :set ff 或者 set fileformat 查看一下

  解决 方法一、在vi底部模式下,直接执行 : set fileformat =unix 

    方法二、 直接执行 set -i "/\r//"  (在go中 "  \  需要转义 )

常用shell命令集合

标签:direct   file   class   bsp   cal   symbol   key   bash   变更   

原文地址:https://www.cnblogs.com/quepq/p/10228279.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!