LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Questions about commands (https://www.linuxquestions.org/questions/linux-newbie-8/questions-about-commands-3280/)

rdaves@earthlink.net 06-11-2001 06:25 PM

Question 1.) When I have run the "make menuconfig" process, is there a way to view all the settings I have chosen? Or do I have to log all this stuff manually?

Question 2.) How do I query Linux to find out what the current path is, e.g., in windows, I can type "path" to find out what the current path is.


mcleodnine 06-11-2001 07:48 PM

Quote:

Originally posted by rdaves@earthlink.net
Question 1.) When I have run the "make menuconfig" process, is there a way to view all the settings I have chosen? Or do I have to log all this stuff manually?

Question 2.) How do I query Linux to find out what the current path is, e.g., in windows, I can type "path" to find out what the current path is.


A.1)the '.config' file in /usr/src/linux contains the settings made by 'menuconfig' and tells the makefile what to build.

A.2)The path for what? you can type 'set' but really there's no real reason to mess with it. Symbolic links or changes to make/config files are easier.

ugge 06-13-2001 01:58 AM

the command env will show all environmental variables set, including PATH.


All times are GMT -5. The time now is 05:38 PM.