GUI: Graphic User Interface 图形用户界面
windows: windows
linux: gnome,KDE
CLI: Command Line Interface 命令行界面
DOS, MSDOS
linux: bash, ksh, csh ...
操作系统结构图(继续补充)
IDE: 集成开发环境 VS2010, VS2012 ...
API: Application Program Interface
函数库
windows: *.dll Dynamic Link Library 动态链接库
linux: *.so Shared Object 共享对象
关于登录:
认证机制: Authentication
授权: Authorization
审计: Audition
执行入口: magic number 魔数
#!/bin/bash shebang
关于命令格式:
command option argument
严格区分大小写
关于路径: 绝对路径, 相对路径
关于环境变量:
printenv
hash 缓存为王 O(1)
关于ls
关于cd
关于type
关于pwd
关于时间管理: date, hwclock, cal,
关于如何获得帮助信息:
内部命令: help command
外部命令: command --help
man command
info command
/usr/share/doc 帮助文档存放位置
练习:
echo, printf, file
时间: 2024-12-25 17:04:09