In the following session, some environment variables and their values are highlighted.

What will be an ideal response?


```
$ set | more
BASH=/bin/bash
BASH_VERSINFO=([0]="2" [1]="05" [2]="8" [3]="1" [4]="release" [5]="i386-redhat-l
inux-gnu")
BASH_VERSION=$'2.05.8(1)-release'
COLORS=/etc/DIR_COLORS
COLUMNS=80
DIRSTACK=()
EUID=608
GROUPS=()
HISTFILE=/home/faculty/msarwar/.bash_history
HISTFILESIZE=1000
HISTSIZE=1000
HOME=/home/faculty/msarwar
HOSTNAME=reslab1.lums.edu.pk
HOSTTYPE=i386
IFS=$' \t\n'
INPUTRC=/etc/inputrc
KDEDIR=/usr
LANG=en_US
LESSOPEN=$'|/usr/bin/lesspipe.sh %s'
LINES=24
LOGNAME=msarwar
LS_COLORS=
MACHTYPE=i386-redhat-linux-gnu
MAIL=/var/spool/mail/msarwar
MAILCHECK=60
OPTERR=1
OPTIND=1
OSTYPE=linux-gnu
PATH=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/faculty/msarwar/bin:/sbin:.
PIPESTATUS=([0]="0")
PPID=29131
PS1=$'[\\u@\\h \\W]\\$ '
PS2=$'> '
PS4=$'+ '
PWD=/home/faculty/msarwar
QTDIR=/usr/lib/qt-2.3.1
REMOTEHOST=suraj.lums.edu.pk
SHELL=/bin/bash
SHELLOPTS=braceexpand:hashall:histexpand:monitor:history:interactive-comments:emacs
SHLVL=1
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
SUPPORTED=en_US:en
TERM=ansi
UID=608
USER=msarwar
_=set
langfile=/home/faculty/msarwar/.i18n
sourced=1
mc ()
{
mkdir -p ~/.mc/tmp 2>/dev/null;
chmod 700 ~/.mc/tmp;
MC=~/.mc/tmp/mc-$$;
/usr/bin/mc -P "$@" >"$MC";
cd "`cat $MC`";
/bin/rm "$MC";
unset MC
}
$
```

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. When the fixed manipulator is used, the value specified by the setprecision manipulator will be the number of digits to appear after the decimal point. 2. The only difference between the get function and the >> operator is that get reads the first character typed, even if it is a space, tab, or the [Enter] key. 3. The cin << statement will stop reading input when it encounters a newline character. 4. If you want to know the length of the string that is stored in a string object, you can call the object's size member function. 5. Arithmetic operators that share the same precedence have right to left associativity.

Computer Science & Information Technology

It is not necessary for all macros to contain a Message Box that describes to the user what actions just occurred and that the Macro has completed running

Indicate whether the statement is true or false

Computer Science & Information Technology

The following SELECT statement: SELECT EmpFirstName, EmpLastName FROM tblEmployee WHERE EmpLastName Like "[D-G]*"; would list the EmpFirstName and EmpLastName that ________

A) begins with the letters D, E, F, and G sorted in ascending order B) begins with the letters D, E, F, and G sorted in descending order C) begins with the letters D, E, F, and G not sorted in any particular order D) begins with the letters E and F

Computer Science & Information Technology

Microsoft Word does not provide resume templates

Indicate whether the statement is true or false

Computer Science & Information Technology