Skip to content

시스템 프로그래밍 수업 과제입니다.

Notifications You must be signed in to change notification settings

doogunwo/HandlerShell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create_Shell

담당 역할 김봉주 : cp, rm, mv 및 csh, bash 등에서처럼 인터럽트키 (SIGINT: Ctrl-C, SIGQUIT: Ctrl-Z) 가 동작하도록 프로그램을 수정

도건우 : cd, mkdir, rmdir 및 csh, bash 등에서처럼 쉘 명령의 마지막에 ‘&’을 입력하면 백그라운드로 실행되도록 프로그램을 수정 및 pwd, cat을 구현했습니다.

문준석 : ls, pwd, cat, ln 및 파일 재지향 (>, <) 및 파이프(|) 기능이 가능하도록 프로그램을 수정과 "exit"를 치면 프로그램을 끝내도록 프로그램을 수정

Handler + shell = Hash -> 프로그램 시작 명령어

About

시스템 프로그래밍 수업 과제입니다.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.7%
  • Shell 1.3%