Some basic usefull Linux system calls using C
This code used to list directories and files recursively in a given parent directory via command argument
This code illustrates padding problem when working with structure using C
Implementation of the command shell cat text.txt |grep pattern |cut -b 1-5
Same as piping.c but here is used to redirect pipes to establish communication between childs a father processes
Check for palindrome pattern either in strings or numbers
These two snippest used for IPC using named pipes
Illustration of fseek() and ftell() to control file pointer
Some signal handlers examples
A basic implementation of library mangement data base using structures.
A simple exploitation to the suid bug