Results 11 to 15 of 15
Yep. Didn't you know that you can use symbolic signal names to kill? Just as SIGKILL as defined as 9, you can use kill -KILL. You can use -INT, -HUP, ...
- 06-04-2003 #11Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Yep. Didn't you know that you can use symbolic signal names to kill? Just as SIGKILL as defined as 9, you can use kill -KILL. You can use -INT, -HUP, -TERM or anything that you'd like. Far easier than having to remember or look up all signal numbers as you need them.
- 06-04-2003 #12Linux User
- Join Date
- May 2003
- Location
- CA
- Posts
- 370
Hi,
in order to exit frm mail ,
just type q on redhat...and you should exit the program...i just tried it and it worked..
- 06-04-2003 #13Linux User
- Join Date
- May 2003
- Location
- CA
- Posts
- 370
bpark,
by last 2 tokens are you talking about the last two tokens in the /etc/fstab file?
if yes then the second last field determines whether a dump of the filesystem is required or not and the last field determines the order in which fsck is run on the machine.
- 06-04-2003 #14Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
What is a dump?
The best things in life are free.
- 06-04-2003 #15Linux User
- Join Date
- May 2003
- Location
- CA
- Posts
- 370
dump meaning a backup of the filesystem to the given disk or any other storage medium...the fifth field in the fstab file is read by this command and appropriate action is taken...
man dump for more details...


Reply With Quote
