Linux ?? ?? - PowerPoint PPT Presentation

1 / 43
About This Presentation
Title:

Linux ?? ??

Description:

Linux http://rainbow.sunmoon.ac.kr/~yypark http://ubilab.sunmoon.ac.kr (1) UNIX UNIX ls, cd, who, du ... – PowerPoint PPT presentation

Number of Views:53
Avg rating:3.0/5.0
Slides: 44
Provided by: win149
Category:
Tags: linux | unix

less

Transcript and Presenter's Notes

Title: Linux ?? ??


1
Linux ?? ??
http//rainbow.sunmoon.ac.kr/yypark http//ubilab
.sunmoon.ac.kr
2
?? ??
3
?? ??(1)
  • UNIX ??
  • UNIX ?? ???
  • ls, cd, who, du, ps, telnet, ftp, mail,
  • UNIX ?? ????
  • vi editor, gcc, make, sccs, ctags,
  • UNIX ? ?????
  • awk, C-Shell

4
?? ??(2)
  • UNIX(Linux) ??? ??
  • UNIX System Install
  • Halting and Booting
  • ??? ??? ??
  • ?? ??? ??
  • ??? ??
  • Performance and Accounting
  • UNIX ???? ????

5
?? ??(3)
  • Linux ??
  • ???? ????
  • ftp ?? ????
  • nfs ?? ????
  • etc.

6
Unix/Linux ??
http//rainbow.sunmoon.ac.kr/yypark http//ubilab
.sunmoon.ac.kr
7
Unix ??
8
UNIX ??(1)
  • 1965? Bell Lab. GE MIT
  • Project MAC
  • MULTICS ??? ??, ?? OS? ???
  • ?? ?? ???(multi-user)?? ?? ??, ??? ??, ??? ??
    ??
  • 1969? GE645????? ???

9
UNIX ??(2)
  • 1969? Bell Lab.
  • Ken Tompson and Dennis Ritchie
  • DEC PDP-7?? ?? ??? ??(?????)
  • 1970? PDP-11?? ?? UNIX ???? ??
  • 1973? C ??(Dennis Ritchie)? ???
  • ??? ??
  • ??? ???? ??
  • 1977? 1BSD by Bill Joy
  • 1980? XENIX(MicroSoft), ??? SCO UNIX? ??
  • 1983? System V

10
??? ??? ???
11
UNIX ???(1) - Implementation
  • UI(UNIX International)
  • System V Release 4 (SVR4)
  • ATT System V
  • SUN - SunOS
  • OSF(Open System Foundation)
  • IBM - AIX
  • DEC - ULTRIX
  • HP - HP/UX
  • Unix wars UI vs. OSF
  • 1994?, UI? OSF ??

12
UNIX ???(2) - Interface
  • POSIX
  • Portable Operating System Interface Environment
  • ???? ???? ??? ??? ??? ???? !
  • ?) fd open( filename, option )
  • return read( fd, buf, size )
  • UNIX ??? ?? ??? ? ??? ??? ??.

13
?????? ?????
  • ?????(Single-User)
  • MS-DOS, Windows XP ? Intel x86
  • MacOS ? MC68xxx
  • Etc.
  • ?????(Multi-User)
  • UNIX
  • LINUX
  • Windows2000 Server
  • Etc.

14
Linux ??
15
Linux ??(1)
  • 1970?? ?? ? ?? ???? ??? ????? ??
    (Solaris, FreeBSD, IRIX)
  • 1985? GNU Manifesto ??(??? ???)
  • ?? ????? ??(FSF)
  • ??? ?? ???? ?? ??
  • GNU Project
  • GNU GPL(General Public License)
  • 1987? ??? ???(??? ?? ??????, ???)
  • PC?? ????? ???? ?? ???? ??
  • 1991? 10? ??? ?? 0.01 ?? ?? 11?
    ??? ?? 0.10 ?? ??
  • 1993? 11? ??? ??? ??
  • 2006? ??
  • GPL? ?? ?? ???? ???
  • PC?? ???? ???? ????? ??? ????? ??

16
Linux ??(2)
  • Linux Kernel History
  • 1991?, ?? 0.01 Linus Benedict Torvalds ??
  • 1994?, ?? 1.0
  • 1999?, ?? 2.2
  • 2000?, ?? 2.4
  • 2003?, ?? 2.6
  • 2006? 8?, ?? 2.6.17.11
  • ? http//www.kernel.org/

17
Linux ??
  • ??
  • ?? ??, ?? ??? ???
  • ???? ???? ???
  • ??? ????? ??? ??
  • Open Source
  • ??? ???? ?? ???
  • ??? ??? ?? ??
  • ??
  • ???? ?? ???? ??? ??
  • ?? ? ??? ?? ??? ??? ??
  • ??? ?? ?? (???)

18
Linux ???? ? ??
  • Desktop
  • ??? ????? ??
  • ?? ? ??????? ?? ???
  • ??? ???? ?? ?? (?, OpenOffice)
  • Server/Clustering
  • ???? ???? ??????? ????? ????
  • ?? ? ?? ???? ??? ?? ??
  • ??? ? ????? ??? ?????? ?? ?? ??
  • Embedded
  • PDA ? ??? PC ??? ????
  • ????? ???? ?????? ?? ??

19
??? ???
  • ?? ???
  • Fedora (? RedHat) http//fedoraproject.org
  • SUSE http//www.suse.com
  • Slackware http//www.slackware.com
  • Mandrake http//linux-mandrake.com
  • Debian http//www.debian.org
  • ?? ???
  • ???? ??? http//www.haansoftlinux.com
  • ?? ??? http//www.wowlinux.com
  • ??? ?? http//www.linuxone.co.kr

20
LINUX ?? ??? ??
21
LINUX ?? ???? ??

- fedora core5 kernel v.2.6.15 -
22
UNIX/Linux ???
23
??????
  • ????? UNIX ??? ?? (?? ??)
  • C\gt telnet rainbow.sunmoon.ac.kr (??)
  • C\gt telnet 210.119.32.137 (gt ??? ?? IP ??)
  • login and passwd
  • login guest
  • passwd linux05
  • (????? root ????? ??? ? ??)

24
Zterm? ??? ssh ????
  • ????? Zterm? ???? ??? ??? ??? ????
  • Zterm? ???? ????? ?? (http//www.brainz.co.kr)
  • login and passwd
  • login root (?? ??? ??)
  • passwd linux06
  • (????? root? ??? ??? ???? ??? ?? ???? ??????
    root???? ????? ??. ?? ??? ??? ??? ???? ????? ??)

25
?? ???
  • ls, cd, mkdir, rmdir, cp, mv, rm
  • pwd, date, cal
  • cat, tail, head, wc
  • chmod, umask
  • ps, kill, nice
  • who, whoami, hostaname
  • man, which, whereis, apropos, whatis
  • etc.

26
?? ???
  • alias, history, source
  • echo
  • set, stty
  • redirection, pipeline
  • background ???
  • ?? ?? ?????
  • etc.

27
?? ???
  • chown, chgrp
  • awk, sed
  • diff, sort, spell
  • yacc, lex, nroff
  • make, sccs, ctags, nm, cxref
  • rlogin, telnet, ftp, rcp, rsh, ssh
  • mail, write, wall, uucp
  • df, du, tar, dump/restore, dd, cpio
  • shutdown, halt, init, reboot
  • etc.

28
Linux ??? ??
http//rainbow.sunmoon.ac.kr/yypark http//ubilab
.sunmoon.ac.kr
29
??? ??
30
1. ??? ??
  • UNIX ???? ???? ?? ???? ??? ???? ? ??? ???? ?
  • ??? ID
  • ???? ???? ???? ??
  • ??? ????
  • ??? ? ????
  • ???? ??
  • ??? ??? ??
  • ??? ??? ?? ???(root) ????? ??/?? ? ? ??.

31
2. ??? ?? ?? - GUI Tool(1)
32
2. ??? ?? ?? - GUI Tool(2)
33
2. ??? ?? ?? - GUI Tool(3)
34
2. ??? ?? ?? - GUI Tool(4)
35
3. ??? ?? ?? - Console
36
???/????
37
1. ???? ????
  • ???
  • Login ?????? ??? ID ??
  • Password ?????? ???? ??
  • ????
  • exit
  • logout
  • ctrld

38
2. ???? ????
39
????
40
1. ???? ??
  • ???? ?? ??? passwd
  • ?? ??
  • passwd ?? ??
  • ?? ???? ??
  • ? ???? ??
  • ? ???? ?? ??

41
2. ???? ??
42
3. ??? ID? ????
  • ??? ID ????
  • ??? ??? ??
  • ?? ???? ??
  • ? ????? ??? ??? ??
  • ???? ????
  • ??, ??, ???? ??
  • ??? ID? ?? ?? ??
  • ?? ?? ?? ?? ??
  • ????? ??? ? ??

43
4. ??? ID? ????
Write a Comment
User Comments (0)
About PowerShow.com