linux下的shell目录文件操作--self

文件操作:
1 touch 新建文件
2 chmod 修改权限
3 unzip -x abc.zip  不解压这个abc.zip的情况下查看包含的文件
  unzip -x abc.zip  解压
4 复制用cp
   删除用rm
   移动mv 
目录操作:
   rm -rf abc

http://blog.chinaunix.net/space.php?uid=2265810&do=blog&id=2122561

猜你喜欢

转载自firedragonpzy.iteye.com/blog/1388567