쉘 프로그램
본 자료는 3페이지 의 미리보기를 제공합니다. 이미지를 클릭하여 주세요.
닫기
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
해당 자료는 3페이지 까지만 미리보기를 제공합니다.
3페이지 이후부터 다운로드 후 확인할 수 있습니다.

소개글

쉘 프로그램에 대한 보고서 자료입니다.

목차

1. source code

2. 출력파일(*.out)

3. c_out

본문내용

xr-x 1 root root 7716 11월 13 00:10 hw05.c
-rw-r--r-- 1 root root 0 11월 13 00:11 hw05.out
hw05> ls -al > 1.out
hw05> cat 1.out
합계 88
drwxr-xr-x 2 root root 4096 11월 13 00:11 .
drwxr-xr-x 4 root root 4096 11월 12 20:49 ..
-rw------- 1 root root 20480 11월 12 23:53 .hw05.c.swn
-rw------- 1 root root 4096 11월 12 21:02 .hw05.c.swo
-rw------- 1 root root 16384 11월 12 20:59 .hw05.c.swp
-rw-r--r-- 1 root root 0 11월 13 00:11 1.out
-rwxr-xr-x 1 root root 18930 11월 13 00:10 hw05
-rwxr-xr-x 1 root root 7716 11월 13 00:10 hw05.c
-rw-r--r-- 1 root root 0 11월 13 00:11 hw05.out
hw05> cat << exit
this is test.
Good~~~~
exit
this is test.
Good~~~~
hw05> history
1 ls -al
2 ls -al > 1.out
3 cat 1.out
4 cat << exit
5 history
hw05> !3
합계 88
drwxr-xr-x 2 root root 4096 11월 13 00:11 .
drwxr-xr-x 4 root root 4096 11월 12 20:49 ..
-rw------- 1 root root 20480 11월 12 23:53 .hw05.c.swn
-rw------- 1 root root 4096 11월 12 21:02 .hw05.c.swo
-rw------- 1 root root 16384 11월 12 20:59 .hw05.c.swp
-rw-r--r-- 1 root root 0 11월 13 00:11 1.out
-rwxr-xr-x 1 root root 18930 11월 13 00:10 hw05
-rwxr-xr-x 1 root root 7716 11월 13 00:10 hw05.c
-rw-r--r-- 1 root root 0 11월 13 00:11 hw05.out
hw05> history
1 ls -al
2 ls -al > 1.out
3 cat 1.out
4 cat << exit
5 history
6 cat 1.out
7 history
hw05> mkdir kim
hw05> ls -al
합계 120
drwxr-xr-x 3 root root 4096 11월 13 00:15 .
drwxr-xr-x 4 root root 4096 11월 12 20:49 ..
-rw------- 1 root root 20480 11월 12 23:53 .hw05.c.swn
-rw------- 1 root root 4096 11월 12 21:02 .hw05.c.swo
-rw------- 1 root root 16384 11월 12 20:59 .hw05.c.swp
-rw-r--r-- 1 root root 589 11월 13 00:11 1.out
-rw-r--r-- 1 root root 23 11월 13 00:11 dongq
-rwxr-xr-x 1 root root 18930 11월 13 00:10 hw05
-rwxr-xr-x 1 root root 7716 11월 13 00:10 hw05.c
-rw-r--r-- 1 root root 0 11월 13 00:11 hw05.out
drwxr-xr-x 2 root root 4096 11월 13 00:15 kim
-rwxr-xr-x 1 root root 13363 11월 13 00:14 test
-rw-r--r-- 1 root root 111 11월 13 00:14 test.c
hw05> ls
1.out dongq hw05 hw05.c hw05.out kim test test.c
hw05> pwd
/root/dongq/hw05
hw05> kaka
kaka: No such file or directory
hw05> history
1 history
2 cat 1.out
3 history
4 mkdir dongq
5 mkdir kim
6 ls -al
7 ls
8 pwd
9 kaka
10 history
hw05> !8
/root/dongq/hw05
hw05> history
1 history
2 mkdir dongq
3 mkdir kim
4 ls -al
5 ls
6 pwd
7 kaka
8 history
9 pwd
10 history
hw05> exit
[root@dongq hw05]# exit
Script done on Thu Nov 13 00:16:23 2003
3. hw05_c.out
합계 120
drwxr-xr-x 3 root root 4096 11월 13 00:15 .
drwxr-xr-x 4 root root 4096 11월 12 20:49 ..
-rw------- 1 root root 20480 11월 12 23:53 .hw05.c.swn
-rw------- 1 root root 4096 11월 12 21:02 .hw05.c.swo
-rw------- 1 root root 16384 11월 12 20:59 .hw05.c.swp
-rw-r--r-- 1 root root 589 11월 13 00:11 1.out
-rw-r--r-- 1 root root 23 11월 13 00:11 dongq
-rwxr-xr-x 1 root root 18930 11월 13 00:10 hw05
-rwxr-xr-x 1 root root 7716 11월 13 00:10 hw05.c
-rw-r--r-- 1 root root 0 11월 13 00:11 hw05.out
drwxr-xr-x 2 root root 4096 11월 13 00:15 kim
-rwxr-xr-x 1 root root 13363 11월 13 00:14 test
-rw-r--r-- 1 root root 111 11월 13 00:14 test.c

키워드

,   shell,   history,   환경변수,   redirection,   fork
  • 가격1,500
  • 페이지수10페이지
  • 등록일2003.11.14
  • 저작시기2003.5
  • 파일형식한글(hwp)
  • 자료번호#232742
본 자료는 최근 2주간 다운받은 회원이 없습니다.
  • 편집
  • 내용
  • 가격
청소해
다운로드 장바구니