How to configure shell in Red Hat Linux?

Asked By 20 points N/A Posted on -
qa-featured

Hi, Can you tell me about Linux shell and variable, how many types of variable we can find in Red Hat Linux?

SHARE
Best Answer by Britnu Salu
Answered By 0 points N/A #133229

How to configure shell in Red Hat Linux?

qa-featured

Just like MS-DOS for windows Linux Shell is command interpreter that lets you execute different library command.

For more information visit

Variables are simple way to represent a set of data which can be modified.

A variable in a Linux script can be assigned any type of value.

A Variable can be set as Environment, globally or locally

Best Answer
Best Answer
Answered By 0 points N/A #133230

How to configure shell in Red Hat Linux?

qa-featured

Hi  Yency,

The bash shell can be configured through a number of
mechanisms, including

a. local variable
b. aliases
c. function
d. the “set” command
e. the “shopt” command

Variable can be two types:
Local and Environmental.

Commands.
#set           to display all variable .
#env          to display all environmental variable.


Britnu Salu

Related Questions