Re: how is it possible
I see this from time to time on our HP systems. The terminal emulator on the client gets out of sync with the host, especially in regards to CTL-H and the Backspace key. I've seen this caused by applications that set the emulator into raw mode (Oracle Applications 10.7 character) and then back as well as su - user ... exit. That CTL-H trick embedded in a filename is how I test our Jr admins. Yes... I can be a tad evil at times... Ron Thomas Hypercom, Inc [EMAIL PROTECTED] Each new user of a new system uncovers a new class of bugs. -- Kernighan [EMAIL PROTECTED] com To: [EMAIL PROTECTED] Sent by: cc: [EMAIL PROTECTED]Subject: Re: how is it possible .com 10/24/2003 10:24 AM Please respond to ORACLE-L Thanks Ron , This worked . But do you know why it happens . As I said its happening third time with me . My unix screen behaves weired sometimes it doesn't print any character I type and some time it prints characters which I never type ( in this particular case ). Thanks, -ak - Original Message - To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]> Sent: Thursday, October 23, 2003 5:04 PM > > This generally happens when there is a CTL-H embedded in the filename. Try > > mv *m* anotherfilename > > You should be able to get at it after that. > > Ron Thomas > Hypercom, Inc > [EMAIL PROTECTED] > Each new user of a new system uncovers a new class of bugs. -- Kernighan > > > > [EMAIL PROTECTED] > com To: [EMAIL PROTECTED] > Sent by: cc: > [EMAIL PROTECTED]Subject: how is it possible > .com > > > 10/23/2003 04:49 > PM > Please respond to > ORACLE-L > > > > > > > This happening with me 3 rd time on this hp box . When I do ls -alt I can see a file in current > directory but when I try to open it (vi/cat ) it says no such file or directory . I am same user > who created the file .. ( no permission problem ) > > Any idea ?? > > -ak > > > > > > /home/ak/myscripts/shell_scr $ ls -alt > total 4 > drwxrwxrwx 2 ak dba 96 Oct 23 14:40 . > -rwxrwxrwx 1 ak dba412 Oct 23 14:40 mon_scr > drwxr-x--- 10 ak dba 1024 Oct 13 16:07 .. > > /home/ak/myscripts/shell_scr $ cat mon_scr > cat: Cannot open mon_scr: No such file or directory > > /home/ak/myscripts/shell_scr $ cat ./mon_scr > cat: Cannot open ./mon_scr: No such file or directory > > /home/ak/myscripts/shell_scr $ > > /home/ak/shell_scr $ whoami > ak > > > > > > -- > Please see the official ORACLE-L FAQ: http://www.orafaq.net > -- > Author: Ron Thomas > INET: [EMAIL PROTECTED] > > Fat City Network Services-- 858-538-5051 http://w
Re: how is it possible
Are you using vi? Sometimes if you try to :wq! to a specific name a little too quickly, you might accidentally punch in a non-printable control character in the filename. Adam "AK" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 10/24/2003 10:24 AM Please respond to [EMAIL PROTECTED] To Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> cc Subject Re: how is it possible Thanks Ron , This worked . But do you know why it happens . As I said its happening third time with me . My unix screen behaves weired sometimes it doesn't print any character I type and some time it prints characters which I never type ( in this particular case ). Thanks, -ak - Original Message - To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]> Sent: Thursday, October 23, 2003 5:04 PM > > This generally happens when there is a CTL-H embedded in the filename. Try > > mv *m* anotherfilename > > You should be able to get at it after that. > > Ron Thomas > Hypercom, Inc > [EMAIL PROTECTED] > Each new user of a new system uncovers a new class of bugs. -- Kernighan > > > > [EMAIL PROTECTED] > com To: [EMAIL PROTECTED] > Sent by: cc: > [EMAIL PROTECTED]Subject: how is it possible > .com > > > 10/23/2003 04:49 > PM > Please respond to > ORACLE-L > > > > > > > This happening with me 3 rd time on this hp box . When I do ls -alt I can see a file in current > directory but when I try to open it (vi/cat ) it says no such file or directory . I am same user > who created the file .. ( no permission problem ) > > Any idea ?? > > -ak > > > > > > /home/ak/myscripts/shell_scr $ ls -alt > total 4 > drwxrwxrwx 2 ak dba 96 Oct 23 14:40 . > -rwxrwxrwx 1 ak dba412 Oct 23 14:40 mon_scr > drwxr-x--- 10 ak dba 1024 Oct 13 16:07 .. > > /home/ak/myscripts/shell_scr $ cat mon_scr > cat: Cannot open mon_scr: No such file or directory > > /home/ak/myscripts/shell_scr $ cat ./mon_scr > cat: Cannot open ./mon_scr: No such file or directory > > /home/ak/myscripts/shell_scr $ > > /home/ak/shell_scr $ whoami > ak > > > > > > -- > Please see the official ORACLE-L FAQ: http://www.orafaq.net > -- > Author: Ron Thomas > INET: [EMAIL PROTECTED] > > Fat City Network Services-- 858-538-5051 http://www.fatcity.com > San Diego, California-- Mailing list and web hosting services > - > To REMOVE yourself from this mailing list, send an E-Mail message > to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in > the message BODY, include a line containing: UNSUB ORACLE-L > (or the name of mailing list you want to be removed from). You may > also send the HELP command for other information (like subscribing). > -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: AK INET: [EMAIL PROTECTED] Fat City Network Services-- 858-538-5051 http://www.fatcity.com San Diego, California-- Mailing list and web hosting services - To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: INET: [EMAIL PROTECTED] Fat City Network Services-- 858-538-5051 http://www.fatcity.com San Diego, California-- Mailing list and web hosting services - To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Re: how is it possible
What type of terminal are you emulating in your telnet session, what is the value of your TERMINAL environmental variable and what are your stty settings in your .profile? I used to use VT110 or VT220 for the terminal. "AK" To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> Sent by: cc: ml-errors Subject: Re: how is it possible 10/24/2003 12:24 PM Please respond to ORACLE-L Thanks Ron , This worked . But do you know why it happens . As I said its happening third time with me . My unix screen behaves weired sometimes it doesn't print any character I type and some time it prints characters which I never type ( in this particular case ). Thanks, -ak - Original Message - To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]> Sent: Thursday, October 23, 2003 5:04 PM > > This generally happens when there is a CTL-H embedded in the filename. Try > > mv *m* anotherfilename > > You should be able to get at it after that. > > Ron Thomas > Hypercom, Inc > [EMAIL PROTECTED] > Each new user of a new system uncovers a new class of bugs. -- Kernighan > > > > [EMAIL PROTECTED] > com To: [EMAIL PROTECTED] > Sent by: cc: > [EMAIL PROTECTED]Subject: how is it possible > .com > > > 10/23/2003 04:49 > PM > Please respond to > ORACLE-L > > > > > > > This happening with me 3 rd time on this hp box . When I do ls -alt I can see a file in current > directory but when I try to open it (vi/cat ) it says no such file or directory . I am same user > who created the file .. ( no permission problem ) > > Any idea ?? > > -ak > > > > > > /home/ak/myscripts/shell_scr $ ls -alt > total 4 > drwxrwxrwx 2 ak dba 96 Oct 23 14:40 . > -rwxrwxrwx 1 ak dba412 Oct 23 14:40 mon_scr > drwxr-x--- 10 ak dba 1024 Oct 13 16:07 .. > > /home/ak/myscripts/shell_scr $ cat mon_scr > cat: Cannot open mon_scr: No such file or directory > > /home/ak/myscripts/shell_scr $ cat ./mon_scr > cat: Cannot open ./mon_scr: No such file or directory > > /home/ak/myscripts/shell_scr $ > > /home/ak/shell_scr $ whoami > ak > > > > > > -- > Please see the official ORACLE-L FAQ: http://www.orafaq.net > -- > Author: Ron Thomas > INET: [EMAIL PROTECTED] > > Fat City Network Services-- 858-538-5051 http://www.fatcity.com > San Diego, California-- Mailing list and web hosting services > - > To REMOVE yourself from this mailing list, send an E-Mail message > to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in > the message BODY, include a line containing: UNSUB ORACLE-L > (or the name of mailing list you want to be removed from). You may > also send the HELP command for other information (like subscribing). > -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: AK INET: [EMAIL PROTECTED] Fat City Network Services-- 858-538-5051 http://www.fatcity.com San Diego, California-- Mailing list and web hostin
Re: how is it possible
Thanks Ron , This worked . But do you know why it happens . As I said its happening third time with me . My unix screen behaves weired sometimes it doesn't print any character I type and some time it prints characters which I never type ( in this particular case ). Thanks, -ak - Original Message - To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]> Sent: Thursday, October 23, 2003 5:04 PM > > This generally happens when there is a CTL-H embedded in the filename. Try > > mv *m* anotherfilename > > You should be able to get at it after that. > > Ron Thomas > Hypercom, Inc > [EMAIL PROTECTED] > Each new user of a new system uncovers a new class of bugs. -- Kernighan > > > > [EMAIL PROTECTED] > com To: [EMAIL PROTECTED] > Sent by: cc: > [EMAIL PROTECTED]Subject: how is it possible > .com > > > 10/23/2003 04:49 > PM > Please respond to > ORACLE-L > > > > > > > This happening with me 3 rd time on this hp box . When I do ls -alt I can see a file in current > directory but when I try to open it (vi/cat ) it says no such file or directory . I am same user > who created the file .. ( no permission problem ) > > Any idea ?? > > -ak > > > > > > /home/ak/myscripts/shell_scr $ ls -alt > total 4 > drwxrwxrwx 2 ak dba 96 Oct 23 14:40 . > -rwxrwxrwx 1 ak dba412 Oct 23 14:40 mon_scr > drwxr-x--- 10 ak dba 1024 Oct 13 16:07 .. > > /home/ak/myscripts/shell_scr $ cat mon_scr > cat: Cannot open mon_scr: No such file or directory > > /home/ak/myscripts/shell_scr $ cat ./mon_scr > cat: Cannot open ./mon_scr: No such file or directory > > /home/ak/myscripts/shell_scr $ > > /home/ak/shell_scr $ whoami > ak > > > > > > -- > Please see the official ORACLE-L FAQ: http://www.orafaq.net > -- > Author: Ron Thomas > INET: [EMAIL PROTECTED] > > Fat City Network Services-- 858-538-5051 http://www.fatcity.com > San Diego, California-- Mailing list and web hosting services > - > To REMOVE yourself from this mailing list, send an E-Mail message > to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in > the message BODY, include a line containing: UNSUB ORACLE-L > (or the name of mailing list you want to be removed from). You may > also send the HELP command for other information (like subscribing). > -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: AK INET: [EMAIL PROTECTED] Fat City Network Services-- 858-538-5051 http://www.fatcity.com San Diego, California-- Mailing list and web hosting services - To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Re: how is it possible
It could have unprintable characters in the name. You can do ls -m, then rename the file. $ ls -m mytest1.lis, mytest.lis , mytest2.lis $ mv "mytest.lis " mytest.lis From: "AK" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> Subject: how is it possible Date: Thu, 23 Oct 2003 14:49:24 -0800 This happening with me 3 rd time on this hp box . When I do ls -alt I can see a file in current directory but when I try to open it (vi/cat ) it says no such file or directory . I am same user who created the file . ( no permission problem ) Any idea ?? -ak /home/ak/myscripts/shell_scr $ ls -alt total 4 drwxrwxrwx 2 ak dba 96 Oct 23 14:40 . -rwxrwxrwx 1 ak dba412 Oct 23 14:40 mon_scr drwxr-x--- 10 ak dba 1024 Oct 13 16:07 .. /home/ak/myscripts/shell_scr $ cat mon_scr cat: Cannot open mon_scr: No such file or directory /home/ak/myscripts/shell_scr $ cat ./mon_scr cat: Cannot open ./mon_scr: No such file or directory /home/ak/myscripts/shell_scr $ /home/ak/shell_scr $ whoami ak _ Add MSN 8 Internet Software to your current Internet access and enjoy patented spam control and more. Get two months FREE! http://join.msn.com/?page=dept/byoa -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Mike Killough INET: [EMAIL PROTECTED] Fat City Network Services-- 858-538-5051 http://www.fatcity.com San Diego, California-- Mailing list and web hosting services - To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Re: how is it possible
Could it have some special characters in the name? Try "cat *" instead. - Original Message - From: AK To: Multiple recipients of list ORACLE-L Sent: Thursday, October 23, 2003 6:49 PM Subject: how is it possible This happening with me 3 rd time on this hp box . When I do ls -alt I can see a file in current directory but when I try to open it (vi/cat ) it says no such file or directory . I am same user who created the file . ( no permission problem ) Any idea ?? -ak /home/ak/myscripts/shell_scr $ ls -alt total 4drwxrwxrwx 2 ak dba 96 Oct 23 14:40 .-rwxrwxrwx 1 ak dba 412 Oct 23 14:40 mon_scrdrwxr-x--- 10 ak dba 1024 Oct 13 16:07 .. /home/ak/myscripts/shell_scr $ cat mon_scrcat: Cannot open mon_scr: No such file or directory /home/ak/myscripts/shell_scr $ cat ./mon_scrcat: Cannot open ./mon_scr: No such file or directory /home/ak/myscripts/shell_scr $ /home/ak/shell_scr $ whoamiak
Re: how is it possible
It probably contains an unprintable control character or an extra space. Try doing $ ls -li# to get the inode $ find . -inode -exec mv {} \; or something similar. Adam "AK" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 10/23/2003 04:49 PM Please respond to [EMAIL PROTECTED] To Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> cc Subject how is it possible This happening with me 3 rd time on this hp box . When I do ls -alt I can see a file in current directory but when I try to open it (vi/cat ) it says no such file or directory . I am same user who created the file . ( no permission problem ) Any idea ?? -ak /home/ak/myscripts/shell_scr $ ls -alt total 4 drwxrwxrwx 2 ak dba 96 Oct 23 14:40 . -rwxrwxrwx 1 ak dba412 Oct 23 14:40 mon_scr drwxr-x--- 10 ak dba 1024 Oct 13 16:07 .. /home/ak/myscripts/shell_scr $ cat mon_scr cat: Cannot open mon_scr: No such file or directory /home/ak/myscripts/shell_scr $ cat ./mon_scr cat: Cannot open ./mon_scr: No such file or directory /home/ak/myscripts/shell_scr $ /home/ak/shell_scr $ whoami ak -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: INET: [EMAIL PROTECTED] Fat City Network Services-- 858-538-5051 http://www.fatcity.com San Diego, California-- Mailing list and web hosting services - To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Re: how is it possible
This generally happens when there is a CTL-H embedded in the filename. Try mv *m* anotherfilename You should be able to get at it after that. Ron Thomas Hypercom, Inc [EMAIL PROTECTED] Each new user of a new system uncovers a new class of bugs. -- Kernighan [EMAIL PROTECTED] com To: [EMAIL PROTECTED] Sent by: cc: [EMAIL PROTECTED]Subject: how is it possible .com 10/23/2003 04:49 PM Please respond to ORACLE-L This happening with me 3 rd time on this hp box . When I do ls -alt I can see a file in current directory but when I try to open it (vi/cat ) it says no such file or directory . I am same user who created the file .. ( no permission problem ) Any idea ?? -ak /home/ak/myscripts/shell_scr $ ls -alt total 4 drwxrwxrwx 2 ak dba 96 Oct 23 14:40 . -rwxrwxrwx 1 ak dba412 Oct 23 14:40 mon_scr drwxr-x--- 10 ak dba 1024 Oct 13 16:07 .. /home/ak/myscripts/shell_scr $ cat mon_scr cat: Cannot open mon_scr: No such file or directory /home/ak/myscripts/shell_scr $ cat ./mon_scr cat: Cannot open ./mon_scr: No such file or directory /home/ak/myscripts/shell_scr $ /home/ak/shell_scr $ whoami ak -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Ron Thomas INET: [EMAIL PROTECTED] Fat City Network Services-- 858-538-5051 http://www.fatcity.com San Diego, California-- Mailing list and web hosting services - To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Re: how is it possible
Likely there are "non-printing" characters in the name of the file... To see them, try "ls -alt | od -c | more". To view, rename, or delete the file, use wildcards... > This happening with me 3 rd time on this hp box . When I > do ls -alt I can see a file in current directory but when > I try to open it (vi/cat ) it says no such file or > directory . I am same user who created the file . ( no > permission problem ) > Any idea ?? > > -ak > > > > > > /home/ak/myscripts/shell_scr $ ls -alt > total 4 > drwxrwxrwx 2 ak dba 96 Oct 23 14:40 . > -rwxrwxrwx 1 ak dba412 Oct 23 14:40 > mon_scr drwxr-x--- 10 ak dba 1024 Oct 13 > 16:07 .. > /home/ak/myscripts/shell_scr $ cat mon_scr > cat: Cannot open mon_scr: No such file or directory > > /home/ak/myscripts/shell_scr $ cat ./mon_scr > cat: Cannot open ./mon_scr: No such file or directory > > /home/ak/myscripts/shell_scr $ > > /home/ak/shell_scr $ whoami > ak > > -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Tim Gorman INET: [EMAIL PROTECTED] Fat City Network Services-- 858-538-5051 http://www.fatcity.com San Diego, California-- Mailing list and web hosting services - To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
how is it possible
This happening with me 3 rd time on this hp box . When I do ls -alt I can see a file in current directory but when I try to open it (vi/cat ) it says no such file or directory . I am same user who created the file . ( no permission problem ) Any idea ?? -ak /home/ak/myscripts/shell_scr $ ls -alt total 4drwxrwxrwx 2 ak dba 96 Oct 23 14:40 .-rwxrwxrwx 1 ak dba 412 Oct 23 14:40 mon_scrdrwxr-x--- 10 ak dba 1024 Oct 13 16:07 .. /home/ak/myscripts/shell_scr $ cat mon_scrcat: Cannot open mon_scr: No such file or directory /home/ak/myscripts/shell_scr $ cat ./mon_scrcat: Cannot open ./mon_scr: No such file or directory /home/ak/myscripts/shell_scr $ /home/ak/shell_scr $ whoamiak
RE: How is it possible ???
Decent UPS equipment usually comes with a serial connection and software. You can tell it to run a script when the UPS signals that it's switched to internal power, typically this will page someone and might even run an orderly shutdown. Even though a single UPS can support many machines, it will generally only be able to signal one by itself. A few years ago, I was working for an ISP, we wrote some simple scripts that would enable the machine connected to the UPS to email other machines when the power failed, as Unix lets you direct an email to a program rather than a mailbox. These machines would then do whatever was necessary to bring their applications down cleanly. A UPS will give you plenty of warning before it is actually exhausted, there is ample time to shut down Oracle, but I doubt there would be enough time to actually run a hot or cold backup onto tape. g. -Original Message- Sent: 15 June 2001 08:56 To: Multiple recipients of list ORACLE-L Hi friends, I want to execute a procedure just before database crash due to light failure,etc. Is there any solution at database or operating system level.??? -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Guy Hammond INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 San Diego, California-- Public Internet access / Mailing Lists To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Re: How is it possible ???
On Jun 14, 2001 at 11:55:32PM, Shahid Malik(IT) wrote: > Hi friends, > I want to execute a procedure just before database crash due to > light failure,etc. > Is there any solution at database or operating system level.??? Do you have UPS? There are some daemons for UPS which are suitable for such tasks. Ask you vendor. -- Vladimir Begun | Personally, I like to defiantly split my http://vbegun.net/ | infinitives. :-) http://vbegun.net/wap/ | -- Larry Wall in [EMAIL PROTECTED]| <[EMAIL PROTECTED]> -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Vladimir Begun INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 San Diego, California-- Public Internet access / Mailing Lists To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
How is it possible ???
Hi friends, I want to execute a procedure just before database crash due to light failure,etc. Is there any solution at database or operating system level.??? TIA Shahid Latif. -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Shahid Malik(IT) INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 San Diego, California-- Public Internet access / Mailing Lists To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).