2014년 6월 25일 수요일

dba가 알아야할 유닉스 -- 기본 명령어(#1)[오라클개발자교육/오라클/ORACLE강좌/오라클교육잘하는곳/오라클교육추천/ORACLE실무교육/ORACLE/ORACLE교육/ORACLE학원/오라클실무교육]


DBA가 알아야할 UNIX 

1.UNIX에서 SYSTEM ADMINISTRATION 

UNIX에 오라클 설치시 영향을 미치는 KERNEL PARAMETERS를 보는 방법 
root>cat /etc/system 

UNIX Group 관리 
root>cat /etc/group 

ex) dba::102:oracle,oradev 

위와 같이 콜른(:)으로 구분되어 UNIX Server에서 관리되는 그룹을 볼 수 있다. 
각 구분자 별로 의미는 다음과 같다. group name : group_nbr : members of the group 

UNIX User 관리 
root>cat /etc/passwd 

ex) 
oracle:x:108:102::/export/home/oracle:/bin/ksh 
oradev:x:109:102::/export/home/oradev:/bin/ksh 

위와 같이 콜른(:)으로 구분되어 UNIX Server에서 관리되는 user를 볼 수 있다. 
각 구분자 별로 의미는 다음과 같다. user name : password : user_nbr : group_nbr : home directory : default shell 

UNIX server에서 패스워드 관리 
UNIX에서 superuser를 root라고 부른다. root user는 root>su - oracle과 같은 명령어로 패스워드 없이 다른 유저로 접속할 수도 있고 
root>passwd oracle과 같은 명령어로 패스워드를 변경 시켜버릴 수도 있으므로 잘 관리되어야 한다. 

2.기본적인 UNIX명령어 
UNIX명령어와 MS-DOS 명령어를 간략히 소개하고 다음에 자세히 설명한다. 
UNIX                        MS-DOS                        COMMAND Function 
cd -                        --                        Switch between current and last directory 
cat                        type                        Display the contents of a file 
cd                        cd                        Move from one directory to another 
cd /u01/test                cd c:\u01\test                Change directory paths 
cd ..                        cd..                        Go up in directory 
chmod                        attrib                        Set File permissions 
clear                        cls                        Clear the screen 
cp                        copy                        Copy a file (or a group of files) 
diff                        fc                        Compare two files 
cpio                        xcopy                        Backup and recover files 
date                        date                        Display the system date 
doskey                        <ctl> k                        Display command history 
export PS1='xx'                prompt                        Change the command prompt text 
find                        grep                        Find a character string in a file 
gzip                        dblspace                Compress a data file 
ln                        --                        Form a link to a file 
lp                        print                        Queue a file for printing 
lpstat                        print                        Display the printing queue 
ls -al                        dir                        Display the contents of a directory 
mem                        lsdev                        Display RAM Memory 
mkdir                        md                        Create a new subdirectory 
move                        cp                        Move a file to another directory 
mv                        rename                        rename a file 
rm                        del                        Delete a file (or group of files) 
rmdir                        rd                        Delete an existing directory 
setenv                        set                        Set an environment variable 
sort                        sort                        Sort lines in a file 
ver                        uname -a                Display OS version 
vi                        edit                        Create and edit text 


기본적인 명령어들에 대해서 간단히 정리해 보았습니다. 

명령어들에 대한 세부적인 내용은 다음부터 들어가 보도록 하겠습니다.
오라클자바커뮤니티교육센터, 개발자전문교육, 개인80%환급 
www.oraclejavacommunity.com


평일주간(9:30~18:10) 개강
(6/30)[기업100%환급]PL/SQL,ORACLE HINT,TUNING
(6/30)[기업100%환급]안드로이드개발자과정
(6/30)[기업100%환급]SQL기초에서 Schema Object까지
(7/07)[기업100%환급]C#4.0,WinForm,ADO.NET프로그래밍
(7/07)[기업100%환급]Spring ,MyBatis,Hibernate실무과정
(7/07)[기업100%환급]자바기초에서 JDBC, Servlet/JSP까지 
(7/07)[채용예정교육]오라클자바개발잘하는신입뽑기프로젝트,교육전취업확정

평일야간(19:00~21:50) 개강
(6/26)SQL초보에서실전전문가까지
(7/01)안드로이드개발자과정
(7/01)닷넷(C#,Network,ADO.NET,ASP.NET)마스터과정
(7/02)Spring3.X, MyBatis, Hibernate실무과정
(7/02)자바웹(JSP,Spring,MyBatis,XPlatform)프로젝트과정
(7/02)JAVA,Network&WEB&Framework(자바기초에서웹스프링까지)
(7/03)웹퍼블리싱 마스터
(7/15)MyBatis3.X, Hibernate4.X ORM실무과정
(7/22)자바기초에서JSP,Ajax,jQuery,Spring3.2,MyBatis까지

주말(10:00~17:50) 개강
(6/28)Spring3.X, MyBatis, Hibernate실무과정
(6/28)안드로이드개발자과정
(6/28)실무예제로 배워보는 jQuery(개발자/디자이너를위한)
(6/28)자바기초에서JSP,Ajax,jQuery,Spring3.2,MyBatis까지
(7/05)SQL초보에서 Schema Object까지
(7/12)자바웹(JSP,Spring,MyBatis,XPlatform)프로젝트과정
(7/12)MyBatis3.X, Hibernate4.X ORM실무과정
(7/12)개발자를위한PLSQL,SQL튜닝,힌트
(7/13)C#,ASP.NET마스터

주말저녁(18:30~22:20) 개강
(6/28)JAVA,Network&WEB&Framework
(6/28)SQL기초에서실무까지

댓글 없음:

댓글 쓰기