hlf1099210 发表于 2003-5-26 14:54:30

linux中mkfs命令的源代码在哪可以找到?

谢谢!

jjww 发表于 2003-5-26 16:21:25

# rpm -qif `which mkfs`
Name      : util-linux                   Relocations: (not relocateable)
Version   : 2.11r                           Vendor: Red Hat, Inc.
Release   : 10                            Build Date: Fri 30 Aug 2002 04:00:59 PM EDT
Install date: Sun 25 May 2003 03:11:11 AM EDT      Build Host: astest.test.redhat.com
Group       : System Environment/Base       Source RPM: util-linux-2.11r-10.src.rpm
Size      : 2875368                        License: distributable
Signature   : DSA/SHA1, Tue 03 Sep 2002 06:37:18 PM EDT, Key ID 219180cddb42a60e
Packager    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
Summary   : A collection of basic system utilities.
Description :
The util-linux package contains a large variety of low-level system
utilities that are necessary for a Linux system to function. Among
others, Util-linux contains the fdisk configuration tool and the login
program.

hlf1099210 发表于 2003-5-26 20:03:58

拜托,大哥,说清楚一点呀

jjww 发表于 2003-5-26 20:49:24

嘿嘿,红色的就是源码的包萨,光盘里应该有,不过我没用过,也可以通过google搜索萨。

hlf1099210 发表于 2003-5-26 20:56:18

好的,我去找找看 :P:P:P

Dragonfly 发表于 2003-5-26 21:56:42

mkfs is a user level program. not a kernel code.

rambler 发表于 2003-5-26 22:52:23

这个我知道,但是在linux下很多应用程序的的源代码也是提供给你的      
请问mkfs的是不是也能找的到!
谢谢!

Dragonfly 发表于 2003-5-26 23:01:48

yes,
1) find mkfs (or other command u want) in which package, do what jjww showed
2) findxxx-src.rpm from rh cd4 and 5, or u can download from www.rpmfind.org

rambler 发表于 2003-5-26 23:16:36

ok
let me have a look
Dragonfly is a kind boy!
thank you!

Dragonfly 发表于 2003-5-26 23:19:04

welcome
页: [1]
查看完整版本: linux中mkfs命令的源代码在哪可以找到?