tar命令

本站整理   发布时间:2009-03-10 10:57:35   作者:jb51.net   我要评论
怎样使用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

archive=/dev/rfd0135ds18 18 1440 n
$
从上面可以看出4代表/dev/rfd0135ds9设备,而默认的设备是/dev/rfd0135ds18,所以tar xvf /dev/rfd0135ds9 ./filename可以简写为tar xv4 ./filename,而tar cvf /dev/fd0135ds18 .可以简写为tar cv .

相关文章

最新评论