The following session shows the results of execution of the date, more ~/.profile, and more /etc/profile command

What will be an ideal response?


```
$ date
Sun Dec 15 12:22:43 PKT 2002
$ more ~/.profile
/home/faculty/msarwar/.profile: No such file or directory
$ more /etc/profile
# /etc/profile
# System wide environment and startup programs, for login setup
# Functions and aliases go in /etc/bashrc
# Path manipulation
if [ `id -u` = 0 ] && ! echo $PATH | /bin/grep -q "/sbin" ; then
PATH=/sbin:$PATH
fi
if [ `id -u` = 0 ] && ! echo $PATH | /bin/grep -q "/usr/sbin" ; then
PATH=/usr/sbin:$PATH
fi
if [ `id -u` = 0 ] && ! echo $PATH | /bin/grep -q "/usr/local/sbin" ; then
PATH=/usr/local/sbin:$PATH
fi
if ! echo $PATH | /bin/grep -q "/usr/X11R6/bin" ; then
PATH="$PATH:/usr/X11R6/bin"
fi
# No core files by default
ulimit -S -c 0 > /dev/null 2>&1
USER=`id -un`
LOGNAME=$USER
MAIL="/var/spool/mail/$USER"
HOSTNAME=`/bin/hostname`
HISTSIZE=1000
if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ]; then
INPUTRC=/etc/inputrc
fi
export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC
for i in /etc/profile.d/*.sh ; do
if [ -r $i ]; then
. $i
fi
done
unset i
$
```
```
$ mkdir ~/coourses
$
```
```
$ ls -a
. bin .gnome personal
.. books .gnome-desktop .pine-interrupted-mail
.addressbook courses .gnome_private .pinerc
.addressbook.lu cvsroot .gtkrc .sawfish
.bash_history .ddd .ICEauthority .screenrc
.bash_logout .emacs .kde .swp
.bash_profile .gconf mail .Xauthority
.bashrc .gconfd .nautilus .xsession-errors
$
```

Computer Science & Information Technology

You might also like to view...

Which of the following function declarations would be correct to overload the multiply operator for the Rational numbers class?

a. friend Rational operator times(const Rational &left, const Rational &right); b. Rational operator times(const Rational &left, const Rational &right); c. friend Rational operator *(const Rational &left, const Rational &right); d. Rational operator *(const Rational &left, const Rational &right);

Computer Science & Information Technology

Maturity is the interest rate the bond pays

Indicate whether the statement is true or false.

Computer Science & Information Technology

You should use a database rather than a spreadsheet if you want to collect, reorganize and filter data, and/or create reports from the data.

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

Computer Science & Information Technology

Paid placement links are typically labeled as _____.?

A. ?privileged B. ?cached C. ?sponsored D. ?subscribed

Computer Science & Information Technology