Basic CLI Operations

SEIE, Soochow University

Week 03, 2016-2017-1

Review

TODO

  • repo description
  • book URI
  • README.md (repo, book URI)
  • GitBook Editor
  • Read and Write
  • How to

C development (preview)

  • Linux C 编程一站式学习
  • a lightweight IDE CodeLite
  • Online IDE a list

Q&A

Command Line Interface (CLI)

Access

  • Open a Terminal in Desktop GUI

  • Login on Local/Remote Terminal

Shell

Command interpreter, execute programs

  • sh
  • bash
  • zsh
  • csh
  • tcsh

Documents

  • man pages

    man man
  • info
    • sub-command: q h <Enter> n p u
  • --help -h option

  • help build-in shell commands

  • /usr/share/doc

Remote Access

Lab host Go

  • ip addr
  • ssh -X leaf@10.10.xx.xx
  • SSH Clients (puTTY etc.)

Free Linux Hosts

Online IDE, More than hosts

Tasks