What is the Diffrent between Redhat linux And suse linux
Answers were Sorted based on User's Feedback
Answer / rootuser
For software update, Redhat is using up2date or Yum like
utilities
For same purpose Suse is using Yast / Yast2
Red Hat Linux is a product of Red Hat
SuSE Linux is a product of Novell
Upto to Version 10 suse is using ReiserFS as default
Filesystem.Now they changed to ext3 as default one.
Redhat is coming with ext3 or ext2(before rhel 3 )as default
file system
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / dalbir singh
The only difference I can think of is the administrative
tools.
Redhat uses Redhat-config-xxxx
and Suse uses Yast. Personally I prefer Yast because it has
more modules. However, both tools configure the same things
and modify the same files. If you use a tool like webmin or
Linuxconf, you won't see a bit of difference between the
two distros.
I use the Redhat Linux 8.0 Bible as my main reference, and
its instructions apply to the several different Linuxes I'm
using (more or less).
As Rick said, your main interface will be Gnome or KDE and
the only differences you'll see there is that SuSE provides
prettier eye candy (out of the box) than Redhat.
| Is This Answer Correct ? | 4 Yes | 2 No |
if one of the critical section code (linked list) is under ISR & another one in kernel thread ? How you will synchronize for this critical section code ?
what is nis server
what are the different ways the Linux can swich from User Space to Kernel Space & vice-versa ?
What are the signals we have in Linux
what is cups and how to configure?
how to create a ftp user on redhat linux 4.0?
What does exec family return?
What do fork() internally call?
what is segmentation fault?
what is iptabe on redhat linux?
what are Softirq's and how many major numbers be allocated in the linux kernel(2.4) ?
what is the diff b/w MUTEX and semaphore?