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
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
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!!!
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
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
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