<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>Linux命令</title>
<link>http://www.91linux.com/html/article/cmd/index.html</link>
<description>Linux教程 / Linux命令</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.91linux.com' target='_blank'&gt;91Linux!&lt;/a&gt;</generator>
<webmaster>cooldgjk@gmail.com</webmaster>
<item>
    <title>Linux下查看内存的命令 Free</title>
    <link>/html/article/cmd/20071130/8660.html</link>
    <description>-bash-3.00$ free total used free shared buffers cached Mem: 514020 465932 48088 0 15864 348844 -/+</description>
    <pubDate>2007-11-30</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux中复制文件或目录的命令</title>
    <link>/html/article/cmd/20071128/8612.html</link>
    <description>copy命令 该命令的功能是将给出的文件或目录拷贝到另一文件或目录中，同MSDOS下的copy命令一样，功能十分</description>
    <pubDate>2007-11-28</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux操作系统中重定向命令行的技巧总结</title>
    <link>/html/article/cmd/20071127/8601.html</link>
    <description>1. 标准输入的控制 语法：命令 文件将文件做为命令的输入。 例如： mail -s mail test wesongzhou@hotmail</description>
    <pubDate>2007-11-27</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>解决Linux系统下mount文件夹乱码的问题</title>
    <link>/html/article/cmd/20071127/8597.html</link>
    <description>对于已经mount的磁盘，先umount掉。 然后再mount: sudo mount -o iocharset=utf8gbk /dev/xxxx /mnt/xxxx</description>
    <pubDate>2007-11-27</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux下时间戳转化为当前时间</title>
    <link>/html/article/cmd/20071126/8568.html</link>
    <description>date -d '1970-01-01 1196047322 sec'</description>
    <pubDate>2007-11-26</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>date Linux and Unix 命令手册</title>
    <link>/html/article/cmd/20071124/8532.html</link>
    <description>date Linux and Unix 命令手册 本命令手册以实用，简洁为原则，对于已经消化的内容，不附加详细的注解。</description>
    <pubDate>2007-11-24</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>利用sed 命令去掉windows下回车符及空白符</title>
    <link>/html/article/cmd/20071120/8452.html</link>
    <description>1.去掉所有行的空格 sed -i 's/ //g' df.txt 2.去掉所有行的空格 sed -e 's/ //g' df.txt cwm.txt 3.将每</description>
    <pubDate>2007-11-20</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>id finger groups</title>
    <link>/html/article/cmd/20071120/8451.html</link>
    <description>id命令 功能说明：显示用户的ID，以及所属群组的ID。 语 法：id [-gGnru][--help][--version][用户名称]</description>
    <pubDate>2007-11-20</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>查找(find)与定位(locate)命令</title>
    <link>/html/article/cmd/20071120/8449.html</link>
    <description>查找与定位命令 1、查找文件或目录命令 格式 find [path....] [expression] 该命令在目录树层次中从path开</description>
    <pubDate>2007-11-20</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>userdel</title>
    <link>/html/article/cmd/20071120/8445.html</link>
    <description>功能说明： 删除用户帐号。 语 法： userdel[-r][用户帐号] 补充说明： userdel可删除用户帐号与相关的文</description>
    <pubDate>2007-11-20</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>useradd</title>
    <link>/html/article/cmd/20071120/8444.html</link>
    <description>useradd格式: useradd [-u UID] [-g initial_group] [-G other_group] -[Mm] [-c 说明栏] [-d home] [-s s</description>
    <pubDate>2007-11-20</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>chmod</title>
    <link>/html/article/cmd/20071120/8443.html</link>
    <description>chmod 指令名称 : chmod 使用权限 : 所有使用者 使用方式 : chmod [-cfvR] [--help] [--version] mode fil</description>
    <pubDate>2007-11-20</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>chown和chgrp</title>
    <link>/html/article/cmd/20071120/8442.html</link>
    <description>c h o w n命令的一般形式为： chown -R -h owner file - R选项意味着对所有子目录下的文件也都进行同样的</description>
    <pubDate>2007-11-20</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>usermod</title>
    <link>/html/article/cmd/20071120/8441.html</link>
    <description>功能说明： 修改用户帐号。 语 法： usermod [-LU][-c备注][-d登入目录][-e有效期限][-f缓冲天数] [-g群组</description>
    <pubDate>2007-11-20</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>trap命令</title>
    <link>/html/article/cmd/20071120/8405.html</link>
    <description>trap命令用于指定在接收到信号后将要采取的行动。trap命令的一种常见用途是在脚本程序被中断时完成清理工</description>
    <pubDate>2007-11-20</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>ls命令 简单介绍</title>
    <link>/html/article/cmd/20071120/8401.html</link>
    <description>s命令通常用于查看文件系统，Red Hat Linux使用彩色的ls来区分不同的文件。命令例如： $ ls -lh 文件以KB大</description>
    <pubDate>2007-11-20</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>find与grep命令简介及正则表达式</title>
    <link>/html/article/cmd/20071119/8362.html</link>
    <description>两个更为有用的命令和正则表达式 在我们开始学习新的Shell编程知识之前,我们先来看一下两个更为有用的两个</description>
    <pubDate>2007-11-19</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux Grep命令使用介绍</title>
    <link>/html/article/cmd/20071119/8351.html</link>
    <description>1. grep简介 grep （global search regular expression(RE) and print out the line,全面搜索正则表达式并</description>
    <pubDate>2007-11-19</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux常用命令集</title>
    <link>/html/article/cmd/20071117/8307.html</link>
    <description>光盘 , 软盘 ,U 盘挂载与卸载 : mount t vfat /dev/sda /mnt/usb :U 盘 mount t vfat /dev/cdrom /mnt/cdr</description>
    <pubDate>2007-11-17</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>用 cat 合并文件</title>
    <link>/html/article/cmd/20071116/8271.html</link>
    <description>在我们有关 GNU 文本实用程序的连续系列中，Jacek Artymiak 对 cat 做了一下研究 cat 这个命令是 UNIX 爱</description>
    <pubDate>2007-11-16</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>挂接命令(mount)</title>
    <link>/html/article/cmd/20071114/8212.html</link>
    <description>命令格式： mount [-t vfstype] [-o options] device dir 其中： 1.-t vfstype 指定文件系统的类型，通常不</description>
    <pubDate>2007-11-14</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux下的网络命令</title>
    <link>/html/article/cmd/20071114/8204.html</link>
    <description>1.hostname 在rc.conf中改动或添加: hostname=yan.com 这种改动会产生一些小问题,如:sendmail启动变慢.每次</description>
    <pubDate>2007-11-14</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux系统下ls、wc命令的一个问题</title>
    <link>/html/article/cmd/20071114/8194.html</link>
    <description>前几天在水木社区上看到关于ls和wc命令的一个问题，具体如下： [qianxb@aa qianxb]$ cat a.sh #!/bin/bash</description>
    <pubDate>2007-11-14</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>vmstat命令</title>
    <link>/html/article/cmd/20071114/8192.html</link>
    <description>1 观察磁盘活动情况 磁盘活动情况主要从以下几个指标了解： bi：表示从磁盘每秒读取的块数(blocks/s)。数</description>
    <pubDate>2007-11-14</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>mkdir命令</title>
    <link>/html/article/cmd/20071112/8140.html</link>
    <description>功能：创建一个目录（类似MSDOS下的md命令）。 语法：mkdir [选项] dir-name 说明：该命令创建由dir-name</description>
    <pubDate>2007-11-12</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux操作系统命令操作小知识</title>
    <link>/html/article/cmd/20071105/7962.html</link>
    <description>1、单用户模式进系统 启动linux出现grub画面时选中linux按e键 kernel /boot/vmlinuz-2.4.18-14 ro root=LA</description>
    <pubDate>2007-11-05</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux 了解文件系统的使用情况(df、du使用）</title>
    <link>/html/article/cmd/20071030/7880.html</link>
    <description>主要涉及df、du、ls等命令 参考资料： 《Linux 基础教程(1) 操作系统基</description>
    <pubDate>2007-10-30</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux上查看目录大小</title>
    <link>/html/article/cmd/20071030/7874.html</link>
    <description>查看目录的大小 du-shdirname -s仅显示总计 -h以k、m、g为单位，提高信息的可读性。kb、mb、gb是以1024为</description>
    <pubDate>2007-10-30</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>linux下的dd命令</title>
    <link>/html/article/cmd/20071024/7793.html</link>
    <description>名称: dd 使用权限: 所有使用者dd 这个指令在 manual 里的定义是 convert and copy a file 使用方式: dd [</description>
    <pubDate>2007-10-24</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>wget 使用技巧</title>
    <link>/html/article/cmd/20071024/7789.html</link>
    <description>reship form: http://linuxtoy.org/archives/wget-tips.html wget 是一个命令行的下载工具。对于我们这些 L</description>
    <pubDate>2007-10-24</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Find命令常见的使用方法</title>
    <link>/html/article/cmd/20071024/7775.html</link>
    <description>查找名字为conf的目录 #find /目录 -type d -name conf 注意type可能为b,c,d,l等... 查找文件权限为755的</description>
    <pubDate>2007-10-24</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux下基本命令（附批处理命令与变量）</title>
    <link>/html/article/cmd/20071023/7754.html</link>
    <description>Linux系统下基本命令： 要区分大小写 uname 显示版本信息（同win2K的 ver） dir 显示当前目录文件,ls -al</description>
    <pubDate>2007-10-23</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux操作系统PS命令详细解析</title>
    <link>/html/article/cmd/20071019/7690.html</link>
    <description>要对进程进行监测和控制，首先必须要了解当前进程的情况，也就是需要查看当前进程，而 ps 命令就是最基本</description>
    <pubDate>2007-10-19</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>使用Script录制终端会话</title>
    <link>/html/article/cmd/20071019/7689.html</link>
    <description>一般来说，script 和 scriptreplay 在 Linux 发行版中都有默认安装。如果你打算使用 script 开始录制终端</description>
    <pubDate>2007-10-19</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>你会使用Linux操作系统下的MAN命令吗？</title>
    <link>/html/article/cmd/20071018/7660.html</link>
    <description>（1）所有的手册页都属于一个特定的领域，用一个字符来表示。 Linux下最通用的领域及其名称及说明如下：</description>
    <pubDate>2007-10-18</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux高级命令——cut命令用法</title>
    <link>/html/article/cmd/20071017/7639.html</link>
    <description>作者：zieckey （http://zieckey.cublog.cn） All Rights Reserved！ 我们经常会遇到需要取出分字段的文件</description>
    <pubDate>2007-10-17</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux高级命令——mkfifo的使用</title>
    <link>/html/article/cmd/20071017/7632.html</link>
    <description>作者：zieckey （http://zieckey.cublog.cn） All Rights Reserved！ MKFIFO Section: User Commands (1)</description>
    <pubDate>2007-10-17</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux常用命令</title>
    <link>/html/article/cmd/20071017/7612.html</link>
    <description>Linux常用命令 Linux之所以受到广大计算机爱好者的喜爱，主要原因有两个，首先它是自由软件，用户不用支付</description>
    <pubDate>2007-10-17</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux操作系统下Sudo命令的使用方法说明</title>
    <link>/html/article/cmd/20071015/7518.html</link>
    <description>“Sudo” 是Unix/Linux平台上的一个非常有用的工具，它允许系统管理员分配给普通用户一些合理的“权利”，</description>
    <pubDate>2007-10-15</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux下Split分割大文件的方法</title>
    <link>/html/article/cmd/20071015/7516.html</link>
    <description>在Linux下，使用Split命令可以实现文件的分割，使用 cat 命令来完成分割文件的合并。 譬如，在下面 split</description>
    <pubDate>2007-10-15</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>gzip</title>
    <link>/html/article/cmd/20071009/7389.html</link>
    <description>gzip [-选项] [文件名] 压缩成文件名为 .gz 的压缩文件 如果您看到 .gz, .tar.gz 的文件，都是 gzip 程序</description>
    <pubDate>2007-10-09</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>gunzip</title>
    <link>/html/article/cmd/20071009/7388.html</link>
    <description>gunzip [-选项] [文件名.gz] 将 .gz 压缩文件解压 gunzip 命令与 gzip 命令相对，专门把 gzip 压缩的 .gz</description>
    <pubDate>2007-10-09</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>tar</title>
    <link>/html/article/cmd/20071009/7387.html</link>
    <description>tar [-选项] [打包文件名] [文件] 打包为 .tar 的打包文件或解开 如果您真的认真试过 gzip，或者您有使用</description>
    <pubDate>2007-10-09</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>compress和uncompress</title>
    <link>/html/article/cmd/20071009/7386.html</link>
    <description>compress [-选项] [文件名] 压缩成文件名为 .Z 的压缩文件 compress 跟 gzip 很近似，是一个压缩兼解压缩</description>
    <pubDate>2007-10-09</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>zip</title>
    <link>/html/article/cmd/20071009/7385.html</link>
    <description>zip [-选项] [文件名.zip] [文件名] 打包并压缩成文件名为 .zip 的文件 zip与gzip虽然只差一个字母，但是</description>
    <pubDate>2007-10-09</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>bunzip2</title>
    <link>/html/article/cmd/20071009/7384.html</link>
    <description>bunzip2 [-选项] [文件名.bz2] 将 .bz2 压缩文件解压 bunzip2 命令与 bzip 命令相对，专门把 bzip 压缩出</description>
    <pubDate>2007-10-09</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>bzip2</title>
    <link>/html/article/cmd/20071009/7383.html</link>
    <description>bzip2 [-选项] [文件名] 压缩成文件名为 .bz2 的压缩文件 bzip2 是新一代的压缩程序，但是仍然改不掉 gzip</description>
    <pubDate>2007-10-09</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>unzip</title>
    <link>/html/article/cmd/20071009/7382.html</link>
    <description>unzip [-选项] [文件名.zip] [文件名] 将 .zip 压缩文件解压 zip 和 unzip这组程序真正是一对搭档。zip 程</description>
    <pubDate>2007-10-09</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Fedora core Linux网络配置命令概括介绍</title>
    <link>/html/article/cmd/20070930/7327.html</link>
    <description>图形化工具主要是通过如下命令调用： [root@localhost beinan]# /usr/bin/internet-druid [root@localhost</description>
    <pubDate>2007-09-30</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>sudo指令详解</title>
    <link>/html/article/cmd/20070929/7297.html</link>
    <description>以root身份执行指令 名称 sudo - 以超级使用者 (superuser; root) 的身分执行指令 visudo - 编辑 sudoers</description>
    <pubDate>2007-09-29</pubDate>
    <category>Linux命令</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>

</channel>
</rss>
