Re: [newbie] Confirming deletion

2000-12-26 Thread Tom Brinkman

On Tuesday 26 December 2000 08:58 am, Holly Henry-Pilkington wrote:

> Did you also check the .bashrc for the user you are logged in as?
> Perhaps you successfully removed them from the global settings via
> /etc/bashrc but the local user had the aliases directly?
>
> Holly

   I believe this is the most correct answer.  Also, upgrading rather 
than clean installs can leave behind config files like /etc/bashrc and 
.bashrc in the users home dir  that shouldn't of been.
-- 
Tom Brinkman   [EMAIL PROTECTED] Galveston Bay




Re: [newbie] Confirming deletion

2000-12-26 Thread Holly Henry-Pilkington

Meph Istopheles wrote:
> 
>   Morning Paul,
> 
> > >  Thanks Paul, but, as you can see here:
> 
> > ># User specific aliases and functions
> 
> > >alias ls='ls --color=auto'
> > >alias ls='ls --color=tty'
> 
> > >I've only these two entries under alias.  I checked /etc/bashrc
> > >as well.  No alias entries at all there.
> 
> > Highly fascinating. But I can't help you further... I hope you
> > figure it out!
> 
>   Me too;-).  If I can't find where the problem lies, & no one
> here knows about it, I'll try the Linux@eGroups list.  Johnny O
> knows most everything.

Did you also check the .bashrc for the user you are logged in as? Perhaps
you successfully removed them from the global settings via /etc/bashrc but
the local user had the aliases directly?

Holly




Re: [newbie] Confirming deletion

2000-12-26 Thread Meph Istopheles

  Morning Paul,

> >  Thanks Paul, but, as you can see here:

> ># User specific aliases and functions

> >alias ls='ls --color=auto'
> >alias ls='ls --color=tty'

> >I've only these two entries under alias.  I checked /etc/bashrc
> >as well.  No alias entries at all there.

> Highly fascinating. But I can't help you further... I hope you
> figure it out!

  Me too;-).  If I can't find where the problem lies, & no one
here knows about it, I'll try the Linux@eGroups list.  Johnny O
knows most everything.

  Meph

-- 
  "I did this 'cause Linux gives me a woody."
  -Dave '-ddt->' Taylor, announcing DOOM for Linux





Re: [newbie] Confirming deletion

2000-12-26 Thread Tim Holmes

Actually as a side note.

You don't have to log out and log back in.  You can type source .bashrc at the command
prompt, or you can just restart the termincal window.  I've found that Etem quite often
likes you to close that window and open another one.

But that's just a FYI. :0)
tdh
--
T. Holmes
Unixtechs.org
[EMAIL PROTECTED]
www.unixtechs.org/

"Real Men use Vi."

* Paul <[EMAIL PROTECTED]> [001225 14:11]:
> On Mon, 25 Dec 2000, Meph Istopheles wrote:
> 
> >  Hey,
> >
> >  You know, I remember long ago finding how to turn ~on~ the
> >command line feature to confirm rm, but I can't find how to turn
> >it off now lm turnsit on by default.  I've been using the -f
> >option, but would really like to not be prompted at all.
> >
> >  How ~is~ that turned off?
> 
> Hi M,
> 
> the confirmation stuff is set through aliases which are loaded from your
> ~/.bashrc:
> 
> # .bashrc
> 
> # User specific aliases and functions
> alias mv='mv -i'
> alias cp='cp -i'
> alias s='cd ..'
> alias d='ls'
> alias p='cd -'
> alias rm='rm -i'
> 
> Remove or comment out (using #) the aliases you don't want, log in again,
> and the confirmations are gone.
> 
> Paul
> 
> -- 
> Air is water with holes in it.
> 
> http://nlpagan.net - ICQ 147208 - Registered Linux User 174403
>  Linux Mandrake 7.2 - Pine 4.31




Re: [newbie] Confirming deletion

2000-12-26 Thread Paul

On Mon, 25 Dec 2000, Meph Istopheles wrote:

>  Thanks Paul, but, as you can see here:
>
># User specific aliases and functions
>
>alias ls='ls --color=auto'
>alias ls='ls --color=tty'
>
>I've only these two entries under alias.  I checked /etc/bashrc
>as well.  No alias entries at all there.
>
>  I remember some command which turns rm confirmation on, but I
>don't remember seeing anything about turning it off.  I know it's

Highly fascinating. But I can't help you further... I hope you figure it
out!
Paul

-- 
Everyone is a genius.
It's just that some people are too stupid to realize it.

http://nlpagan.net - ICQ 147208 - Registered Linux User 174403
 Linux Mandrake 7.2 - Pine 4.31





Re: [newbie] Confirming deletion

2000-12-25 Thread Paul

On Mon, 25 Dec 2000, Meph Istopheles wrote:

>  Hey,
>
>  You know, I remember long ago finding how to turn ~on~ the
>command line feature to confirm rm, but I can't find how to turn
>it off now lm turnsit on by default.  I've been using the -f
>option, but would really like to not be prompted at all.
>
>  How ~is~ that turned off?

Hi M,

the confirmation stuff is set through aliases which are loaded from your
~/.bashrc:

# .bashrc

# User specific aliases and functions
alias mv='mv -i'
alias cp='cp -i'
alias s='cd ..'
alias d='ls'
alias p='cd -'
alias rm='rm -i'

Remove or comment out (using #) the aliases you don't want, log in again,
and the confirmations are gone.

Paul

-- 
Air is water with holes in it.

http://nlpagan.net - ICQ 147208 - Registered Linux User 174403
 Linux Mandrake 7.2 - Pine 4.31





[newbie] Confirming deletion

2000-12-25 Thread Meph Istopheles

  Hey,

  You know, I remember long ago finding how to turn ~on~ the
command line feature to confirm rm, but I can't find how to turn
it off now lm turnsit on by default.  I've been using the -f
option, but would really like to not be prompted at all.

  How ~is~ that turned off?

  Meph

-- 
  "I did this 'cause Linux gives me a woody."
  -Dave '-ddt->' Taylor, announcing DOOM for Linux