【Linux】常用命令大全

rmdir

Remove directory, this command will only work if the folders are empty. 移除一个空文件夹
Syntax
      rmdir [options]... folder(s)...
Options
      --ignore-fail-on-non-empty
                  Ignore each failure that is solely because the
                  directory is non-empty.
  -p, --parents   Remove explicit parent directories if being emptied

      --verbose   Output a diagnostic for every directory processed

      --help      Display help and exit

      --version   Output version information and exit

Example
$ rmdir myfolder
Before removing directories with a wildcard, it's wise to list them first:
$ ls -d britney*/


rm

Remove files

rm -rf

remove non-empty folder(rm -rf will recursively remove folders and their contents)

ls -al
 
List information about files

tar

压缩,解压文件命令

把其他路径下的压缩文件解压到当前文件夹:

tar zxvf  / usr / local / xxx.tar.gz


patch

为文件打补丁

patch –p0  <  patchfile.patch


kooyee 2008-12-01 01:01 发表评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值