월요일, 12월 23
Shadow

미분류

#008 Unix 실습계획서8주

미분류
U N I X   실 습 계 획 서   10주차 1/2   제    목 UNIX 파일의 종류와 특성, ACL 학습목표 UNIX 파일 시스템의 파일 종류와 특성과 권한을 설정하는 ACL에 대하여 이해한다. 준비사항 Solaris 8 이 설치된 UNIX 시스템 실     습     내     용 11장 UNIX 파일의 종류와 특성   파일 종류 #ls -F /etc | more #ls -l /etc | more   하드 링크 #touch file1 #ls -l #ln file1 file2 #ls -l link count 증가 #ls -li file1과 file2의 inode number가 같다. #rm file1 #ls -li file2의 link count 감소   심벌릭 링크 #cat file1 #ln -s file1 file2 #ls -l file1 file2 심벌릭 링크 확인           U N I X   실 습 계 획 서   10주차 2/2     제    목 UNIX 파일의 종류와 특성, ACL ...

#007 Unix 실습계획서7주

미분류
U N I X   실 습 계 획 서 9주차 1/2   제    목 사용자 계정 관리 학습목표 시스템에서 수행중인 프로세스 관리와 프로세스 제어 명령어를 알아보고, 사용자 계정의 등록∙수정∙삭제 등에 관한 내용을 배운다. 준비사항 Solaris 8 이 설치된 UNIX 시스템 실     습     내     용 7장 시스템 프로세스   프로세스 상태보기 #ps #ps -ef | more   kill signal #kill -l #ps #kill -9 755 760 755, 760 프로세스 정지 #ps #kill -KILL 770 771 770, 771 프로세스 정지 #ps   프로세스로 전달되는 모든 인자 표시 #pargs `pgrep ttymon` #pargs -e 6763       U N I X   실 습 계 획 서 9주차 2/2     제    목 사용자 계정 관리 실     습     내     용 10장 사용자의 계정 관리   ...

#006 Unix 실습계획서5주

미분류
U N I X   실 습 계 획 서 6주차 1/5   제    목 vi 편집기의 활용 학습목표 UNIX 의 대표적 편집기인 vi의 기능을 이해하고 사용법을 숙지하고 각종 유틸리티에 대해 알아본다. 준비사항 Solaris 8 이 설치된 UNIX 시스템 실     습     내     용 vi 편집기 1. p.txt 파일 만들기 #cd /tmp #pwd #cp /etc/passwd p.txt p.txt 파일을 생성하면서 passwd 의 내용을 복사 #cat p.txt #cat /etc/shadow >> p.txt p.txt 파일 끝에 shadow 파일을 추가 한다. #cat /etc/group >> p.txt #cat /var/log/syslog >> p.txt #vi p.txt   2. 여러파일 작업 #ls -l #cp p.txt p1.txt #cp p.txt p2.txt #ls p*.txt #vi p*.txt     ← 여러파일 작업 :n  → 다음 파일 작업     U N I X   실 습 계 획 서 6주차 2/5     제    목 vi 편집기의 활용 ...

#004 Unix 실습계획서4주

미분류
U N I X   실 습 계 획 서   4주차  1/2   제    목 UNIX 시스템 접속과 기본 명령어 (Chap 2) 학습목표 UNIX의 가장 기본적이면서도 필수 사항인 시스템에 로그인하고 로그아웃하는 방법과 자신의 password를 변경/관리하는 방법 및 UNIX 시스템 사용에 있어서의 기본 명령어를 이해한다. 준비사항 Solaris 8 이 설치된 UNIX 시스템 실     습     내     용 1. CDE 환경의 소개 - CDE, Openwindows, Command Line 로그인 - Remote 로그인   2. Solaris 기본 명령어 ※명령어 형식 #명령어   옵션[들]   아규먼트[들] #ls                    #ls -l #ls -s -C -F         #ls -sCF #ls /tmp              #ls -l /var/log   1) passwd - 사용자의 password 를 변경한다. #passwd passwd: Changing password for unixXXX Enter login password: New password:   2) uname - 사용하는 운영체제에 대한 정보를 보여준다. - 옵션 -a  시스템의...

#003 Unix 실습계획서3주

미분류
U N I X   실 습 계 획 서 3주차 1/2   제    목 Solaris 8 그래픽 및 네트웍 설정 학습목표 Solaris 8 설치 계획과 설정 방법 및 설치 절차 등을 완벽히 숙지하고 그래픽 및 네트워크를 설정한다. 준 비 사 항 Intel_based 시스템 - 펜티엄 이상 cup - 64MB 이상 메모리 - 2.3 GB 이상 디스크 공간 - CD-ROM 드라이브 Solaris 8 설치 CD 실     습     내     용 그래픽 드라이브 인스톨   1. 윈도우 상태에서 c:tmp로 xf86_drv_port_bin_403_3 다운받아 놓는다. 2. 솔라리스 부팅 3. dos hard mount # mount -F pcfs /dev/dsk/c0d0p0:c /mnt 4. file copy # mkdir /prgs # cp /mnt/tmp/xf86_drv_port_bin_403_3.tar.Z /prgs 5. install command # cd /prgs # uncompress *.Z # tar xvf *.tar # pkgadd -d`pwd` SUNWxf86u # pkgadd -d`pwd` SUNWxf86r # patchadd 109401-10 # patchadd 108653-...

#002 Unix 실습계획서2주

미분류
U N I X   실 습 계 획 서   2주차  1/2     제    목 Solaris 8 설치 (x86) 학습목표 PC에서 유닉스 설치 CD를 이용하여 Interactive한 방식으로Solaris 8 설치 계획과 설정 방법 및 설치 절차 등을 익혀 향후 학습에 필요한 UNIX 시스템을 갖춘다. 준 비 사 항 Intel_based 시스템 - 펜티엄 이상 cpu - 64MB 이상 메모리 - 2.3 GB 이상 디스크 공간 - CD-ROM 드라이브 Solaris 8 software 1 of 2 CD 실     습     내     용 1. 시스템 정보 수집 - 각종 확장 카드 종류확인 (VGA, LAN 등) - 네트워크 구성 정보 수집 (IP 주소, 서브넷마스크, 게이트웨이)   2. 시스템 부팅 - 솔라리스 설치 CD를 시스템의 CD-ROM 드라이브에 넣고 시스템을 부팅한다. (BIOS에서 CD-ROM 부팅 확인)   3. Interactive Installation Program으로 솔라리스 설치 화면에 나오는 질문에 맞게 설정 언어 korean Locale Korean EUC-Korean or UTK-8:   4. kdmconfig – Introduction 화면 ...

#001 MS/Unix 비슷한 명령어

미분류
list 보기                        ls            /          dir 디렉토리 생성                    mkdir         /          mkdir , md 디렉토리 삭제                    rmdir         /          rmdir , rd 디렉토리 트리                    ls -R         /          tree 파일 삭제                        rm            /          del , erase 파일 복사                        cp            /          copy 파일 이동                        mv            /          move 이름 변경                        mv            /          rename change directory                 cd            /          cd 현재 디렉토리 표시               pwd           /          cd 화면 정리                        clear         /          cls 명령어 해석기                    sh, csh, bash /          command.com 파일 내용 표시                   cat           /          type 도움말, 메...

#034 Java EE 6 – EJB 3.1

미분류
Lab Exercises For the sake of the simplicity of the lab, most exercises are provided in the form of "ready-to-open-and-run" NetBeans projects.  (Many of them are borrowed from "glassfish-samples" and "Java EE 6 tutorial".)  Please feel free to create them from scratch if you want to. It is strongly encouraged, leveraging what is provided in this lab, you do your own experimentation meaning creating/adding your own code as much as you can. If you have written some code that might help everyone else, please feel free to share them on this codecamp email alias or directly send them to the instructors.  Your name will be recognized in this lab if your sample code is chosen to be included.  For the tasks that need to be done, please see the "Things to be done" section above.)   ...

#033 Java EE 6 – JPA 2.0

미분류
Lab Exercises For the sake of the simplicity of the lab, most exercises are provided in the form of "ready-to-open-and-run" NetBeans projects.  (Many of them are borrowed from "glassfish-samples" and "Java EE 6 tutorial".)  Please feel free to create them from scratch if you want to. It is strongly encouraged, leveraging what is provided in this lab, you do your own experimentation meaning creating/adding your own code as much as you can. If you have written some code that might help everyone else, please feel free to share them on this codecamp email alias or directly send them to the instructors.  Your name will be recognized in this lab if your sample code is chosen to be included.  For the tasks that need to be done, please see the "Things to be done" section above.) Exerc...

#032 Java EE 6: DI (JSR 330) and CDI (JSR 299)

미분류
  Lab Exercises For the sake of the simplicity of the lab, most exercises are provided in the form of "ready-to-open-and-run" NetBeans projects.  (Many of them are borrowed from "glassfish-samples" and "Java EE 6 tutorial".)  Please feel free to create them from scratch if you want to. It is strongly encouraged, leveraging what is provided in this lab, you do your own experimentation meaning creating/adding your own code as much as you can. If you have written some code that might help everyone else, please feel free to share them on this codecamp email alias or directly send them to the instructors.  Your name will be recognized in this lab if your sample code is chosen to be included.  For the tasks that need to be done, please see the "Things to be done" section above.) ...