Re: source code of shell commands
Ronald wrote:
I would like to study some classic implementation of shell command like
cp mv ...
Where can find the source code?
If you are running a rpm based system, you can use rpm to find out what
package provides an executable.
For example, the command "rpm -qf /bin/ls" will give the following
result, coreutils-5.2.1-31
This means that the command 'ls' is provided by the rpm package
'coreutils'. A simple search of the web should be able to yield a
source RPM for this package.
Geoge
.
Relevant Pages
- Re: cobbling a ComboBox
... suggest you have a look at the library source code (of Swing, ... package scratch; ... boolean shouldValidate = false; ... the String ought to be "scratch.CustomMetalComboBoxUI". ... (comp.lang.java.gui) - Re: [SLE] Re: Wireless Network () - Not working
... You can install the rpm package from command line as follows: ... The package management program 'rpm' will process the installation without ... (SuSE) - Re: Redhat and OpenSSL Manner
... It's equivalent to 0.9.7a as originally distributed by OpenSSL project, with security and bug fixes added to it by Red Hat. ... enhancements and new features might be backported from newer versions too if they are not introducing any compatibility problems (for example this is often done for kernel package in RHEL to support new hardware). ... If you look into the SRPM packages, you'll see that they contain original unchanged source code wich is the same version as the package version, and also bunch of patches that get applied to that source code prior to compilation. ... (RedHat) - SUSE Security Announcement: kernel (SuSE-SA:2004:017)
... exception that puts the kernel into an unusable state. ... verify the authenticity of the kernel rpm package using the methods as ... Please run the command ... (Bugtraq) - [Full-Disclosure] SUSE Security Announcement: kernel (SuSE-SA:2004:017)
... exception that puts the kernel into an unusable state. ... verify the authenticity of the kernel rpm package using the methods as ... Please run the command ... (Full-Disclosure) |
|