EmbLogic's Blog

Author Archives: Rahul Verma

Create A new Release and Branch in RCS

RCS is a Revision Control System. It manages changes in text documents, automating the storage, retrieval, logging, and logging of file revisions.         In the  image there is a RCS -Tree which have  following parts: One Branch : … Continue reading

Posted in Project 1: A Linux Administration based Project, Project Management Tools, Uncategorized | Leave a comment

Changing the behavior of Pipe using funtion- ‘fcntl()’

The pipe() system call is used to create a pipe which returns two file-descriptors; one for read and one for write. If pipe is empty, then reader waits until data is available to read from the pipe which is termed … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Leave a comment