selinux.8.gz文件如何linux解压gz文件

博客访问: 1507423
博文数量: 616
博客积分: 6356
博客等级: 准将
技术积分: 6285
注册时间:
器量大者,福泽必厚
IT168企业级官微
微信号:IT168qiye
系统架构师大会
微信号:SACC2013
分类: LINUX
selinux导致pureftp的日志文件不能写入
配置好lamp后,又配置了pureftp服务,默认pureftp的日志会写到/var/log/messages中! 因为我们的日志是要备份的,用户需要的时候,是要提供给他们的!
于是想着配置pureftp的日志文件为pureftpd.log 并将其放在/usr/local/logcenter下!
于是修改了/etc/syslog.conf
修改了如下:
*.mail.news.authpriv.cron.ftp.none&&&&&&&&&&&& /var/log/messages& ##增加红色字体,ftp的日志文件不会写入到messages文件中
同时还要加入:
#ftp logftp.*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& -/usr/local/logcenter/pureftpd.log 修改后,重启syslogd服务,结果在/usr/local/logcenter/没有生成pureftpd.log& 开始我以为是目录写错了,后面检查后发现一切正常!& 就算在/usr/local/logcenter下touch pureftpd.log& 这边用ftp 客户端工具登录测试,日志就是不会写入到pureftpd.log中(自己的创建的文件)
于是在重启syslogd的时候,动态监控messages日志,发现有如下的输出:
May 14 10:10:53 IDC-D-5634 kernel: audit(.327:7): avc:& denied& { read } for& pid=1877 comm="syslogd" name="logcenter" dev=cciss/c0d0p5 ino= scontext=root:system_r:syslogd_t tcontext=root:object_r:usr_t tclass=lnk_file
显然看到denied的提示,怀疑是selinux的问题。 就去查看selinux,发现为enforcing!
执行setenforce& 0& 后,service syslog restart重启,还是会在后台输出和上面一样的信息,于是在/etc/sysconfig/selinux中,将enforcing改为disabled& ,然后重启机器即可!
&显然setenforce& 0 不等同于 disabled!
留为笔记!
阅读(873) | 评论(0) | 转发(0) |
相关热门文章
给主人留下些什么吧!~~
请登录后评论。selinux(8) - Linux man page
selinux - NSA Security-Enhanced Linux (SELinux)
Description
NSA Security-Enhanced Linux (SELinux) is an implementation of a flexible mandatory access control architecture in the Linux operating system. The SELinux
architecture provides general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type
Enforcement(R), Role- Based Access Control, and Multi-Level Security. Background information and technical documentation about SELinux can be found at
The /etc/selinux/config configuration file controls whether SELinux is enabled or disabled, and if enabled, whether SELinux operates in permissive
mode or enforcing mode. The SELINUX variable may be set to any one of disabled, permissive, or enforcing to select one of these options. The disabled
option completely disables the SELinux kernel and application code, leaving the system running without any SELinux protection. The permissive option enables
the SELinux code, but causes it to operate in a mode where accesses that would be denied by policy are permitted but audited. The enforcing option enables the
SELinux code and causes it to enforce access denials as well as auditing them. Permissive mode may yield a different set of denials than enforcing mode, both
because enforcing mode will prevent an operation from proceeding past the first denial and because some application code will fall back to a less privileged
mode of operation if denied access.
The /etc/selinux/config configuration file also controls what policy is active on the system. SELinux allows for multiple policies to be installed on
the system, but only one policy may be active at any given time. At present, two kinds of SELinux policy exist: targeted and strict. The targeted policy is
designed as a policy where most processes operate without restrictions, and only specific services are placed into distinct security domains that are confined
by the policy. For example, the user would run in a completely unconfined domain while the named daemon or apache daemon would run in a specific domain
tailored to its operation. The strict policy is designed as a policy where all processes are partitioned into fine-grained security domains and confined by
policy. It is anticipated in the future that other policies will be created (Multi-Level Security for example). You can define which policy you will run by
setting the SELINUXTYPE environment variable within /etc/selinux/config. The corresponding policy configuration for each such policy must be
installed in the /etc/selinux/SELINUXTYPE/ directories.
A given SELinux policy can be customized further based on a set of compile-time tunable options and a set of runtime policy booleans.
system-config-securitylevel allows customization of these booleans and tunables.
Many domains that are protected by SELinux also include selinux man pages explainging how to customize their policy.
File Labeling
All files, directories, devices ... have a security context/label associated with them. These context are stored in the extended attributes of the file
system. Problems with SELinux often arise from the file system being mislabeled. This can be caused by booting the machine with a non selinux kernel. If you
see an error message containing file_t, that is usually a good indicator that you have a serious problem with file system labeling.
The best way to relabel the file system is to create the flag file /.autorelabel and reboot. system-config-securitylevel, also has this capability. The
restorcon/fixfiles commands are also available for relabeling files.
This manual page was written by Dan Walsh &&.
(8), (8), (8), (8), (8), (8), (8), (8), (8),
(8), (8), (8), (8), (8), (8)
/etc/selinux/config
Referenced By
Site Searchselinux-basics_0.3.8ubuntu1.tar.gz
Homepage:-
Package version:-
Architecture:-
Distribution:Ubuntu
Filename:selinux-basics_0.3.8ubuntu1.tar.gz
/selinux-basics-0.3.8ubuntu1/debian/READMEThe Debian Package selinux-basics
---------------------------------
This package will pull in some standard SELinux stuff via dependencies
as well as provide an initscript to help work around common SELinux issues.
You'll still need to install a policy package such as
selinux-policy-default.
Erich Schubert &erich@debian.org>, Thu,
5 Jan :45 +0100
/selinux-basics-0.3.8ubuntu1/debian/changelogselinux-basics (0.3.8ubuntu1) urgency=low
* Merge from debian unstable. Remaining changes:
- debian/rules: Used dh_installudev to install udev rule.
- debian/selinux-basics.dirs: Removed rule to create directory
- debian/selinux-basics.install: Removed rule to install other rules in this
- debian/selinux-basics.postinst: Removed rule to create symlink.
- d/selinux-basics-0.3.8ubuntu1/debian/copyrightThis is selinux-basics, written by Erich Schubert &erich@debian.org>
5 Jan :45 +0100. Since April 28 2008, it is now
maintained by Ulisses Castro &uss.>.
The original source can always be found at:
Copyright (C) 2005
Erich Schubert
This prog you can redistribute it and/or modifBrowse inside selinux-basics_0.3.8ubuntu1.tar.gz
&&&&&&&&&[DIR]/&(12)
Download selinux-basics_0.3.8ubuntu1.tar.gz
Results 1 - 1 of 1 -
- Search over 15 billion files& 1997-2527人阅读
Linux(9)
& tar -cf archive.tar foo bar& # Create archive.tar from files foo and bar.
& tar -tvf archive.tar&&&&&&&& # List all files in archive.tar verbosely.
& tar -xf archive.tar&&&&&&&&& # Extract all files from archive.tar.
&主操作模式:
& -A, --catenate, --concatenate&& 追加 tar 文件至归档
& -c, --create&&&&&&&&&&&&&& 创建一个新归档
& -d, --diff, --compare&&&&& 找出归档和文件系统的差异
&&&&& --delete&&&&&&&&&&&&&& 从归档(非磁带!)中删除
& -r, --append&&&&&&&&&&&&&& 追加文件至归档结尾
& -t, --list&&&&&&&&&&&&&&&& 列出归档内容
&&&&& --test-label&&&&&&&&&& 测试归档卷标并退出
& -u, --update&&&&&&&&&&&&&& 仅追加比归档中副本更新的文件
& -x, --extract, --get&&&&&& 从归档中解出文件
&操作修饰符:
&&&&& --check-device&&&&&&&& 当创建增量归档时检查设备号(默认)
& -g, --listed-incremental=FILE&& 处理新式的 GNU 格式的增量备份
& -G, --incremental&&&&&&&&& 处理老式的 GNU 格式的增量备份
&&&&& --ignore-failed-read
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 当遇上不可读文件时不要以非零值退出
&&&&& --level=NUMBER&&&&&&&& 所创建的增量列表归档的输出级别
& -n, --seek&&&&&&&&&&&&&&&& 归档可检索
&&&&& --no-check-device&&&&& 当创建增量归档时不要检查设备号
&&&&& --no-seek&&&&&&&&&&&&& 归档不可检索
&&&&& --occurrence[=NUMBER]& 仅处理归档中每个文件的第 NUMBER
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 个事件;仅当与以下子命令 --delete,
&&&&&&&&&&&&&&&&&&&&&&&&&&&& --diff, --extract 或是 --list
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 中的一个联合使用时,此选项才有效。而且不管文件列表&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 是以命令行形式给出或是通过
&&&&&&&&&&&&&&&&&&&&&&&&&&&& -T 选项指定的;NUMBER 值默认为 1
&&&&& --sparse-version=MAJOR[.MINOR]
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 设置所用的离散格式版本(隐含
&&&&&&&&&&&&&&&&&&&&&&&&&&&& --sparse)
& -S, --sparse&&&&&&&&&&&&&& 高效处理离散文件
&重写控制:
& -k, --keep-old-files&&&&&& don't replace existing files when extracting,
&&&&&&&&&&&&&&&&&&&&&&&&&&&& treat them as errors
&&&&& --keep-directory-symlink&& preserve existing symlinks to directories when
&&&&&&&&&&&&&&&&&&&&&&&&&&&& extracting
&&&&& --keep-newer-files
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 不要替换比归档中副本更新的已存在的文件
&&&&& --no-overwrite-dir&&&& 保留已存在目录的元数据
&&&&& --overwrite&&&&&&&&&&& 解压时重写存在的文件
&&&&& --overwrite-dir
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 解压时重写已存在目录的元数据(默认)
&&&&& --recursive-unlink&&&& 解压目录之前先清除目录层次
&&&&& --remove-files&&&&&&&& 在添加文件至归档后删除它们
&&&&& --skip-old-files&&&&&& don't replace existing files when extracting,
&&&&&&&&&&&&&&&&&&&&&&&&&&&& silently skip over them
& -U, --unlink-first&&&&&&&& 在解压要重写的文件之前先删除它们
& -W, --verify&&&&&&&&&&&&&& 在写入以后尝试校验归档
&选择输出流:
&&&&& --ignore-command-error 忽略子进程的退出代码
&&&&& --no-ignore-command-error
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 将子进程的非零退出代码认为发生错误
& -O, --to-stdout&&&&&&&&&&& 解压文件至标准输出
&&&&& --to-command=COMMAND
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 将解压的文件通过管道传送至另一个程序
&操作文件属性:
&&&&& --atime-preserve[=METHOD]
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 在输出的文件上保留访问时间,要么通过在读取(默认
&&&&&&&&&&&&&&&&&&&&&&&&&&&& METHOD=‘replace’)后还原时间,要不就不要在第一次(MET&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& HOD=‘system’)设置时间
&&&&& --delay-directory-restore
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 直到解压结束才设置修改时间和所解目录的权限
&&&&& --group=名称&&&&&&&& 强制将 NAME
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 作为所添加的文件的组所有者
&&&&& --mode=CHANGES&&&&&&&& 强制将所添加的文件(符号)更改为权限
&&&&&&&&&&&&&&&&&&&&&&&&&&&& CHANGES
&&&&& --mtime=DATE-OR-FILE&& 从 DATE-OR-FILE 中为添加的文件设置
&&&&&&&&&&&&&&&&&&&&&&&&&&&& mtime
& -m, --touch&&&&&&&&&&&&&&& 不要解压文件的修改时间
&&&&& --no-delay-directory-restore
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 取消 --delay-directory-restore 选项的效果
&&&&& --no-same-owner
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 将文件解压为您所有(普通用户默认此项)
&&&&& --no-same-permissions
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 从归档中解压权限时使用用户的掩码位(默认为普通用户服&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 务)
&&&&& --numeric-owner&&&&&&& 总是以数字代表用户/组的名称
&&&&& --owner=名称&&&&&&&& 强制将 NAME
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 作为所添加的文件的所有者
& -p, --preserve-permissions, --same-permissions
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 解压文件权限信息(默认只为超级用户服务)
&&&&& --preserve&&&&&&&&&&&& 与 -p 和 -s 一样
&&&&& --same-owner
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 尝试解压时保持所有者关系一致(超级用户默认此项)
& -s, --preserve-order, --same-order
&&&&&&&&&&&&&&&&&&&&&&&&&&&& member arguments are listed in the same order as
&&&&&&&&&&&&&&&&&&&&&&&&&&&& the files in the archive
&Handling of extended file attributes:
&&&&& --acls&&&&&&&&&&&&&&&& Enable the POSIX ACLs support
&&&&& --no-acls&&&&&&&&&&&&& Disable the POSIX ACLs support
&&&&& --no-selinux&&&&&&&&&& Disable the SELinux context support
&&&&& --no-xattrs&&&&&&&&&&& Disable extended attributes support
&&&&& --selinux&&&&&&&&&&&&& Enable the SELinux context support
&&&&& --xattrs&&&&&&&&&&&&&& Enable extended attributes support
&&&&& --xattrs-exclude=MASK& specify the exclude pattern for xattr keys
&&&&& --xattrs-include=MASK& specify the include pattern for xattr keys
&设备选择和切换:
& -f, --file=ARCHIVE&&&&&&&& 使用归档文件或 ARCHIVE 设备
&&&&& --force-local
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 即使归档文件存在副本还是把它认为是本地归档
& -F, --info-script=名称, --new-volume-script=名称
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 在每卷磁带最后运行脚本(隐含 -M)
& -L, --tape-length=NUMBER&& 写入 NUMBER × 1024 字节后更换磁带
& -M, --multi-volume&&&&&&&& 创建/列出/解压多卷归档文件
&&&&& --rmt-command=COMMAND& 使用指定的 rmt COMMAND 代替 rmt
&&&&& --rsh-command=COMMAND& 使用远程 COMMAND 代替 rsh
&&&&& --volno-file=FILE&&&&& 使用/更新 FILE 中的卷数
&设备分块:
& -b, --blocking-factor=BLOCKS&& 每个记录 BLOCKS x 512 字节
& -B, --read-full-records&&& 读取时重新分块(只对 4.2BSD 管道有效)
& -i, --ignore-zeros&&&&&&&& 忽略归档中的零字节块(即文件结尾)
&&&&& --record-size=NUMBER&& 每个记录的字节数 NUMBER,乘以 512
&选择归档格式:
& -H, --format=FORMAT&&&&&&& 创建指定格式的归档
&FORMAT 是以下格式中的一种:
&&& gnu&&&&&&&&&&&&&&&&&&&&& GNU tar 1.13.x 格式
&&& oldgnu&&&&&&&&&&&&&&&&&& GNU 格式 as per tar &= 1.12
&&& pax&&&&&&&&&&&&&&&&&&&&& POSIX 1 (pax) 格式
&&& posix&&&&&&&&&&&&&&&&&&& 等同于 pax
&&& ustar&&&&&&&&&&&&&&&&&&& POSIX 8 (ustar) 格式
&&& v7&&&&&&&&&&&&&&&&&&&&&& old V7 tar 格式
&&&&& --old-archive, --portability
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 等同于 --format=v7
&&&&& --pax-option=关键字[[:]=值][,关键字[[:]=值]]...
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 控制 pax 关键字
&&&&& --posix&&&&&&&&&&&&&&& 等同于 --format=posix
& -V, --label=TEXT&&&&&&&&&& 创建带有卷名 TEXT
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 的归档;在列出/解压时,使用 TEXT
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 作为卷名的模式串
&压缩选项:
& -a, --auto-compress&&&&&&& 使用归档后缀名来决定压缩程序
& -I, --use-compress-program=PROG
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 通过 PROG 过滤(必须是能接受 -d
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 选项的程序)
& -j, --bzip2&&&&&&&&&&&&&&& 通过 bzip2 过滤归档
& -J, --xz&&&&&&&&&&&&&&&&&& 通过 xz 过滤归档
&&&&& --lzip&&&&&&&&&&&&&&&& 通过 lzip 过滤归档
&&&&& --lzma&&&&&&&&&&&&&&&& 通过 lzma 过滤归档
&&&&& --lzop
&&&&& --no-auto-compress&&&& 不使用归档后缀名来决定压缩程序
& -z, --gzip, --gunzip, --ungzip&& 通过 gzip 过滤归档
& -Z, --compress, --uncompress&& 通过 compress 过滤归档
&本地文件选择:
&&&&& --add-file=FILE&&&&&&& 添加指定的 FILE 至归档(如果名字以 -
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 开始会很有用的)
&&&&& --backup[=CONTROL]&&&& 在删除前备份,选择 CONTROL 版本
& -C, --directory=DIR&&&&&&& 改变至目录 DIR
&&&&& --exclude=PATTERN&&&&& 排除以 PATTERN 指定的文件
&&&&& --exclude-backups&&&&& 排除备份和锁文件
&&&&& --exclude-caches&&&&&& 除标识文件本身外,排除包含
&&&&&&&&&&&&&&&&&&&&&&&&&&&& CACHEDIR.TAG 的目录中的内容
&&&&& --exclude-caches-all&& 排除包含 CACHEDIR.TAG 的目录
&&&&& --exclude-caches-under 排除包含 CACHEDIR.TAG 的目录中所有内容
&&&&& --exclude-tag=FILE&&&& 除 FILE 自身外,排除包含 FILE
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 的目录中的内容
&&&&& --exclude-tag-all=FILE 排除包含 FILE 的目录
&&&&& --exclude-tag-under=FILE&& 排除包含 FILE 的目录中的所有内容
&&&&& --exclude-vcs&&&&&&&&& 排除版本控制系统目录
& -h, --dereference
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 跟踪符号链接;将它们所指向的文件归档并输出
&&&&& --hard-dereference
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 跟踪硬链接;将它们所指向的文件归档并输出
& -K, --starting-file=MEMBER-NAME
&&&&&&&&&&&&&&&&&&&&&&&&&&&& begin at member MEMBER-NAME when reading the
&&&&&&&&&&&&&&&&&&&&&&&&&&&& archive
&&&&& --newer-mtime=DATE&&&& 当只有数据改变时比较数据和时间
&&&&& --no-null&&&&&&&&&&&&& 禁用上一次的效果 --null 选项
&&&&& --no-recursion&&&&&&&& 避免目录中的自动降级
&&&&& --no-unquote&&&&&&&&&& 不以 -T 读取的文件名作为引用结束
&&&&& --null&&&&&&&&&&&&&&&& -T 读取以空终止的名字,-C 禁用
& -N, --newer=DATE-OR-FILE, --after-date=DATE-OR-FILE
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 只保存比 DATE-OR-FILE 更新的文件
&&&&& --one-file-system&&&&& 创建归档时保存在本地文件系统中
& -P, --absolute-names&&&&&& don't strip leading '/'s from file names
&&&&& --recursion&&&&&&&&&&& 目录递归(默认)
&&&&& --suffix=STRING&&&&&&& 在删除前备份,除非被环境变量
&&&&&&&&&&&&&&&&&&&&&&&&&&&& SIMPLE_BACKUP_SUFFIX
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 覆盖,否则覆盖常用后缀(‘’)
& -T, --files-from=FILE&&&&& 从 FILE
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 中获取文件名来解压或创建文件
&&&&& --unquote&&&&&&&&&&&&& 以 -T
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 读取的文件名作为引用结束(默认)
& -X, --exclude-from=FILE&&& 排除 FILE 中列出的模式串
&文件名变换:
&&&&& --strip-components=NUMBER&& 解压时从文件名中清除 NUMBER
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 个引导部分
&&&&& --transform=EXPRESSION, --xform=EXPRESSION
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 使用 sed 代替 EXPRESSION
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 来进行文件名变换
&文件名匹配选项(同时影响排除和包括模式串):
&&&&& --anchored&&&&&&&&&&&& 模式串匹配文件名头部
&&&&& --ignore-case&&&&&&&&& 忽略大小写
&&&&& --no-anchored&&&&&&&&& patterns match after any '/' (default for
&&&&&&&&&&&&&&&&&&&&&&&&&&&& exclusion)
&&&&& --no-ignore-case&&&&&& 匹配大小写(默认)
&&&&& --no-wildcards&&&&&&&& 逐字匹配字符串
&&&&& --no-wildcards-match-slash&& wildcards do not match '/'
&&&&& --wildcards&&&&&&&&&&& 使用通配符(默认对 exclusion )
&&&&& --wildcards-match-slash&& wildcards match '/' (default for exclusion)
&提示性输出:
&&&&& --checkpoint[=NUMBER]& 每隔 NUMBER
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 个记录显示进度信息(默认为 10 个)
&&&&& --checkpoint-action=ACTION&& 在每个检查点上执行 ACTION
&&&&& --full-time&&&&&&&&&&& 按文件原本时间格式打印
&&&&& --index-file=FILE&&&&& 将详细输出发送至 FILE
& -l, --check-links
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 只要不是所有链接都被输出就打印信息
&&&&& --no-quote-chars=STRING&& 禁用来自 STRING 的字符引用
&&&&& --quote-chars=STRING&& 来自 STRING 的额外的引用字符
&&&&& --quoting-style=STYLE& 设置名称引用风格;有效的 STYLE
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 值请参阅以下说明
& -R, --block-number&&&&&&&& 每个信息都显示归档内的块数
&&&&& --show-defaults&&&&&&& 显示 tar 默认选项
&&&&& --show-omitted-dirs
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 列表或解压时,列出每个不匹配查找标准的目录
&&&&& --show-snapshot-field-ranges
&&&&&&&&&&&&&&&&&&&&&&&&&&&& show valid ranges for snapshot-file fields
&&&&& --show-transformed-names, --show-stored-names
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 显示变换后的文件名或归档名
&&&&& --totals[=SIGNAL]&&&&& 处理归档后打印出总字节数;当此
&&&&&&&&&&&&&&&&&&&&&&&&&&&& SIGNAL 被触发时带参数 -
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 打印总字节数;允许的信号为:
&&&&&&&&&&&&&&&&&&&&&&&&&&&& SIGHUP,SIGQUIT,SIGINT,SIGUSR1 和
&&&&&&&&&&&&&&&&&&&&&&&&&&&& SIGUSR2;同时也接受不带 SIG
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 前缀的信号名称
&&&&& --utc&&&&&&&&&&&&&&&&& 以 UTC 格式打印文件修改时间
& -v, --verbose&&&&&&&&&&&&& 详细地列出处理的文件
&&&&& --warning=KEYWORD&&&&& 警告控制:
& -w, --interactive, --confirmation
&&&&&&&&&&&&&&&&&&&&&&&&&&&& 每次操作都要求确认
&兼容性选项:
& -o&&&&&&&&&&&&&&&&&&&&&&&& 创建归档时,相当于
&&&&&&&&&&&&&&&&&&&&&&&&&&&& --old-archive;展开归档时,相当于
&&&&&&&&&&&&&&&&&&&&&&&&&&&& --no-same-owner
&其它选项:
& -?, --help&&&&&&&&&&&&&&&& 显示此帮助列表
&&&&& --restrict&&&&&&&&&&&& 禁用某些潜在的有危险的选项
&&&&& --usage&&&&&&&&&&&&&&& 显示简短的用法说明
&&&&& --version&&&&&&&&&&&&& 打印程序版本
长选项和相应短选项具有相同的强制参数或可选参数。
下面的参数-f是必须的
-f: 使用档案名字,切记,这个参数是最后一个参数,后面只能接档案名。
# tar -cf all.tar *.jpg
这条命令是将所有.jpg的文件打成一个名为all.tar的包。-c是表示产生新的包,-f指定包的文件名。
# tar -rf all.tar *.gif
这条命令是将所有.gif的文件增加到all.tar的包里面去。-r是表示增加文件的意思。
# tar -uf all.tar logo.gif
这条命令是更新原来tar包all.tar中logo.gif文件,-u是表示更新文件的意思。
# tar -tf all.tar
这条命令是列出all.tar包中所有文件,-t是列出文件的意思
# tar -xf all.tar
这条命令是解出all.tar包中所有文件,-t是解开的意思
tar -cvf jpg.tar *.jpg //将目录里所有jpg文件打包成tar.jpg&
tar -czf jpg.tar.gz *.jpg&& //将目录里所有jpg文件打包成jpg.tar后,并且将其用gzip压缩,生成一个gzip压缩过的包,命名为jpg.tar.gz
&tar -cjf jpg.tar.bz2 *.jpg //将目录里所有jpg文件打包成jpg.tar后,并且将其用bzip2压缩,生成一个bzip2压缩过的包,命名为jpg.tar.bz2
tar -cZf jpg.tar.Z *.jpg&& //将目录里所有jpg文件打包成jpg.tar后,并且将其用compress压缩,生成一个umcompress压缩过的包,命名为jpg.tar.Z
rar a jpg.rar *.jpg //rar格式的压缩,需要先下载rar for linux
zip jpg.zip *.jpg //zip格式的压缩,需要先下载zip for linux
解压(.tar.xz 文件先得用xz 进行解压)
tar -xvf file.tar //解压 tar包
tar -xzvf file.tar.gz //解压tar.gz
tar -xjvf file.tar.bz2&& //解压 tar.bz2
tar -xZvf file.tar.Z&& //解压tar.Z
unrar e file.rar //解压rar
unzip file.zip //解压zip
1、*.tar 用 tar -xvf 解压
2、*.gz 用 gzip -d或者gunzip 解压
3、*.tar.gz和*.tgz 用 tar -xzf 解压
4、*.bz2 用 bzip2 -d或者用bunzip2 解压
5、*.tar.bz2用tar -xjf 解压
6、*.Z 用 uncompress 解压
7、*.tar.Z 用tar -xZf 解压
8、*.rar 用 unrar e解压
9、*.zip 用 unzip 解压
参考知识库
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:242395次
积分:3305
积分:3305
排名:第8685名
原创:72篇
转载:75篇
译文:12篇
评论:31条
(2)(1)(1)(2)(2)(1)(1)(1)(1)(9)(10)(8)(3)(4)(3)(2)(10)(2)(2)(1)(10)(13)(1)(6)(1)(1)(12)(37)(8)(3)(1)

我要回帖

更多关于 .gz文件如何解压 的文章

 

随机推荐