位置: 编程技术 - 正文

tar命令(tar命令参数详解)

编辑:rootadmin
怎样使用tar命令打包(备份)文件?A:The syntax of tar is:tar [options][files]The options used most often with tar are as follows:c Creates a new backup,overwriting any files already on the backup destination.x Extracts files from backup media.t Lists the contents of backup media.v Displays the name of each file being processed.f Creates backups on a specified device.u Adds files to the backup if they are not already there,or if they have been modified since they were last written on the backup.步骤:1)估算打包文件的大小,确定使用档案媒体(archive media)的空间,用命令du -s例如:$ lfa.out* fork.c mbox time.catoi.c int.c memcpy.c vi$ du -s .$该例显示的代表the total number of -byte blocks,计算:*/=kilobytes.2)制作备份,用命令tar cvf /dev/fdds .(将该目录下的所有内容备份到1.英寸软盘中where c causes a new backup to be created,v causes each file to be displayed as the backing up takes place,and f causes the subsequent argument--/dev/fdds to be the destination of the backup.)注:平时硬盘上的备份,我们一般用命令tar cvf filename.tar .例如:$ tar cvf wuyd.tar .a ./.profile 2 tape blocksa ./.lastlogin 0 tape blocksa ./mbox tape blocksa ./fork.c 2 tape blocksa ./memcpy.c 1 tape blocksa ./.sh_history 3 tape blocksa ./a.out tape blocksa ./time.c 1 tape blocksa ./vi tape blocksa ./int.c 1 tape blocksa ./atoi.c 1 tape blockstar: same as archive file: ./wuyd.tara ./.scoadmin.pref 1 tape blocks$ lfa.out* fork.c mbox time.c wuyd.taratoi.c int.c memcpy.c vi我们还可以用命令tar cvf /dev/fdds ./filename将该目录下的名为filename的文件备份到archive media中怎样列出tar文档的内容?A:tar tvf /dev/fddstar tvf filename.tar例如:$ tar tvf wuyd.tartar: blocksize = rw-------/ Sep : ./.profiler--------/ 0 Sep : ./.lastloginrw-------/ Sep : ./mboxrw-r--r--/ Sep : ./fork.crw-r--r--/ Sep : ./memcpy.crw-------/ Sep : ./.sh_historyrwxr-xr-x/ Sep : ./a.outrw-r--r--/ Sep : ./time.crw-r--r--/ Sep : ./virw-r--r--/ Sep : ./int.crw-r--r--/ Sep : ./atoi.crw-r--r-- 0/3 Sep : ./.scoadmin.pref$怎样从tar文档中导出文件?A:tar xvf /dev/fddstar xvf filename.tar例如:$ mkdir uu;cp wuyd.tar ./uu$ lfa.out* fork.c mbox time.c viatoi.c int.c memcpy.c uu/ wuyd.tar$ cd uu$ tar xvf wuyd.tartar: blocksize = x ./.profile, bytes, 2 tape blocksx ./.lastlogin, 0 bytes, 0 tape blocksx ./mbox, bytes, tape blocksx ./fork.c, bytes, 2 tape blocksx ./memcpy.c, bytes, 1 tape blocksx ./.sh_history, bytes, 3 tape blocksx ./a.out, bytes, tape blocksx ./time.c, bytes, 1 tape blocksx ./vi, bytes, tape blocksx ./int.c, bytes, 1 tape blocksx ./atoi.c, bytes, 1 tape blocksx ./.scoadmin.pref, bytes, 1 tape blocks$我们可用命令tar xvf /dev/fdds ./filename导出archive media中的单个文件例如:$ lfwuyd.tar$ tar xvf wuyd.tar ./time.ctar: blocksize = x ./time.c, bytes, 1 tape blocks$ lftime.c wuyd.tar$怎样使用tar命令提供的简写形式?A:$ more /etc/default/tar# @(#) def.src .2 //## Copyright (C) - The Santa Cruz Operation, Inc.# All Rights Reserved.# The information in this file is provided for the exclusive use of# the licensees of The Santa Cruz Operation, Inc. Such users have the# right to use, modify, and incorporate this code into other products# for purposes authorized by the license agreement provided they include# this notice and the associated copyright notice with any such product.# The information in this file is provided "AS IS" without warranty.## default/tar - archive devices: tar(C)## device block size tape#archive0=/dev/rfdds9 narchive1=/dev/rfdds9 narchive2=/dev/rfdds narchive3=/dev/rfdds n# archive4=/dev/rfdds9 narchive4=/dev/rfdds9 narchive5=/dev/rfdds9 n# archive5=/dev/rfdds9 narchive6=/dev/rfdds narchive7=/dev/rfdds narchive8=/dev/rct0 0 yarchive9=/dev/rctmini 0 yarchive=/dev/rdsk/fpd narchive=/dev/rdsk/fph narchive=/dev/rdsk/fpv n## The default device in the absence of a numeric or "-f device" argument

推荐整理分享tar命令(tar命令参数详解),希望有所帮助,仅作参考,欢迎阅读内容。

tar命令(tar命令参数详解)

文章相关热门搜索词:tar命令打包一个目录,tar命令详解,tar命令的用法,tar命令解压tar.gz文件,tar命令压缩,tar命令打包一个目录,tar命令的用法,tar命令的用法,内容如对您有帮助,希望把文章链接给更多的朋友!

U盘上运行的linux系统--babylinux 下载地址1:

linux Intel 集成显示驱动下载 linuxintel集成显卡驱动下载驱动地址:

Linux编译内核 Linux编译内核-准备工作通常要运行的第一个命令是:#cd/usr/src/linux;makemrproper该命令确保源代码目录下没有不正确的.o文件以及文件的互相依赖配置??接

标签: tar命令参数详解

本文链接地址:https://www.jiuchutong.com/biancheng/366898.html 转载请保留说明!

上一篇:Linux必学的60个命令(2)-文件处理(linux必学的60个命令rar)

下一篇:U盘上运行的linux系统--babylinux(linux在u盘中运行)

  • 济南非税是什么意思
  • 所得税申报是什么
  • 印花税是用来干吗的
  • 等线支付给劳务派遣单位的工资怎么做账
  • 咨询公司小规模纳税人怎么界定
  • 未分配利润很高说明什么
  • 一般纳税人资格证书是什么样的
  • 工商年报实缴出资额是实收资本吗
  • 小规模纳税人第一次网上报税
  • 接受非货币性资产捐赠以其什么确认捐赠额
  • 收到保险公司赔款计入什么科目
  • 劳务关系需要缴社保吗?
  • 存货取得长期股权投资
  • 月末应付职工薪酬计算方法
  • 购置房产按揭应注意事项
  • 租房提前退租违约金国家标准
  • 房产税怎么做账
  • 企业撤回投资说明模板怎么写
  • win7为什么不能安装软件
  • 年度成本费用利润率多少合适
  • 个体户生产经营费用与家庭生活费用无法划分
  • 无形资产一般采用直线法摊销也可采用加速法进行摊销
  • 查补以前年度房产税的账务处理
  • 银行手续费填在汇算清缴的哪个表
  • 发工资扣的个人社保计入哪个科目
  • 心绞痛的早期症状表现有哪些
  • 国有资产无偿划转协议
  • PHP:mcrypt_list_modes()的用法_Mcrypt函数
  • 埃莫尔斯
  • php操作步骤
  • 如何知道是干皮还是油皮
  • php获取文件类型
  • 企业所得税合理方法包括
  • php array_reverse 以相反的顺序返回数组实例代码
  • php7.3
  • 企业预缴所得税怎么算
  • 框架 frame
  • 深入分析php优化模型
  • 深度学习论文精读[6]:UNet++
  • ln s命令
  • php购物车及订单思路
  • 小微企业具体指
  • 银行存款利息的会计科目
  • 织梦设置会员访问
  • 如何解决在大学的压力英语作文
  • 织梦内容页模板修改
  • 红字发票与作废发票验旧
  • 税率5个点是什么意思
  • 综合所得汇算清缴是什么意思
  • 解决烧心最快方法
  • 发出商品的增值税
  • mysql 索引 key
  • 车辆购置税 购置
  • 政府会计制度下基建账
  • 利润表和资产负债表不平的原因
  • 评估价计入什么科目
  • 确认收入结转成本可以写在一张凭证上吗
  • 疫情防控免税政策
  • 实物投资需要缴纳增值税吗
  • 应付账款周转次数计算
  • 员工异地工作
  • 毛利率计算公式
  • mysql57安装过程怎样选安装目录
  • mysql远程访问不了
  • 大白菜u盘启动按f几
  • linux计划任务不生效
  • linux计划任务每天执行一次
  • opengl 投影矩阵
  • python os.path模块
  • 浏览器firefox
  • python输出unicode编码
  • Node.js中的事件循环是什么
  • 深入理解中国式现代化
  • pythonstl
  • 花都狮岭到广州白云站怎么坐车
  • 河北省国家税务局长简介
  • 南京江宁区地税局待遇(南京各个区税务局待遇)
  • 进口酒类税收
  • 福建原盐和自然盐有什么区别
  • 纳税服务投诉整改报告
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

    网站地图: 企业信息 工商信息 财税知识 网络常识 编程技术

    友情链接: 武汉网站建设