Find the answer to your Linux question:
Page 2 of 2 FirstFirst 1 2
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, ...
  1. #11
    Linux 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.

  2. #12
    Linux 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..

  3. #13
    Linux 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.

  4. #14
    Linux Engineer
    Join Date
    Nov 2002
    Location
    Queens, NY
    Posts
    1,319
    What is a dump?
    The best things in life are free.

  5. #15
    Linux 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...

Page 2 of 2 FirstFirst 1 2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •