Re: basic question!!

2003-08-14 Thread Edward Croft
On Thu, 2003-08-07 at 19:19, Rik Thomas wrote: > On Thu, 2003-08-07 at 19:23, bruce wrote: > > hi... > > > > can someone please tell me what the command is for generating the messages > > that can appear when someone logs in... i'm pretty sure it's simply > > editing a particular file. but i c

Re: basic question!!

2003-08-14 Thread Ritesh Raj Sarraf
On Fri, 2003-08-08 at 04:49, Rik Thomas wrote: > On Thu, 2003-08-07 at 19:23, bruce wrote: > > hi... > > > > can someone please tell me what the command is for generating the messages > > that can appear when someone logs in... i'm pretty sure it's simply > > editing a particular file. but i c

Re: basic question!!

2003-08-10 Thread Rik Thomas
On Thu, 2003-08-07 at 19:23, bruce wrote: > hi... > > can someone please tell me what the command is for generating the messages > that can appear when someone logs in... i'm pretty sure it's simply > editing a particular file. but i can't recall what it is > > this is driving me crazy!!!

RE: basic question!!

2003-08-09 Thread bruce
Ritesh Raj Sarraf Sent: Thursday, August 07, 2003 1:18 PM To: [EMAIL PROTECTED] Subject: Re: basic question!! On Fri, 2003-08-08 at 04:49, Rik Thomas wrote: > On Thu, 2003-08-07 at 19:23, bruce wrote: > > hi... > > > > can someone please tell me what the command is for ge

Re: basic question: busy devicess

2000-11-24 Thread Mike Burger
I found that I couldn't unmount certain filesystems/devices because I had them NFS exported...temporarily shutting off nfs, I was able to unmount the filesystem with no problem, and could remount it when I needed it. On Fri, 24 Nov 2000, David Brett wrote: > In the process of testing mounting an

Re: basic question: busy devicess

2000-11-24 Thread Michael Butler/CanEast/IBM
Hi David, The fuser command will kill processes that have a device locked. Let's say you want to unmount a filesystem called /test on /dev/hda2. You would issue the fuser -ku /test command and all processes on that filesystem are killed. You can then unmount it. You can also issue the fuser -u com