answersLogoWhite

0

Red Hat Enterprise Linux

Red Hat Enterprise Linux is a popular Linux distribution used for a large number of web and application servers, as well as workstation computers.

500 Questions

Why is Red Hat in North Carolina?

User Avatar

Asked by TheEeveenator

Because that is where Marc Ewing, the original creator of Red Hat Linux, is from.

What is the Linux world?

User Avatar

Asked by Wiki User

Linux World is the Linux Development & Training Center

How do I find out how many different login shells are used in my Linux?

User Avatar

Asked by Wiki User

The command "finger" can tell you how many active shells are used, the users logged in, and where they logged in.

What is the difference between snapback hats and fitted hats?

User Avatar

Asked by Wiki User

Snapbacks have the adjustable thing in the back and have a flat top. Fitted aren't adjustable, have stickers with the size, and have a more circular top.

How do you connect to the Internet in Linux?

User Avatar

Asked by Wiki User

ifconfig is he command common to all Linux distrobutions. In order to use it, you have to know in advance what your IP information should be. To set your ip address to 192.168.1.100, with a standard class C netmask you would do this:

ifconfig eth0 192.168.1.100

If you have a DHCP server installed in your network, or if your home router has a DHCP server, you should use a DHCP client to connect to the network. There are two common DHCP clients. dhclient, and dhcpcd. Their usage is mostly the same:

dhcpcd eth0

or

dhclient eth0

The methods described above will work on any distribution, but as you can see it requires you to manually type commands every time. You will have to check with your distrobution to get specific instructions, but most distributions have a 'network manager' that does that sort of thing for you.

In Ubuntu, you can just click on the network manager icon and select Wired Network or pick a wireless network. On Slackware, you can type netconfig at the command line and it will walk you through setup of a wired network. Setup of wireless networks in Slackware can be tricky if you don't have a network manager installed. The best thing to do would be to Google the name of your distribution and network or internet.

Types of Linux?

User Avatar

Asked by Wiki User

there are there types

What is the relationship of IBM and REDHAT between GUI?

User Avatar

Asked by Wiki User

It is a very complex relationship that cannot be shared with the un-initiated. You must first learn to do search and replaces on arbitrary line ranges on files being edited within 'vi' before such secrets are shared.

How do you install RealPlayer 11 in Linux?

User Avatar

Asked by Wiki User

1. Open a terminal.

2. Navigate to the folder where you downloaded the RealPlayer installer.

3a. On Ubuntu and Ubuntu-based distros, enter "sudo chmod +x RealPlayer11Gold.bin"

3b. On most other distros, enter "su", and then "chmod +x RealPlayer11Gold.bin"

4. On Ubuntu / ubuntu-based, enter "sudo ./RealPlayer11Gold.bin". On most other distros, enter "./RealPlayer11Gold.bin."

you may also want to entertain the idea of using VLC media player as it is a very nice and verbose option for playing these and more types of files.

What is an inode number in Linux?

User Avatar

Asked by Wiki User

An inode is a data structure on a traditional Unix-style file system such as UFS or ext3. An inode stores basic information about a regular file, directory, or other file system object.

Each and every file under Linux (and UNIX) has following attributes:

* File type (executable, block special etc) * Permissions (read, write etc) * Owner * Group * File Size * File access, change and modification time * File deletion time * Number of links (soft/hard) * Access Control List (ACLs)

All the above information is stored in an inode.

So, each file has an inode associated with it and an unique number called inode number.

This number is used to look up an entry in the inode table.

How does one obtain Red Hat certification?

User Avatar

Asked by Wiki User

One can obtain a Red Hat certification at their official website called RedHat. Once you are at their website, you can take an exam, where if you pass, you will get a certificate.

What is the difference between red hat and blue hat gnomes?

User Avatar

Asked by Wiki User

one has a red hat and the other has a blue one.

AnswerAlso, blue hatted gnomes have more effective infravision as they are not loyal to Thay.

Gnomes in Thay? Heavens, what has Faerun come to?

Where is root password stored?

User Avatar

Asked by Wiki User

in /etc/shadow file, encrypted