codingfreak
Pages
(Move to ...)
Home
Algorithms
Data Structures
Linux
▼
11.03.2009
Using 'find' command
›
' find ' is one of the useful commands available in Unix/Linux systems. In this article I am trying to use ' find ' in a eff...
1 comment:
10.30.2009
Are you a Hacker ??
›
from ReDragon on IRC, handed to newbies... Are You a Hacker? Take a little quiz for me today. Tell me if you fit this description. You got...
3 comments:
10.04.2009
Signals in Linux - Blocking Signals
›
Blocking a signal means telling the operating system to hold it and deliver it later when it is unblocked. Between the time when it is gener...
2 comments:
9.22.2009
Signals in Linux - Catching and Ignoring Signals - sigaction
›
The sigaction system call has the same basic effect as signal system call: to specify how a signal should be handled by the process. But s...
9.15.2009
Signals in Linux - Catching and Ignoring Signals - signal
›
The simplest way to change the action for a signal is to use the signal system call. You can specify a built-in action (such as to ignore t...
‹
›
Home
View web version