Linux and Minix 3 Commands Zutao Zhu 02012008

  • Slides: 15
Download presentation
Linux and Minix 3 Commands Zutao Zhu 02/01/2008

Linux and Minix 3 Commands Zutao Zhu 02/01/2008

Outline • Linux commands • Minix 3 commands • Misc

Outline • Linux commands • Minix 3 commands • Misc

Linux • • • User management File management Internet Editor Information

Linux • • • User management File management Internet Editor Information

User Management • useradd • passwd • su -

User Management • useradd • passwd • su -

File Management • • mkdir rm cp mv chmod chown grep

File Management • • mkdir rm cp mv chmod chown grep

Internet • ftp command – put, get, bin • samba command • telnet •

Internet • ftp command – put, get, bin • samba command • telnet • ssh

Editor • Vi – Three modes • Command • Input • Column – Save

Editor • Vi – Three modes • Command • Input • Column – Save (: wq) – Quit (: q!)

Vi (cont. ) • TEXT INSERTION – – Append Command (a, A) Insert Command

Vi (cont. ) • TEXT INSERTION – – Append Command (a, A) Insert Command (i, I) Open Command (o, O) Read Command (: r) • CORRECTING TEXT – – – – Delete Text (d, D) Change Text (c, C) Replace Text (r, R) Erase Text (x, X) Transposition Command (xp) Undo Command (u, U) Removing all ^M Global search and replace

Vi (cont. ) • https: //engineering. purdue. edu/ECN/Supp ort/KB/Docs/Vi. Text. Editor. Tutorial

Vi (cont. ) • https: //engineering. purdue. edu/ECN/Supp ort/KB/Docs/Vi. Text. Editor. Tutorial

Information • • man whoami finger ps kill yum ntsysv

Information • • man whoami finger ps kill yum ntsysv

Minix 3 • • Minix 3 document Dir of kernel source code Editor –

Minix 3 • • Minix 3 document Dir of kernel source code Editor – mined Misc

Document • http: //www. minix 3. org/manpages/#comma nds

Document • http: //www. minix 3. org/manpages/#comma nds

Source Code Directories • Servers • Commands

Source Code Directories • Servers • Commands

Mined • http: //www. minix 3. org/manpages/man 9/mi ned. 9. html

Mined • http: //www. minix 3. org/manpages/man 9/mi ned. 9. html

MISC • Use Source. Insight or Visual studio to browse the source code of

MISC • Use Source. Insight or Visual studio to browse the source code of Minix 3