how to see the system configuration in your linux system?
Answers were Sorted based on User's Feedback
Answer / support
You can check the system info by using following command
cat /proc/cpuinfo
| Is This Answer Correct ? | 38 Yes | 0 No |
Answer / arvind chaturvedi
dmidecode
With help of This command you will get whole configuration
state of system
| Is This Answer Correct ? | 17 Yes | 2 No |
Answer / sureshkumar
/proc is a processes directory in the linux os.
mainly two files show the system configuration /proc/cupinfo
and then /proc/meminfo is memory information
| Is This Answer Correct ? | 17 Yes | 7 No |
Answer / madhava reddy
#ifconfig <enter>
root directory u type this command
| Is This Answer Correct ? | 2 Yes | 9 No |
Answer / hrishikesh
shell prompt type this
make menuconfig
the blue screen will appear will show everything
processor,herd disk and other peripheral information
dont do any changes in this if u dont have any idea of how
to configure it
| Is This Answer Correct ? | 3 Yes | 14 No |
Who linux commands?
What is the difference between locating and locate command?
What does make clean command do?
How do you save a file in linux?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
How would you monitor real-time system performance in Linux?
if i have one folder say aaa and that folder having 100 files from that 50 files there aaa word is written how to find in which aaa is writen and without opening that file
How do I run a script in linux?
How do I check storage on linux?
what is the command To print script arguments
Explain about system and user utilities?
What is umask 000?