> Another question , what is the function of PS2 and when to use it ? Please
> advise
I advise you to use
PS2="smokin'crack? > "
as I do.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Hi
Please ask these questions on [EMAIL PROTECTED]
M
> Hi ;
> I use bash shell in my FreeBSD machine . How do I change a promt from
> "$" to "#" when I login as superuser from normal user to root ?
>
>
> my .bashrc script looks as following .
>
> PS1="[\u@\h: \w]\$ "
> alias ls=
Hi ;
I use bash shell in my FreeBSD machine . How do I change a promt from
"$" to "#" when I login as superuser from normal user to root ?
my .bashrc script looks as following .
PS1="[\u@\h: \w]\$ "
alias ls='ls -F'
alias cp='cp -i'
alias mv='mv -i'
alias rm='rm -i
Another quest