<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>unix</title>
<link>/html/caozuoxitong/unix/index.html</link>
<description>操作系统 / unix</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>UNIX的分支 服务器上的FreeBSD操作系统</title>
    <link>/html/caozuoxitong/unix/20071229/1771.html</link>
    <description>自 2001 年起，当最后一个主要分支 DragonFly BSD 发布时，FreeBSD、OpenBSD、NetBSD 和 Mac OS X 代表了 UNIX 世界一次新的创新浪潮。所有这些操作系统分支都符合 POSIX，都为它们的用户呈现了一个类似的命令行界面，并且都使用了使编程模式与应用程序用法特征尽可能</description>
    <pubDate>2007-12-29</pubDate>
    <category>unix</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>Cygwin使用指南</title>
    <link>/html/caozuoxitong/unix/20071027/150.html</link>
    <description>1 引言 cygwin是一个在windows平台上运行的unix模拟环境，是cygnus solutions公司开发的自由软件（该公司开发了很多好东西，著名的还有eCos，不过现已被Redhat收购）。它对于学习unix/linux操作环境，或者从unix到windows的应用程序移植，或者进行某些特殊的开发工作，</description>
    <pubDate>2007-10-27</pubDate>
    <category>unix</category>
    <author>buildon</author>
    <comments>csdn</comments>
</item>
<item>
    <title>UNIX系统编程常用库函数说明（下）</title>
    <link>/html/caozuoxitong/unix/20071021/84.html</link>
    <description>(3)/etc/group的处理 有一组类似于前面的子程序处理/etc/group的信息，使用时必须用include语句将/usr/include/grp。h文件加入到自己的程序中。该文件定义了group结构，将由getgrnam()，getgrgid()，getgrent()返回group结构指针。 *getgrnam():在/etc/group文件中搜索</description>
    <pubDate>2007-10-21</pubDate>
    <category>unix</category>
    <author>佚名</author>
    <comments>黑客基地</comments>
</item>
<item>
    <title>UNIX系统编程常用库函数说明（上）</title>
    <link>/html/caozuoxitong/unix/20071021/83.html</link>
    <description>UNIX系统为程序员提供了许多子程序，这些子程序可存取各种安全属性。有些是信息子程序，返回文件属性，实际的和有效的UID，GID等信息。有些子程序可改变文件属性。UID，GID等有些处理口令文件和小组文件，还有些完成加密和解密。 本文主要讨论有关系统子程序，标准C库子</description>
    <pubDate>2007-10-21</pubDate>
    <category>unix</category>
    <author>佚名</author>
    <comments>黑客基地</comments>
</item>
<item>
    <title>Unix发展趋势分析：向开放架构迁移</title>
    <link>/html/caozuoxitong/unix/20071021/82.html</link>
    <description>Unix必须朝着开放架构迈进。这是在10月25日举行的Unix发展趋势研讨会上与会专家所表达的重要观点。此次会议是由国内的IT权威研究机构计世资讯（CCW Research）主办的，来自于微软、Intel、HP、RedHat、南天等公司的专家发表演讲。计世资讯（CCW Research）在研讨会上发</description>
    <pubDate>2007-10-21</pubDate>
    <category>unix</category>
    <author>佚名</author>
    <comments>搜狐IT</comments>
</item>
<item>
    <title>UNIX的Shell命令使用详解</title>
    <link>/html/caozuoxitong/unix/20071021/81.html</link>
    <description>1. 输出入转向 在 UNIX 中，每一个 process 均有三个特殊的 file descriptor , 标准输入( standard input )、标准输出 ( standard output )、标准错误输出( standard error )。这三个平常是接受 terminal 的输入，而由 terminal 显示出去。但是UNIX 提供使用者可以使用</description>
    <pubDate>2007-10-21</pubDate>
    <category>unix</category>
    <author>佚名</author>
    <comments>CnXHacker.Net</comments>
</item>
<item>
    <title>Linux与Unix二大操作系统编程的安全</title>
    <link>/html/caozuoxitong/linux/20071021/79.html</link>
    <description>在考虑操作系统的继承安全性的时候，有一个常常被忽略了的问题（这到符合微软的口味）：如果你为Windows平台编程，那么你的软件就只能够在有限的操作系统、版本和补丁层上运行。而UNIX和Linux则相反，它们包括很多开放源代码、商业，以及政府开发的版本，而且应用程序</description>
    <pubDate>2007-10-21</pubDate>
    <category>linux</category>
    <author>admin</author>
    <comments>考试大</comments>
</item>
<item>
    <title>GDB教程</title>
    <link>/html/caozuoxitong/linux/20071021/77.html</link>
    <description>gdb 基本命令 gdb 支持很多的命令， 这些命令从简单的文件装入到允许检查所调用的堆栈内容的复杂命令。 下表列出了你在用 gdb 调试时会用到的一些命令。 命令 描 述 file 装入想要调试的可执行文件 kill 终止正在调试的程序 list 列出产生执行文件的源代码的一部分 nex</description>
    <pubDate>2007-10-21</pubDate>
    <category>linux</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>

</channel>
</rss>
