nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

Process Killing -9 vs -10 and RAID 0+1 vs RAID 1+0

This is a discussion on Process Killing -9 vs -10 and RAID 0+1 vs RAID 1+0 within the Linux software forums, part of the Linux Getting Started category; HI, What is the difference between kill -9 & kill-15 also what is the difference between raid (1+0) and raid ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux software

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-02-2008, 04:23 PM
Junior Member
User
 
Join Date: Sep 2007
Location: Mumbai
My distro: Redhat/Solaris
Posts: 26
Rep Power: 0
amsreeku is on a distinguished road
Default Process Killing -9 vs -10 and RAID 0+1 vs RAID 1+0

HI,

What is the difference between
kill -9 & kill-15
also
what is the difference between raid (1+0) and raid (0+1)



Hoping your anticipation

Shrikumar
__________________
Shrikumar
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-07-2008, 03:44 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Any distro with shell
Posts: 906
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default KILL 9 vs TERM 15

KILL 9 exit immediately - this signal may not be blocked and process get killed immediately without saving data. Use this only you need it as data loss may be possible

TERM 15 send exit request - this signal is sent to a process to request its termination.

Usually you need to use kill command without KILL -9
Code:
kill pid
RAID 1+0 vs 0+1 see
  1. RAID Levels 0+1 (01) and 1+0 (10)
  2. Why is RAID 1+0 better than RAID 0+1?
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Killing of a process and send a mail if the process doesnot come up within 2 minutes Prince89 Shell scripting 1 02-11-2008 12:39 PM
RAID Problem asim.mcp Linux software 4 09-17-2007 05:49 PM
Raid Monitoring vimalgoel Getting started tutorials 3 08-09-2007 05:08 PM
Installing on RAID cttw Linux software 3 10-26-2006 03:55 AM
Difference between Linux RAID 0, RAID 1 and RAID 5 jerry Linux software 3 06-26-2006 06:48 PM


All times are GMT +5.5. The time now is 07:55 AM.


Powered by vBulletin® Version 3.7.2 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36