<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>linux</title>
<link>/html/caozuoxitong/linux/index.html</link>
<description>操作系统 / linux</description>
<language>zh-cn</language>
<generator>copy right @ 百家拳软件项目研究室 2007 &lt;a href=&quot;http://www.miibeian.gov.cn/&quot;&gt;辽ICP备07011763&lt;/a&gt;&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://js.users.51.la/1150523.js&quot;&gt;&lt;/script&gt;</generator>
<webmaster>admin@100jq.com</webmaster>
<item>
    <title>Linux下的C编程实战之四(下)</title>
    <link>/html/caozuoxitong/linux/20080607/2241.html</link>
    <description>4.实例 下面我们还是以著名的生产者/消费者问题为例来阐述Linux线程的控制和通信。一组生产者线程与一组消费者线程通过缓冲区发生联系。生产者线程将生产的产品送入缓冲区，消费者线程则从中取出产品。缓冲区有N 个，是一个环形的缓冲池。 #include stdio.h #include p</description>
    <pubDate>2008-06-07</pubDate>
    <category>linux</category>
    <author>宋宝华</author>
    <comments>天极网软件频</comments>
</item>
<item>
    <title>Linux下的C编程实战之四(上)</title>
    <link>/html/caozuoxitong/linux/20080607/2240.html</link>
    <description>1.Linux线程 Linux内核只提供了轻量进程的支持，未实现线程模型，但Linux尽最大努力优化了进程的调度开销，这在一定程度上弥补无线程的缺陷。Linux用一个核心进程（轻量进程）对应一个线程，将线程调度等同于进程调度，交给核心完成。 笔者曾经在《基于嵌入式操作系统V</description>
    <pubDate>2008-06-07</pubDate>
    <category>linux</category>
    <author>宋宝华</author>
    <comments>天极网软件频道</comments>
</item>
<item>
    <title>Linux下的C编程实战之三(下)</title>
    <link>/html/caozuoxitong/linux/20080607/2239.html</link>
    <description>3.进程间通信 Linux的进程间通信（IPC，InterProcess Communication）通信方法有管道、消息队列、共享内存、信号量、套接口等。 管道分为有名管道和无名管道，无名管道只能用于亲属进程之间的通信，而有名管道则可用于无亲属关系的进程之间。 #define INPUT 0 #define</description>
    <pubDate>2008-06-07</pubDate>
    <category>linux</category>
    <author>宋宝华</author>
    <comments>天极网软件频道</comments>
</item>
<item>
    <title>Linux下的C编程实战之三(上)</title>
    <link>/html/caozuoxitong/linux/20080607/2238.html</link>
    <description>1.Linux进程 Linux进程在内存中包含三部分数据：代码段、堆栈段和数据段。代码段存放了程序的代码。代码段可以为机器中运行同一程序的数个进程共享。堆栈段存放的是子程序（函数）的返回地址、子程序的参数及程序的局部变量。而数据段则存放程序的全局变量、常数以及动</description>
    <pubDate>2008-06-07</pubDate>
    <category>linux</category>
    <author>宋宝华</author>
    <comments>天极网软件频道</comments>
</item>
<item>
    <title>Linux下的C编程实战之文件系统编程</title>
    <link>/html/caozuoxitong/linux/20080607/2237.html</link>
    <description>1.Linux文件系统 Linux 支持多种文件系统，如ext、ext2、minix、iso9660、msdos、fat、vfat、nfs等。在这些具体文件系统的上层，Linux提供了虚拟文件系统（VFS）来统一它们的行为，虚拟文件系统为不同的文件系统与内核的通信提供了一致的接口。下图给出了Linux中文件系</description>
    <pubDate>2008-06-07</pubDate>
    <category>linux</category>
    <author>宋宝华</author>
    <comments> 天极网软件频道</comments>
</item>
<item>
    <title>Linux下的C编程实战之开发平台搭建</title>
    <link>/html/caozuoxitong/linux/20080607/2236.html</link>
    <description>1.引言 Linux操作系统在服务器领域的应用和普及已经有较长的历史，这源于它的开源特点以及其超越Windows的安全性和稳定性。而近年来，Linux操作系统在嵌入式系统领域的延伸也可谓是如日中天，许多版本的嵌入式Linux系统被开发出来，如ucLinux、RTLinux、ARM-Linux等等</description>
    <pubDate>2008-06-07</pubDate>
    <category>linux</category>
    <author>宋宝华</author>
    <comments>天极网软件频道</comments>
</item>
<item>
    <title>资深Linux程序员的开发经验谈(下)</title>
    <link>/html/caozuoxitong/linux/20080606/2235.html</link>
    <description>Java 和 Linux 在Codemonks，相当多的开发工作是在 Linux 上用 Java 完成。这两个工具的组合为创建商业级质量的 Web 应用提供了一个平台，Murray 说。在做这些项目的过程中，我们发现我们要总体上了解客户已有的应用代码，他回忆说。locks.c (在下载得到的压缩文件中的</description>
    <pubDate>2008-06-06</pubDate>
    <category>linux</category>
    <author>Sppence Murray</author>
    <comments> IBM</comments>
</item>
<item>
    <title>资深Linux程序员的开发经验谈(上)</title>
    <link>/html/caozuoxitong/linux/20080606/2234.html</link>
    <description></description>
    <pubDate>2008-06-06</pubDate>
    <category>linux</category>
    <author> Sppence Murray</author>
    <comments>IBM</comments>
</item>
<item>
    <title>黑客高级技巧 Linux后门技术及实践(下)</title>
    <link>/html/caozuoxitong/linux/20080606/2233.html</link>
    <description>3、修改后门源程序ulogin.c： -- 以密文形式的密码代替ulogin.c中define的宏PASSWORD值。 -- 如果后门密码正确，直接给出Shell： if (!strcmp(PASSWORD, crypt(display,PASSWORD))) { system(SHELL); exit(1); } 用strings命令只能看到加密过的密码。 采用异或（XOR）</description>
    <pubDate>2008-06-06</pubDate>
    <category>linux</category>
    <author>yuge</author>
    <comments>赛迪网 sixth</comments>
</item>
<item>
    <title>黑客高级技巧 Linux后门技术及实践(上)</title>
    <link>/html/caozuoxitong/linux/20080606/2232.html</link>
    <description>后门简介 入侵者完全控制系统后，为方便下次进入而采用的一种技术。一般通过修改系统配置文件和安装第三方后门工具来实现。 具有隐蔽性，能绕开系统日志，不易被系统管理员发现等特点。 常用后门技术 增加超级用户账号 破解/嗅探用户密码 放置SUID Shell rhosts + + 利</description>
    <pubDate>2008-06-06</pubDate>
    <category>linux</category>
    <author>liuyu</author>
    <comments>赛迪网 sixth</comments>
</item>
<item>
    <title>Linux系统下C语言编程工具详细介绍(下)</title>
    <link>/html/caozuoxitong/linux/20080606/2231.html</link>
    <description>调试和剖析选项 GCC 支持数种调试和剖析选项。 在这些选项里你会最常用到的是 -g 和 -pg 选项。 -g 选项告诉 GCC 产生能被 GNU 调试器使用的调试信息以便调试你的程序。 GCC 提供了一个很多其他 C 编译器里没有的特性, 在 GCC 里你能使 -g 和 -O (产生优化代码)联用。</description>
    <pubDate>2008-06-06</pubDate>
    <category>linux</category>
    <author>yuge</author>
    <comments>赛迪网 sixth</comments>
</item>
<item>
    <title>Linux系统下C语言编程工具详细介绍(上)</title>
    <link>/html/caozuoxitong/linux/20080606/2230.html</link>
    <description>Linux的发行版中包含了很多软件开发工具。 它们中的很多是用于 C 和 C++应用程序开发的。 本文介绍了在 Linux 下能用于 C 应用程序开发和调试的工具。 本文的主旨是介绍如何在 Linux 下使用 C 编译器和其他 C 编程工具, 而非 C 语言编程的教程。在本文中你将学到以下知</description>
    <pubDate>2008-06-06</pubDate>
    <category>linux</category>
    <author>liuyu</author>
    <comments>赛迪网 sixth</comments>
</item>
<item>
    <title>Linux系统下的C语言开发都需要学些什么</title>
    <link>/html/caozuoxitong/linux/20080606/2229.html</link>
    <description>一、工具的使用 1、学会使用vim/emacs，vim/emacs是 linux 下最常用的源码编辑具，不光要学会用它们编辑源码，还要学会用它们进行查找、定位、替换等。新手的话推荐使用vim，这也是我目前使用的文本编辑器。 2、学会makefile文件的编写规则，并结合使用工具aclocal、au</description>
    <pubDate>2008-06-06</pubDate>
    <category>linux</category>
    <author> 佚名</author>
    <comments>论坛整理</comments>
</item>
<item>
    <title>Linux操作系统下的软件安装包</title>
    <link>/html/caozuoxitong/linux/20080530/2202.html</link>
    <description>这个对于新手来说，也是比较困惑的问题，谈谈我对这个问题的认识。 一：rpm包 rpm包，分两种，binary rpm 跟 source rpm binary rpm，就是我们平时用的最多的，已经编译好的，直接安装就可以了。 以前学linux的时候，老想通过rpm来安装软件，不过你通过rpm安装，是够简</description>
    <pubDate>2008-05-30</pubDate>
    <category>linux</category>
    <author>陈沙克</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>Linux &amp; Solaris硬件信息查看的命令</title>
    <link>/html/caozuoxitong/linux/20080529/2199.html</link>
    <description>Linux 内存: cat /proc/meminfo cpu:cat /proc/cpuinfo 硬盘: df -h -T(no device的设备看不到) fdisk -l可以在redhat9.0中看; redhat企业版不行. 还有几个命令可以看很多硬件设备的信息. lspci -v dmidecode dmesg Solaris 网卡速度:dmesg |grep link CPU频率: psrinf</description>
    <pubDate>2008-05-29</pubDate>
    <category>linux</category>
    <author>秩名</author>
    <comments>ChinaUnix博客</comments>
</item>
<item>
    <title>Linux性能监控之Memory篇</title>
    <link>/html/caozuoxitong/linux/20080529/2198.html</link>
    <description>首先说说虚拟内存和物理内存： 虚拟内存就是采用硬盘来对物理内存进行扩展，将暂时不用的内存页写到硬盘上而腾出更多的物理内存让有需要的进程来用。当这些内存页需要用的时候在从硬盘读回内存。这一切对于用户来说是透明的。通常在Linux系统说，虚拟内存就是swap分区。</description>
    <pubDate>2008-05-29</pubDate>
    <category>linux</category>
    <author>秩名</author>
    <comments>ChinaUnix博客</comments>
</item>
<item>
    <title>VsFTPd服务器和防火墙及SELINUX关系</title>
    <link>/html/caozuoxitong/linux/20080529/2197.html</link>
    <description>1.vsFTPd的 服务器 和 防火墙 及SELINUX的关系 在Fedora/Redhat/CentOS中，设置一下 防火墙 ，可以把防火墙关掉，或者在自定义中让ftp 通过防火墙； [root@localhost ~]# system-config-securitylevel-tui 或者运行一下如下的命令，清除防火墙规则（通用）； [root@loca</description>
    <pubDate>2008-05-29</pubDate>
    <category>linux</category>
    <author>佚名</author>
    <comments>中国IT实验室收集整理</comments>
</item>
<item>
    <title>Linux关机命令详解</title>
    <link>/html/caozuoxitong/linux/20080529/2196.html</link>
    <description>摘要:在 linux 下一些常用的关机/重启命令有shutdown、halt、reboot、及init，它们都可以达到重启系统的目的，但每个命令的内部工作过程是不同的，通过本文的介绍，希望你可以更加灵活的运用各种关机命令. 在 linux 下一些常用的关机/重启命令有shutdown、halt、reboot</description>
    <pubDate>2008-05-29</pubDate>
    <category>linux</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>SELinux支持者挑起关于Linux安全模型的争论</title>
    <link>/html/caozuoxitong/linux/20080529/2195.html</link>
    <description>安全增强式Linux(Security Enhanced Linux，SELinux)应该被指定为Linux唯一的安全框架吗? 也许大多数安全专家会认同SELinux的高品质，而支持者们则认为它是Linux内核唯一需要的安全框架。这些支持者们宣称，它事实上会让 Linux安全模块(Linux Security Module，LSM)没</description>
    <pubDate>2008-05-29</pubDate>
    <category>linux</category>
    <author>IT专家网</author>
    <comments>linux.chinaunix.net</comments>
</item>
<item>
    <title>认识Linux下三大便利的开源防火墙</title>
    <link>/html/caozuoxitong/linux/20080529/2194.html</link>
    <description>对所有的Linux系统和网络管理员来说，一个最基本的技巧是知道如何从头开始编写一个强健的iptables防火墙，并且知道如何修改它，使其适应多种不同的情况。然而，在现实世界中，这看起来似乎少之又少。对iptables的学习并非是一个简单的过程，不过笔者在这里向您推荐外网</description>
    <pubDate>2008-05-29</pubDate>
    <category>linux</category>
    <author>ChinaUnix</author>
    <comments>linux.chinaunix.net</comments>
</item>
<item>
    <title>Linux命令行之经典版</title>
    <link>/html/caozuoxitong/linux/20080528/2193.html</link>
    <description>在当前工作目录下的文件夹层次结构中查找独特文件名的列表: find . -type f -print | sort | uniq 可使用重定向语法的一些变种来实现该功能：|, , 可分别对 stdout 和 stderr 实现管道、创建、附加功能。 使用 tar 为任何目录创建包括符号链接在内的完整副本： tar cf</description>
    <pubDate>2008-05-28</pubDate>
    <category>linux</category>
    <author>liuyu</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>如何架设Samba服务器，用user共享方式</title>
    <link>/html/caozuoxitong/linux/20080528/2192.html</link>
    <description>一点理论： 在Windows中，我们都知道网络邻居，是Windows共享资源的方式。Linux写Windows互访与共享资源的方式是利用Samba服务，其实我觉得它更象一个软件。Windows与Linux通过Samba，可以相互共享资源，是互为服务器和客户端的关系。比如当装有Windows操作系统的机器，</description>
    <pubDate>2008-05-28</pubDate>
    <category>linux</category>
    <author>Linux宝库</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>Linux环境架设Samba服务器 实现网络互访(下)</title>
    <link>/html/caozuoxitong/linux/20080528/2191.html</link>
    <description>在Gnome桌面环境下，单击主菜单网络服务器菜单项，即可用Nautilus文件管理器查看工作组列表。双击工作组名称，即可看到其下的Windows主机。 双击其中的某台Windows主机图标，即可看到该主机的共享文件夹，可以看到这和Windows下的网络邻居几乎一样。 由于Nautilus本身就</description>
    <pubDate>2008-05-28</pubDate>
    <category>linux</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title>Linux环境架设Samba服务器 实现网络互访(上)</title>
    <link>/html/caozuoxitong/linux/20080528/2190.html</link>
    <description>Windows可以通过网上邻居访问局域网主机，而在Linux下则可以通过Samba客户端访问局域网内的Windows主机，也可以通过Samba服务器给Windows主机提供文件、打印机等服务。本文就给大家介绍一下如何在Linux环境下架设和配置Samba服务器，为了方便讲述，这里假设Windows主机</description>
    <pubDate>2008-05-28</pubDate>
    <category>linux</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title>Vista不支持LinuxSamba Server的解决办法</title>
    <link>/html/caozuoxitong/linux/20080528/2189.html</link>
    <description>原来Windows vista强制使用NTLMv2认证，而 Samba Server 只支持NTLM 1.单击开始，指向程序，然后单击管理工具。 2.在本地安全设置（或者直接开始 运行 secpol.msc）下，展开本地策略(Local Policies)。 3.单击安全选项(Security Options)。 4.双击网络安全:LAN Manager</description>
    <pubDate>2008-05-28</pubDate>
    <category>linux</category>
    <author>杨睿</author>
    <comments>中关村在线</comments>
</item>
<item>
    <title>什么是samba</title>
    <link>/html/caozuoxitong/linux/20080528/2188.html</link>
    <description>samba是一个工具套件,在Unix上实现SMB(Session Message Block)协议,或者称之为NETBIOS/LanManager 协议.SMB协议通常是被瘟都死系列用来实现磁盘和打印机共享.需要注意的是,NetBIOS是基于以太网广播 机制的,没有透明网桥是不能跨越网段的,也许用WINS和LMHOSTS可以,但我没</description>
    <pubDate>2008-05-28</pubDate>
    <category>linux</category>
    <author>Unlinux</author>
    <comments>http://www.Unlinux.com</comments>
</item>
<item>
    <title>Zend Optimizer for Linux安装</title>
    <link>/html/caozuoxitong/linux/20080320/2085.html</link>
    <description>执行 install.sh 完成安装 apache自动重启。看看安装是否成功 php -v ----------------------------------------------------------------------------------------------------------------------- PHP 4.3.9 (cgi) (built: Nov 10 2005 20:38:14) Copyright (c) 1997</description>
    <pubDate>2008-03-20</pubDate>
    <category>linux</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>什么是TUX</title>
    <link>/html/caozuoxitong/linux/20080320/2084.html</link>
    <description>1．介绍 TUX是一种有GPL（GNU General Public License ）许可的基于内核的Web服务器。 目前它还只能提供静态的网页服务，只有和内核区模块，用户区模块，以及一般的用户区Web服务器后台一起应用的时候才提供动态的内容服务。一般用户区的Web服务器不需要为了适应TUX而改</description>
    <pubDate>2008-03-20</pubDate>
    <category>linux</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>LINUX下vsftpd的磁盘限额功能</title>
    <link>/html/caozuoxitong/linux/20080121/1959.html</link>
    <description>在LINUX使用vsftpd的过程中，需要预防一些无意或者恶意添满磁盘的行为，这就需要用到磁盘限额的功能. 一。quota程序的限制内容主要分为以下几个部分： 1。soft：这是最低限制容量。 2。hard：这是绝对不能超过的容量。 3。宽限时间(grace period)：宽限时间就是用户使</description>
    <pubDate>2008-01-21</pubDate>
    <category>linux</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>在linux下使用u盘</title>
    <link>/html/caozuoxitong/linux/20080118/1955.html</link>
    <description>不同的U盘在Linux下使用方法可能有所不同，我介绍一种在Redhat 8.0/9.0上把U盘当作硬盘使用的方法：把U盘插入USB口，然后在root下运行 modprobe usb-uhci modprobe usb-storage mount /dev/sda1 /mnt 注意 modprobe 命令如果返回失败，可再次运行，一般都可以正确识别到</description>
    <pubDate>2008-01-18</pubDate>
    <category>linux</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>GNU/Linux应用程序编程：用管道进行编程</title>
    <link>/html/caozuoxitong/linux/20071229/1772.html</link>
    <description>简介 在本章当中，我们将学习GNU/Linux管道。管道模型虽然很老但是就算是现在它仍然是一个十分有用的进程间通信机制。我们将会学习什么是半双向管道以及有名管道。它们都提供了一个FIFO（先进先出）排队模型来允许进程间通信。 管道模型 一个形象化管道的描述为一个在</description>
    <pubDate>2007-12-29</pubDate>
    <category>linux</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>Linux操作系统下的GTK图形界面编程方法</title>
    <link>/html/caozuoxitong/linux/20071229/1770.html</link>
    <description>GTK(GIMP Toolkit)是一个图形用户编程的接口。它完全免费，所以用来开发自由软件或商业软件都不需要花费什么。现在很多Linux集成系统都已经将GTK1.2版本打包进去了。包括RedHat Linux 6.0以上版本，还有中文化的Turbo Linux等等。它也越来越被普遍的应用于UNIX系统编程</description>
    <pubDate>2007-12-29</pubDate>
    <category>linux</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>2008年Linux继续轰炸微软</title>
    <link>/html/caozuoxitong/linux/20071229/1769.html</link>
    <description>Linux正在从微软手中拿走越来越多的服务器市场份额。现在微软已经感受到了空前的压力与危机。但是在2008年，Linux还将在桌面系统上再给微软来个打击。接下来，看看会是怎样呢？ 新的计算机平台： 计算机的代代发展，到了今天，已经是物美价廉的PDA占了主流。携带Linux操</description>
    <pubDate>2007-12-29</pubDate>
    <category>linux</category>
    <author>linuxeden</author>
    <comments>linuxeden原创</comments>
</item>
<item>
    <title>嵌入式Linux操作系统学习规划</title>
    <link>/html/caozuoxitong/linux/20071229/1767.html</link>
    <description>ARM+LINUX路线，主攻嵌入式Linux操作系统及其上应用软件开发目标： （1） 掌握主流嵌入式微处理器的结构与原理（初步定为arm9） （2） 必须掌握一个嵌入式操作系统 （初步定为uclinux或linux,版本待定） （3） 必须熟悉嵌入式软件开发流程并至少做一个嵌入式软件项目。</description>
    <pubDate>2007-12-29</pubDate>
    <category>linux</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>Linux教程(2)-为什么使用Linux</title>
    <link>/html/caozuoxitong/linux/20071123/777.html</link>
    <description></description>
    <pubDate>2007-11-23</pubDate>
    <category>linux</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>Linux教程(1)-什么是Linux</title>
    <link>/html/caozuoxitong/linux/20071123/776.html</link>
    <description></description>
    <pubDate>2007-11-23</pubDate>
    <category>linux</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>Linux教程(14)-磁盘管理</title>
    <link>/html/caozuoxitong/linux/20071123/767.html</link>
    <description></description>
    <pubDate>2007-11-23</pubDate>
    <category>linux</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>Linux教程(13)-进程调度</title>
    <link>/html/caozuoxitong/linux/20071123/766.html</link>
    <description></description>
    <pubDate>2007-11-23</pubDate>
    <category>linux</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>Linux教程(12)-进程查看</title>
    <link>/html/caozuoxitong/linux/20071123/765.html</link>
    <description></description>
    <pubDate>2007-11-23</pubDate>
    <category>linux</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>Linux教程(11)-进程管理及作业控制</title>
    <link>/html/caozuoxitong/linux/20071123/764.html</link>
    <description></description>
    <pubDate>2007-11-23</pubDate>
    <category>linux</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>Linux教程(10.9)-改变文件或目录的访问权限命令</title>
    <link>/html/caozuoxitong/linux/20071123/763.html</link>
    <description></description>
    <pubDate>2007-11-23</pubDate>
    <category>linux</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>Linux教程(10.8)-目录的创建与删除命令</title>
    <link>/html/caozuoxitong/linux/20071123/762.html</link>
    <description></description>
    <pubDate>2007-11-23</pubDate>
    <category>linux</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>Linux教程(10.7)-文件链接命令</title>
    <link>/html/caozuoxitong/linux/20071123/761.html</link>
    <description></description>
    <pubDate>2007-11-23</pubDate>
    <category>linux</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>Linux教程(10.6)-文件的复制、删除和移动命令</title>
    <link>/html/caozuoxitong/linux/20071123/760.html</link>
    <description></description>
    <pubDate>2007-11-23</pubDate>
    <category>linux</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>Linux教程(10.5)-文件比较命令</title>
    <link>/html/caozuoxitong/linux/20071123/759.html</link>
    <description></description>
    <pubDate>2007-11-23</pubDate>
    <category>linux</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>Linux教程(10.4)-文件内容统计命令</title>
    <link>/html/caozuoxitong/linux/20071123/758.html</link>
    <description></description>
    <pubDate>2007-11-23</pubDate>
    <category>linux</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>Linux教程(10.3)-文本处理命令</title>
    <link>/html/caozuoxitong/linux/20071123/757.html</link>
    <description></description>
    <pubDate>2007-11-23</pubDate>
    <category>linux</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>Linux教程(10.2)-文件内容查询命令</title>
    <link>/html/caozuoxitong/linux/20071123/756.html</link>
    <description></description>
    <pubDate>2007-11-23</pubDate>
    <category>linux</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>Linux教程(10.11)-在Linux环境下运行DOS命令</title>
    <link>/html/caozuoxitong/linux/20071123/755.html</link>
    <description></description>
    <pubDate>2007-11-23</pubDate>
    <category>linux</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>
<item>
    <title>Linux教程(10.10)-备份与压缩命令</title>
    <link>/html/caozuoxitong/linux/20071123/754.html</link>
    <description></description>
    <pubDate>2007-11-23</pubDate>
    <category>linux</category>
    <author>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</author>
    <comments>未知&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</comments>
</item>

</channel>
</rss>
