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 |
how do find all failed login attempts via ssh?
How will you execute a java program inside a kornshell script?
What does the following command line produce? Explain each aspect of this line. $ (date ; ps -ef | awk {print $1}' | sort | uniq | wc -l ) >> Activity.log
What does touch do in linux?
Diff b/w C-shell and Born-shell
What are the files to be used in the network installation of linux os?
What is kill command?
How do I list all processes in linux?
Enlist some linux networking and troubleshooting commands?
WHAT IS THE MEANING IF AIX
In /boot/grub/grub.conf file there is a line kernel /vmlinuz-version ro root=/dev/sda2, What is the meaning of "/" before vmlinuz? Pls explain?
What does make clean command do?