where can I found source files (in C language) about unix Commands (ls, sleep, cd etc).
I’ve downloaded the kernel linux-2.6.39-rc3, but there are no source about linux command.
thanks for your help 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Most of the generic Linux commands come from
coreutilshttp://www.gnu.org/software/coreutils/ there might be some missing there, but everything you asked specifically about should be found in coreutils source.the kernel source doesn’t contain any userland programs in it.