EmbLogic's Blog

Author Archives: sushant.bhangale

Paraller port driver

Implement the compatibility mode.

Posted in Uncategorized | Leave a comment

PROJECT 5:

Implement the proc entry & read.

Posted in Uncategorized | Leave a comment

Assignment of exec() system call’

int main() { int fd,wr; char ch[]=”Emblogic”; char *name; name = malloc(sizeof(char)*233); if(name==NULL) { perror(“Malloc”); } fd=open(“file.txt”,O_WRONLY); printf(“File descripter =%d\n”,fd); wr = write(fd,ch,7); if(wr == -1) { perror(“write”); } printf(“wr =%d\n”,wr); sprintf(name,”%d”,fd); printf(“%s\n”,name); execl(“fd1″,”fd1″,name,0); printf(“Bye\n”); }

Posted in Uncategorized | 3 Comments

E11 create man page

successfully create man page

Posted in Uncategorized | Leave a comment

E11 status of master array

string is not compare with separate word but i am not using string by character.

Posted in Uncategorized | 6 Comments

Assignment1 is completed and assignment 2 remaining only 6 question

Posted in Uncategorized | Leave a comment

E11

Assignment1 Only 2 question are remaining

Posted in Uncategorized | Leave a comment

E11

Assignment1 solve 6 question more

Posted in Uncategorized | Leave a comment

E11

create a make file using 2header file & 3.c file & successfully run the RCS

Posted in Uncategorized | Leave a comment

E11

Runr the program in switch case in shell scripting

Posted in Uncategorized | Leave a comment

E11

Read the document for RCS

Posted in Uncategorized | Leave a comment

E11

successful create make file

Posted in Uncategorized | Leave a comment

E11 -

ps1=E11~] this command is not proper work

Posted in Uncategorized | Leave a comment

E11

sucessfull solve if,if-else,for ,while&until in script

Posted in Uncategorized | Leave a comment

In array

how to declear array?

Posted in Uncategorized | Leave a comment