位置: 编程技术 - 正文

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盘中运行)

  • 建筑业的增值税税率是多少
  • 账面价值低于可变现净值按什么计量
  • 汇总记账凭证会计核算形式与科目汇总表
  • 报表没有其他收入怎么办
  • 个人去税务局开专票需要提供什么
  • 货物和运费一起开票怎么开
  • 分公司清算和总公司清算
  • 股票收入要交税的后果有哪些
  • 环保税征收意义
  • 中介公司属于工业企业吗
  • 固定资产和在建工程占所有者权益的占比
  • 实际缴纳的增值税比计提的多
  • 抵扣发票勾选到哪个科目
  • 服务,不动产和无形资产扣除项目明细
  • 外贸出口退税会计和会计区别
  • 单位预算支出包括哪些
  • 零售不开票收入会计分录
  • 公司之间银行往来款怎么做账
  • 购买方现金折扣计入什么科目
  • 税收分类编码选错会怎样
  • 电脑中了勒索病毒要报警吗
  • 华为鸿蒙怎么看手机型号
  • 怎么用苹果电脑查找苹果手机
  • 资产负债表中资产项目的排列顺序是
  • 航天信息服务费是什么费用
  • c盘显示隐藏
  • 工程结算的账务处理
  • php laravel教程
  • php str函数
  • 公会经费缴费单位应于每月
  • 税收风险的含义
  • php redis常用命令
  • 弗洛雷斯岛
  • php时间函数代码
  • php数据统计分析
  • 小规模纳税人出租不动产免征增值税
  • ps2021和cs6有什么区别
  • 财务费用的利息费用怎么算
  • 直接转销法能不能用
  • 存货的期末计价属于会计政策吗
  • 预先支付的房租
  • 运输发票抵扣税率是多少
  • 转账支票只能去开户行买吗?
  • 上传附报资料是哪些资料
  • 公司捐赠给个人公司要交税吗
  • 占地面积法如何分摊土地成本
  • 个税代扣代缴需要什么
  • sql查询出各科成绩单
  • SQL Server性能优化工具Profiler
  • 基本户能转账吗现在
  • 交易性金融资产的账务处理
  • 免税的会计分录有哪些
  • 出口退税对应的进项不能抵扣对吗
  • 没有报关单可以出口吗
  • 小微企业要交残疾证吗
  • 总分类账户与明细分类账户的关系
  • 规范的记账凭证是什么
  • mysql 的replace into实例详解
  • CentOS 6.5 i386 安装MySQL 5.7.18详细教程
  • Win7 64位旗舰版系统打开应用程序提示“发生未知的软件异常0xc06d007e”的解决方法
  • 轻松跨越英语关在线阅读
  • windows10玩lol有延迟怎么办
  • winoldap.exe - winoldap进程是什么意思
  • avc文件用什么打开
  • 安装完win8后没有无线网络
  • linux安装与基本命令
  • win7提示0x000000c1
  • WIN10系统中软件打开找不到网络共享盘
  • nodejs搭建web服务器
  • android yield
  • redis开机自动启动linux
  • <Unity UGUI>使用c#反射实现UGUI文本显示的国际化
  • 第一章初见第二章决定
  • linux命令行命令
  • Linux 中的通配符详解及实例
  • unity3d碰撞检测源码
  • python方法有哪些
  • jquery使用css方法添加图片边框视频教学
  • python的对象
  • javascript基础
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

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

    友情链接: 武汉网站建设