Skip to content

shivam1410/ssshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

ssshell

linux shell

Compile and Run

compile: gcc shell.c -lreadline -o shell
run: ./shell

Libraries Used

  • <stdio.h>
  • <string.h>
  • <stdlib.h>
  • <unistd.h>
  • <sys/types.h>
  • <sys/wait.h>
  • <readline/readline.h>
  • <readline/history.h>

    for retrieving hostname and ip address
  • <errno.h>
  • <netdb.h>
  • <sys/types.h>
  • <sys/socket.h>
  • <netinet/in.h>
  • <arpa/inet.h>

Refrences

Releases

No releases published

Packages

No packages published

Languages