Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

What to do with the source

Now that you have downloaded the proper kernel source, where is it supposed to go? We suggest creating a local directory in your home directory called linux/ to hold all of the different kernel source files:

$ 
mkdir ~/linux

Now move the source code into this directory:

$ 
mv ~/linux-2.6.17.8.tar.gz ~/linux/

And go into the linux/ directory:

$ 
cd ~/linux

$ 
ls

linux-2.6.17.8.tar.gz

Now that the source code is in the proper directory, we need to uncompress the tree:

$ 
tar -xzvf linux-2.6.17.8.tar.gz

The screen will be filled with files that are uncompressed, and you will be left with the following in the linux/ directory:

$ 
ls

linux-2.6.17.8.tar.gz
linux-2.6.17.8/


 
 
  Published under the terms of the Creative Commons License Design by Interspire