How can you find configuration on linux?
Answers were Sorted based on User's Feedback
Answer / sudeep
By default all the configuration on Linux are stored in
"/etc/" which has all the "config" files for almost all the
services.
| Is This Answer Correct ? | 27 Yes | 4 No |
Answer / ashok chauhan
I think that all knows ,linux configuration files are
located in /etc.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / kk.utnoor
if you want hardware information use dmidecode, cat
/proc/cpuinfo, biosdecode,
| Is This Answer Correct ? | 6 Yes | 6 No |
Answer / susheel narayan singh
If you want to find disk configuration then use-
# df -h
| Is This Answer Correct ? | 3 Yes | 3 No |
What is an inode?
3 Answers ProdEx Technologies,
Explain how you would manage background and foreground processes in Linux.
In which File is Static IP address given so that it becomes Permanent ?
What does pwd mean in linux?
What does mkdir do in linux?
How do I run whois command?
Explain how you would find a specific string in a file.
What is echo command in batch file?
What is finger in networking?
What is the export command used for?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
What does execute mean in linux?