有, 侵权版权所有, 侵权必究 Linux 操作系统 命令环境作者 :TX 年 5 月 10 日 May 10, / 70

Size: px
Start display at page:

Download "有, 侵权版权所有, 侵权必究 Linux 操作系统 命令环境作者 :TX 年 5 月 10 日 May 10, / 70"

Transcription

1 版权所必究 Linux 操作系统 作者 :TX 年 5 月 10 日 May 10, / 70

2 目录 快速使用文件管理用户管理进程管理内存管理磁盘管理网络管理软件管理服务管理 版权所必究 May 10, / 70

3 快速使用 登录注销 登录 :login 退出 :logout exit 修改当前用户登录密码 :passwd 查看当前用户登录信息 :whoami 切换当前用户 :su sudo sudo whoami sudo passwd 查看所有用户登录信息 :users who w 查看最近用户登录信息 :last 快速使用 版权所必究 May 10, / 70

4 快速使用 终端管理 快速使用 终端管理默认键位 : 切换终端 : 快捷键为 Ctrl+Alt+Fx 回车换行 : 快捷键为 Ctrl+M 和 Ctrl+J 删除字符 : 快捷键为 Ctrl+H 删除单词 : 快捷键为 Ctrl+W 删除整行 : 快捷键为 Ctrl+U ( 或 Ctrl+X ) 中断程序 : 快捷键为 Ctrl+C ( 或 Ctrl+\ ) 结束文件 : 快捷键为 Ctrl+D 关闭显示 : 快捷键为 Ctrl+S 开启显示 : 快捷键为 Ctrl+Q 终端管理常用命令 : 查看终端名称 :tty 设置终端参数 :stty 重置终端参数特殊字符 :stty sane 重置终端设置 :reset 版权所必究 May 10, / 70

5 快速使用 关闭重启 关闭重启常用命令 : 关闭机器 : poweroff halt shutdown now systemctl poweroff init 0 重启机器 : reboot shutdown -r now shutdown +m 2 reboot after two minutes shutdown -r 02:00 reboot after two hours shutdown -c systemctl reboot init 6 快速使用 版权所必究 May 10, / 70

6 快速使用 运行级别 运行级别分类 : 0: 关闭系统 1: 单用户 2: 非标准 3: 多用户 4: 非标准 5: 多用户图形环境 6: 重启系统 运行级别常用命令 : 查看上次和本次运行级别 :/sbin/runlevel 快速使用 版权所必究 May 10, / 70

7 快速使用 手册帮助 RTFM = Read The Fine Manual 联机手册 :man 快速使用 网络版本 : 内部帮助 :help 信息文档 :info 版权所必究 May 10, / 70

8 快速使用 联机手册 组成结构联机手册大节信息 1 外壳命令 : 如 whatis 2 系统调用 : 如 open 3 运行时库 : 如 fopen 4 特殊文件 : 如 /dev/null 5 文件格式 : 如 passwd 6 游戏程序 : 如 sl 7 其他约定 : 如 man 8 系统管理 : 如 apt 9 内核例程 ( 已弃用 ) 联机手册小节信息名称 (Name) 概要 (Synopsis) 描述 (Description) 作者 (Author) 缺陷 (Bugs) 版权 (Copyright) 参见 (See Also) 语法约定 : 命令名称 [ 可选参数 ] 必选参数 快速使用 版权所必究 May 10, / 70

9 手册帮助 联机手册常用命令 查看手册 : man man man uname man 2 uname 搜索手册名称小节 : man -f uname whatis uname 搜索手册名称和描述小节 : man -k uname apropos uname apropos machine 搜索手册全部小节 : man -K -w poweroff 更新手册 :mandb 快速使用 版权所必究 May 10, / 70

10 文件管理 文件系统 文件管理 基本思想 : 一切皆为文件 (File); 文件存放在目录 (Directory) 之中常见格式 : ext4 ext3 ext2 ReFS NTFS exfat FAT32 FAT UFS 层次标准 :FHS(FileSystem Hierarchy Standard) / /bin /sbin /lib /boot /dev /proc /sys /etc /var /tmp /media /mnt /root /home /usr /opt /srv 版权所必究 May 10, / 70

11 文件管理 文件类型 普通文件目录文件链接文件设备文件管道文件 套接字 (socket) 文件 文件管理 版权所必究 May 10, / 70

12 文件管理 文件路径 绝对路径, 例 :/etc/passwd,/var/log 相对路径, 例 :///etc/passwd 当前目录, 使用 表示上级目录 ( 父目录 ), 使用 表示用户目录 ( 家目录 主目录 ), 使用 表示 文件管理 版权所必究 May 10, / 70

13 文件管理 目录文件常用命令 查看当前目录路径 :pwd 改变当前目录路径 :cd 改变当前目录为家目录 :cd 或 cd 改变当前目录为上级目录 :cd 改变当前目录为上次目录 :cd - 列出目录内容 :ls 列出当前目录 :ls 长型列表格式 :ls -l / 列出目录本身 :ls -ld / 显示索引节点 :ls -li / 显示占用空间 :ls -ls / 显示类型后缀 :ls -lf /bin/l* 人类可读格式 :ls -lfh /bin/p* /bin/l? 占用空间排序 :ls -lfhs /bin/p* /bin/l? 修改时间排序 :ls -lfht /bin/p* /bin/l? 相反顺序排序 :ls -lfhtr /bin/p* /bin/l? 文件管理 创建目录文件 :mkdir 创建目录 :mkdir prj 创建子级目录 :mkdir prj/src 创建多级目录 :mkdir -p prj/www/img 移除非空目录 :rmdir 统计占用空间 :du df 统计目录和所有子目录占用空间 : du -h /home 统计目录和所有子目录和文件占用空间 : du -a /home 统计文件系统占用空间 : df -h 版权所必究 May 10, / 70

14 文件管理 普通文件常用命令 创建修改 :nano vi touch 查看分页 :cat more less 复制移动 :cp mv 删除截断 :rm truncate shred 压缩打包 :gzip gunzip tar 查找定位 :whereis which find locate 查看类型 :type file 查看状态 :stat 改变权限 :chmod umask chown chgrp 更新时间 :touch 文件管理 版权所必究 May 10, / 70

15 文件管理 创建修改 文件管理 常见文本编辑工具 : vi, vim( 编辑器之神 emacs( 神之编辑器 nano Visual Studio Code( 微软 Atom( GitHub Sublime Text( (C)Sublime HQ Pty Ltd Personal License: $80 Gedit 版权所必究 May 10, / 70

16 文件管理 vi 模式切换 文件管理 1 命令模式 ( 默认模式 )(Command Mode) 进入插入模式, 在光标位置开始输入字符 :i 进入插入模式, 在光标位置行首开始输入字符 :I 进入插入模式, 在光标位置之后开始输入字符 :a 进入插入模式, 在光标位置行尾开始输入字符 :A 进入插入模式, 在光标位置行尾插入新行开始输入字符 :o 进入插入模式, 在光标位置行首插入新行开始输入字符 :O 进入底行模式 : 英文冒号 (:) 2 插入模式 (Insert Mode) 退出至命令模式 : 逃脱键 (Escape) 3 底行模式 (Last Line Mode) 退出至命令模式 : 逃脱键 (Escape) 版权所必究 May 10, / 70

17 文件管理 vi 命令模式常用命令 移动光标 : 左下右上 :H J K L 单词前后 :w b 行首行尾 :0 ^ $ 段落前后 :( ) 编辑文本 : 修改 :r 删除 :x 文件管理 整行复制剪切 :yy 或 Y dd 粘贴 :p P 文件首尾 :gg G 撤销重做 :u Ctrl + r 重复 : 缩进 :» «版权所必究 查找文本 : 查找 :/ 向前查找 :n 向后查找 :N May 10, / 70

18 文件管理 vi 底行模式常用命令 退出 ::q 保存 ::w 设置 : 显示行号 ::set number 字符编码 ::set encoding=utf-8 文件编码 ::set fileencoding=utf-8 行尾格式 ::set fileformat=unix 制表间隔 ::set tabstop=8 分割窗口 ::sp :vsp 切换窗口 :Ctrl + w 替换文本 : 全局替换 ::%s/a/b/g 行首替换 ::%s/^/#/g 正则替换 ::%s/\n/,/g 文件管理 版权所必究 May 10, / 70

19 文件管理 vi 常用组合命令 命令模式语法约定 :[ 数字 ] 命令 多次添加 :3iHello 剪切单词 :dw 多行剪切 :3dd 底行模式 多行替换 ::11,20s/a/b/g 保存退出 ::wq 强制退出 ::q! 执行命令 ::!ls :r!ls 文件管理 版权所必究 May 10, / 70

20 版权所必究 文件管理文件管理 查看分页连接显示 :cat /etc/hostname 分屏显示 :more /etc/passwd 高级分屏显示 :less /etc/passwd ( 或 pager, 基于 more 和 vi) May 10, / 70

21 文件管理 复制移动 单个复制 :cp /etc/hostname 多个复制 :cp /etc/passwd /etc/group 复制改名 :cp /etc/passwd passwdbak 复制目录 ( 递归复制 ):cp -r /etc/vim 移动改名 :mv passwdbak passwd- 文件管理 版权所必究 May 10, / 70

22 文件管理 截断删除 截断填充 :truncate -s 10 passwd- 乱码粉碎 :shred passwd- 置零粉碎 :shred -z passwd- 定长粉碎 :shred -s 10 passwd- 删除文件 :rm passwd- 删除目录 :rm -r vim 文件管理 版权所必究 May 10, / 70

23 文件管理 压缩打包 压缩 :gzip etc/passwd 解压缩 : gunzip etc/passwdgz gzip -d etc/passwdgz 打包 :tar -c -v -f etctar etc 解包 :tar -xvf etctar 打包压缩 :tar -zcvf etctargz etc 压缩解包 :tar -zxvf etctargz 文件管理 版权所必究 May 10, / 70

24 文件管理 查找定位 查找命令 :which ls 查找命令以及手册 :whereis ls 按照索引查找文件 : 查找文件 :locate stdioh 更新索引数据库 :updatedb 文件管理 按照路径查找文件 匹配名称 :find /usr/include -name stdioh 匹配类型 :find /usr/include -type d 匹配所属 : 属主 :find /var -user daemon 属组 :find /var -group adm 匹配模式 :find /etc -perm 600 -type f 匹配大小 : 小于 :find /usr/include -size -100c -type f 大于 :find /usr/include -size +100k -type f 匹配时间 : 匹配内容访问天数 :find /usr/include -atime -2 匹配内容访问分钟 :find /usr/include -amin -2 匹配状态修改天数 :find /usr/include -ctime -2 匹配状态修改分钟 :find /usr/include -cmin -2 匹配内容修改天数 :find /usr/include -mtime -2 匹配内容修改分钟 :find /usr/include -mmin -2 版权所必究 May 10, / 70

25 文件管理 查看类型 查看命令类型 : type type type mkdir type ls 查看文件类型 : file /bin/ls file /etc/motd file /usr/share/doc/bc/bchtml 文件管理 版权所必究 May 10, / 70

26 文件管理 查看状态 查看文件状态 : stat /etc/adjtime stat / 查看文件系统状态 : stat -f / 文件管理 版权所必究 May 10, / 70

27 文件管理 改变权限 文件管理 改变模式 : 模式表示 ( 八进制 ):r=4,w=2,x=1, rw=?, rwx=? 常用命令 : 所属用户读写执行, 所属群组读写, 其他用户只读 : chmod u=rwx,g=rw,o=r file 所有用户执行 : chmod +x file 所属用户读写, 所属群组和其他用户只读 : chmod 644 file 模式掩码 : 模式取值 :666-umask 值 ( 新文件 ),777-umask 值 ( 新目录 ) 常用命令 : 查看帮助 :help umask 查看掩码 :umask 设置掩码 :umask 077 版权所必究 改变属主 : chown nobody file 改变属组 : chown :nogroup file 同时改变属主属组 : chown root:root file 改变属组 : chgrp nobody file May 10, / 70

28 文件管理 更新时间 文件管理 更新访问修改时间 ( 文件不存在则创建新的文件 ): touch -a file 更新访问时间 (Access Time): touch -a file 更新修改时间 (Modification Time): touch -m file 版权所必究 May 10, / 70

29 文件管理 链接文件 创建硬链接文件 : link file filelnk ln file dir/filelnk 创建软链接 ( 符号链接 ) 文件 : ln -s /etc/passwd passwdlnk 移除链接文件 : unlink filelnk unlink passwdlnk 文件管理 版权所必究 May 10, / 70

30 文件管理 设备文件 文件管理 软盘 :/dev/fd0 硬盘 :/dev/hda /dev/hda0 /dev/sda /dev/sda0 终端 :/dev/tty 伪设备 :/dev/zero /dev/null 标准输入设备 :/dev/stdin 标准输出设备 :/dev/stdout 标准错误设备 :/dev/stderr 版权所必究 May 10, / 70

31 文件管理 输入输出重定向 重定向标准输入 : cat </etc/hostname 重定向标准输出 : cat >file cat > >file 重定向标准错误 : cat /var/log/syslog 2> >file cat 1> >file cat 0<file 同时重定向标准输出和标准错误 : cat /file /var/sys/log >filelog 2>&1 文件管理 版权所必究 May 10, / 70

32 文件管理 管道文件 创建管道文件 : mkfifo pipe 读写管道 : cat >pipe cat <pipe 匿名管道 : cat /etc/passwd less 文件管理 版权所必究 May 10, / 70

33 文件管理 内容过滤 文件管理 截取 :head tail cut colrm uniq strings look grep 统计 :wc 排序 :sort tsort 合并 :cat tac paste join 分割 :split 替换 :tr 转换 :hexdump od 编辑 :sed 比较 :cmp comm diff sdiff 行号 :nl 排版 :expand expand fold fmt 打印 :pr 版权所必究 May 10, / 70

34 文件管理 截取 头尾行数字节 : head -n 1 /etc/passwd tail -n 1 /etc/passwd head -c 4 /etc/passwd 剪切指定列号 : cut -d : -f 1,3 /etc/passwd 移除指定列号 : colrm 4 </etc/passwd 保留唯一数据 : echo -e a\na\nb\nb uniq 搜索二进制文件的中所有文本 : strings /bin/bash 文件管理 搜索指定开头文本行 : look user /etc/passwd 搜索指定正则文本行 : 单个文件 :grep root /etc/passwd 多个文件 :grep root /etc/passwd /etc/group 显示行号 :grep -n bin /etc/passwd 显示统计 :grep -c sync /etc/passwd 显示文件 :grep -l sync /etc/passwd /etc/group 单词匹配 :grep -w sync /etc/passwd 搜索目录 :grep -r FD_SETSIZE /usr/include 整行匹配 :grep -xnr tang /usr/share 开头匹配 :grep -n ^bin /etc/passwd 范围匹配 :grep -n ^[u-z] /etc/passwd 单词匹配 :grep -n \<sync\> /etc/passwd 版权所必究 May 10, / 70

35 文件管理 统计 字节 :wc -c /etc/passwd 字符 :wc -m /etc/passwd 单词 :wc -w /etc/passwd 行数 :wc -l /etc/passwd 最大行长 :wc -L /etc/passwd 文件管理 版权所必究 May 10, / 70

36 文件管理 排序 默认排序 ( 升序 ): sort hello world hello unix ^D 反向排序 ( 降序 ): sort -r tx ^D 文件管理 数字排序 : sort -n tx ^D 唯一排序 : sort -u 1 tx 1 TX ^D 版权所必究 May 10, / 70

37 版权所必究 文件管理文件管理 转换十六进制显示 :hd /etc/passwd ( 或 hexdump) 八进制显示 : od /etc/passwd od -x /etc/passwd May 10, / 70

38 版权所必究 用户管理用户管理 添加用户以及群组 adduser tx0 useradd -m tx1 May 10, / 70

39 版权所必究 用户管理用户管理 添加群组 addgroup fa groupadd ka May 10, / 70

40 用户管理 修改群组 主要 (Primary) 群组 : usermod -g fa tx0 额外 (Supplementary) 群组 : usermod -G ka tx1 usermod -G fa -a tx1 用户管理 版权所必究 May 10, / 70

41 版权所必究 用户管理用户管理 群组添加修改用户 gpasswd -a tx1 tx0 gpasswd -d tx1 tx0 May 10, / 70

42 版权所必究 用户管理用户管理 删除群组 delgroup fa groupdel ka May 10, / 70

43 版权所必究 用户管理用户管理 删除用户以及群组删除用户以及用户家目录 :deluser remove-home tx0 删除用户以及用户家目录 邮件池等所有文件 :deluser remove-all-files tx1 删除用户以及用户家目录 邮件池文件 :userdel -r tx1 May 10, / 70

44 进程管理 查看进程 :ps pstree pgrep 监控进程 :top 阻塞进程 :sleep 作业进程 :jobs bg fg & ^D suspend 调度进程 :nice renice 关闭进程 :kill pkill skill killall ^C 进程管理 版权所必究 May 10, / 70

45 进程管理 查看进程 显示格式 : 普通格式, 显示进程标识 () 终端名称 (TTY) 累积 CPU 时长 (TIME,cumulated CPU time) 命令(COMMAND): ps 全部格式, 增加用户标识 (UID) 父级进程标识 (PPID) CPU 利用率 (C): ps -f 额外全部格式, 增加物理内存大小 (SZ) 驻留内存大小 (RSS) 开始时间(STIME): ps -F 长型格式, 增加进程标识 (F) 状态代码 (S) 调度优先级别(PRI) 手动优先级别 (NI) 等待通道 (WCHAN): ps -l ps l(bsd 风格 ) 自定义列 : ps -o pid, cmd 进程管理 显示过滤 : 显示所有用户以及终端相关进程 : ps -a ps a 显示指定用户进程 : ps -u daemon ps U daemon 显示所有进程 : ps -e ps e 常用组合 : ps -ef ps aux 版权所必究 May 10, / 70

46 进程管理 监视进程 top 指定延迟 (Delay) 时间 : top -d 1 指定迭代次数 (Number): top -n 6 -d 60 按照某列排序 : 默认 :top -o PID 先高后低 ( 降序 ):top -o +PID 先低后高 ( 升序 ):top -o -PID -o -NI 进程管理 版权所必究 May 10, / 70

47 版权所必究 进程管理进程管理 阻塞进程休眠 : sleep 5 May 10, / 70

48 进程管理 作业控制 任务编号 (Job Specification): n 号任务 :%n 当前任务 :%+,%% 上次任务 :%- 省略任务编号默认为当前任务 % 可以省略 ( 无歧义情况下 ) 常见命令 : 移至后台运行 :sleep 50 & 移至前台运行 :fg 移至后台挂起 :^Z 继续后台运行 :bg 显示作业列表 :jobs 包含进程标识 :jobs -l 仅含进程标识 :jobs -p 显示状态改变列表 :jobs -n 显示运行作业列表 :jobs -r 显示停止作业列表 :jobs -s 针对作业执行命令 :jobs -x ps -p %3 进程管理 版权所必究 May 10, / 70

49 版权所必究 进程管理进程管理 调度进程指定优先级别运行 : 语法格式 :nice -n [-2019] 命令调整运行优先级别 : 语法格式 :renice -n [-2019] [ 其他选项 ] May 10, / 70

50 进程管理 进程管理 调度进程 综合实例 指定优先级别运行 : 1 # 默认优先级别运行 2 s l e e p 60 & 3 jobs x ps o pid, ni, p r i, cmd p %+ 4 # 指定优先级别运行 5 nice n 19 s l e e p 120 & 6 jobs x ps o pid, ni, p r i, cmd p %+ 调整运行优先级别 : 1 # 默认优先级别运行 2 s l e e p 60 & 3 jobs x ps o pid, ni, p r i, cmd p %+ 4 # 指定进程标识调整优先级别 5 jobs x renice n 0 p %+ 6 jobs x ps o pid, ni, p r i, cmd p %+ 7 # 查看指定用户名称默认优先级别 8 ps o pid, ni, p r i, cmd u user 9 # 指定用户名称调整优先级别 10 renice n 20 u user 11 ps o pid, ni, pri, cmd u user 版权所必究 May 10, / 70

51 进程管理 关闭进程 列出信号 : kill -l 发送信号 : kill -s SIGKILL $$ kill -9 $$ 进程管理 版权所必究 May 10, / 70

52 进程管理 进程管理 关闭进程 综合实例 1 # 运行程序 2 s l e e p 120 & 3 jobs x ps o pid, cmd p %+ 4 # 关闭程序 5 jobs x k i l l SIGINT %+ 6 jobs x ps o pid, cmd p %+ 版权所必究 May 10, / 70

53 内存管理 查看内存用量 : 可读格式 :free -h 显示总计 :free -th 延迟监视 :free -ths 3 使用虚拟内存 : 查看虚拟内存状态 :vmstat 制作交换区域 ( 交换分区 ):mkswap /dev/sdb 制作交换区域 ( 交换文件 ):mkswap fileswp 启用交换区域 :swapon /dev/sdb 停用交换区域 :swapoff /dev/sdb 内存管理 版权所必究 May 10, / 70

54 内存管理 内存管理 综合实例 交换分区 使用现有 /dev/sdb 硬盘制作交换分区, 为系统增加虚拟内存 1 # 查看 SATA 硬盘设备 2 l s l /dev/sd* 3 # 制作交换分区 4 mkswap / dev/ sdb 5 # 启用交换分区 6 swapon / dev/ sdb 7 # 查看交换分区使用情况 8 cat / proc /swaps 9 f r e e h 10 # 停用交换分区 11 swapoff / dev/ sdb 版权所必究 May 10, / 70

55 内存管理 内存管理 综合实例 交换文件 制作交换文件, 为系统增加虚拟内存 1 # 创建文件 2 dd i f=/dev/ zero of=/mnt/ disk / f i l e swp bs=4k count= # 制作交换文件 4 mkswap f i l e swp 5 # 启用交换文件 6 swapon f i l e swp 7 # 查看交换文件使用情况 8 cat / proc /swaps 9 df h 注 : 挂载现有 /dev/sdb 硬盘 1 # 格式化硬盘 2 mkfs ext4 /dev/sdb 3 # 创建目录并且挂载硬盘至该目录 4 mkdir /mnt/ d i s k 5 mount /dev/sda /mnt/ d i s k 版权所必究 May 10, / 70

56 磁盘管理 命名格式 磁盘管理 命名格式 : 磁盘命名 : 接口类型 + 磁盘序号分区命名 : 接口类型 + 磁盘序号 + 分区序号接口类型 : ATA(AT Attachment) PATA(Parell ATA,IDE) 等接口 : hd(hard drive) 1 个 IDE 控制器最多四块硬盘 :Primary Master Primary Slave Secondary Master Secondary Slave SCSI SATA(Serial ATA) 接口 : sd(scsi drive) 磁盘序号 : 小写字母 ( 第 1 个硬盘为 a) 分区序号 : 阿拉伯数字 ( 第 1 个分区为 1) 命名实例 : hda hdb hda1 hda2 sda sdb sda1 sda2 版权所必究 May 10, / 70

57 磁盘管理 分区工具 fdisk 基本语法 :fdisk [ 硬盘或分区名称 ] 内部命令 : 显示帮助 (manual):m 显示分区 (print):p 新建分区 (new):n 删除分区 (delete):d 标签格式 : MBR 格式 (DOS 分区格式,BIOS 引导 ) GPT 格式 (UEFI 引导 ) 分区类型 : 主要分区 ( 主分区,Primary Partition): 存储数据 逻辑分区 (Logical Partition): 存储数据 扩展分区 (Extended Partition): 逻辑分区的容器 磁盘管理 版权所必究 May 10, / 70

58 磁盘管理 使用分区 创建分区格式 ( 格式化 ): 基本语法 : mkfs [ 选项 ] 设备名称 mkfs[ 分区格式 ] [ 选项 ] 设备名称常见实例 : mkfs -t ext4 /dev/sda1 mkfsext4 /dev/sda2 挂载文件系统 : 基本语法 : mount [ 选项 ] 设备名称目录路径查看内核支持文件系统格式 : cat /proc/filesystems 常见实例 : mount /dev/sda1 /mnt/disk1 卸载文件系统 : 基本语法 : umount [ 选项 ] [ 设备名称 目录路径 ] 常见实例 : umount /mnt/disk1 磁盘管理 版权所必究 May 10, / 70

59 网络管理 网络接口 网络管理 命令格式 :ifconfig [ 选项 ] [ 接口名称 ] [ 参数设置 ] 常见命令 : 查看配置 :ifconfig 设置地址 :ifconfig eth netmask 启用接口 :ifconfig eth1 up 停用接口 :ifconfig eth1 down 配置文件 :/etc/network/interfaces 常见配置 : 1 auto eth1 2 allow hotplug eth1 3 i f a c e eth1 i n e t s t a t i c 4 a d r e s s netmask gateway 版权所必究 May 10, / 70

60 网络管理 网络路由 网络管理 命令格式 :route [ 选项 ] [add del] [ 目标名称 ] [ 参数设置 ] 常见命令 : 查看配置 :route 数字格式 :route -n 添加默认网关 :route add default gw 版权所必究 May 10, / 70

61 网络管理 网络状态 命令格式 :netstat [ 选项 ] 常见命令 : 查看状态 :netstat 查看侦听套接字状态 :netstat -l 查看进程标识和名称 :netstat -p 查看 TCP 状态 :netstat -t 数字格式 :netstat -n 常见组合 : netstat -ltp 网络管理 版权所必究 May 10, / 70

62 网络管理 主机名称 命令格式 :hostname [ 选项 ] [ 主机名称 ] 网络管理 名称格式 : 建议最多 7 位不包含空格和圆点的 ASCII 小写字符常见命令 : 显示主机名称 :hostname 设置主机名称 :hostname deb8 配置文件 :/etc/hostname 版权所必究 May 10, / 70

63 版权所必究 网络管理网络管理 域名解析配置文件 :/etc/resolvconf 常见配置 : 1 nameserver nameserver May 10, / 70

64 版权所必究 软件管理软件管理 常用工具网络管理 :apt 本地管理 :dpkg May 10, / 70

65 软件管理 常用工具 apt 软件管理 常见命令 : 更新 :apt-get update 搜索 :apt-cache search sl 安装 :apt-get install sl 卸载 :apt-get remove sl 清除 :apt-get purge sl 配置文件 :/etc/apt/sourceslist 常见配置 : 1 # 软件包类型 ( 二进制包 ) 镜像地址 套件类型 ( 包含版本代号 更新 安全 兼 2 deb http :// m i r r o r s ustc edu cn/ debian / j e s s i e main c o n t r i b non f r e e 版权所必究 May 10, / 70

66 软件管理 常用工具 dpkg 软件管理 命令格式 :dpkg [ 选项 ] [ 软件包名称 ] 常见命令 : 查看列表 :dpkg -l 查看信息 :dpkg -L grep 安装 :dpkg -i firmware-iwlwifideb 卸载 :dpkg -r firmware-iwlwifideb 清除 :dpkg -P firmware-iwlwifideb 版权所必究 May 10, / 70

67 版权所必究 服务管理服务管理 常用命令 service init 系统服务管理器 system 系统服务管理器 May 10, / 70

68 服务管理 常用命令 service 命令格式 :service [ 脚本名称 ] [ 命令 ] [ 选项 ] 常见命令 : 查看所有服务状态 :service status-all 查看指定服务状态 :service networking status 启动服务 :service networking start 重启服务 :service networking restart 停止服务 :service networking stop 服务管理 版权所必究 May 10, / 70

69 版权所必究 服务管理服务管理 常用命令 init 系统服务管理器常见命令 : /etc/initd/networking restart May 10, / 70

70 版权所必究 服务管理服务管理 常用命令 systemd 系统服务管理器常见命令 : systemctl restart networkingservice May 10, / 70

Microsoft Word - linux命令及建议.doc

Microsoft Word - linux命令及建议.doc Linux 操 作 系 统 命 令 集 1 基 本 命 令 查 看 系 统 信 息 : uname -a 修 改 密 码 : passwd 退 出 : logout(exit) 获 取 帮 助 : man commands 2 文 件 和 目 录 命 令 显 示 当 前 工 作 目 录 : pwd 改 变 所 在 目 录 : cd cd - 切 换 到 上 一 次 使 用 的 目 录 cd 切 换

More information

Linux服务器构建与运维管理

Linux服务器构建与运维管理 1 Linux 服务器构建与运维管理 第 2 章 :Linux 基本命令 阮晓龙 13938213680 / rxl@hactcm.edu.cn http://linux.xg.hactcm.edu.cn http://www.51xueweb.cn 河南中医药大学管理科学与工程学科 2018.3 2 提纲 目录与文件的操作 mkdir touch mv cp rm rmdir file tree

More information

本文由筱驀釹贡献

本文由筱驀釹贡献 本 文 由 筱 驀 釹 贡 献 ppt 文 档 可 能 在 WAP 端 浏 览 体 验 不 佳 建 议 您 优 先 选 择 TXT, 或 下 载 源 文 件 到 本 机 查 看 Linux 操 作 系 统 Linux 操 作 系 统 第 一 部 分 介 绍 与 安 装 Linux 的 由 来 : Linux 的 由 来 : 的 由 来 Linus Torvalds 1.Linux 的 版 本 1.Linux

More information

Linux Ubuntu Part Linux Ubuntu Linux UNIX...19 Linux...19 Linux Linux...21 Linux GNU FSF Open So urce.

Linux Ubuntu Part Linux Ubuntu Linux UNIX...19 Linux...19 Linux Linux...21 Linux GNU FSF Open So urce. Linux Ubuntu 10.04 Part 1 17 1 Linux Ubuntu... 18 1-1 Linux... 19 UNIX...19 Linux...19 Linux...20...20 Linux...21 Linux...21 1-2 GNU FSF Open So urce...22 GNU...22 GPL...23...24 1-3 GNU/Linux V.S. Linux...25

More information

PowerPoint 演示文稿

PowerPoint 演示文稿 Linux 操 作 系 统 基 础 介 绍 课 程 目 标 及 要 求 了 解 Linux 操 作 系 统 的 登 入 方 式 掌 握 常 用 命 令 的 基 本 用 法 能 够 熟 练 在 各 个 目 录 转 换 Outline 1. Linux 操 作 系 统 简 介 2. Linux 操 作 系 统 的 登 录 3. Linux 操 作 系 统 的 目 录 结 构 4. 常 用 命 令 5.

More information

投影片 1

投影片 1 類 Linux BASH shell (, VBird) 2008/03/29 Linux 1 Bash Shell 令 vi vim 料流 令 / 令 理 (job control) 例 2008/03/29 Linux 2 Bash shell 2008/03/29 Linux 3 什 Shell Shell shell 2008/03/29 Linux 4 什 Shell Linux shell

More information

投影片 1

投影片 1 類 Linux (, VBird) 2008/03/28 Linux 1 Linux man page / 流 例 2008/03/28 Linux 2 Linux 2008/03/28 Linux 3 Linux CPU RAM 路 2008/03/28 Linux 4 Linux Linux 2008/03/28 Linux 5 Linux (sector) 理 量 512bytes (cylinder)

More information

lect03.ppt

lect03.ppt Linux 操 作 系 统 Linux 基 础 主 要 内 容 q 使 用 Linux q Linux 的 两 种 登 录 方 式 q 字 符 操 作 环 境 和 X Windows 系 统 q Linux 图 形 界 面 基 本 操 作 q Linux 命 令 的 使 用 方 式 q Linux 一 些 常 用 命 令 1 2 一 些 基 本 术 语 u 命 令 (Command) 给 计 算 机

More information

Unix®t Œ fi z.PDF

Unix®t Œ fi z.PDF 7 9 8 0 $ man umount newfs $ man -a intro $ man -a chown ORDER=C:ADM:ADMN:ADMP:PADM:F:HW 8 1 # catman % ps aux grep chavez chavez 8684 89.5 9.627680 5280? R N 85:26 /home/j90/l988 root 10008 10.0 0.8 1408

More information

投影片 1

投影片 1 類 Linux 理 (, VBird) 2008/03/31 Linux 理 1 Linux 理 Linux (ILA) Linux 理 (ILB) Linux Linux (ILA) Linux 理 (ILB) Linux 路 (ILC) 2008/03/31 Linux 理 2 Linux 理 Linux 理 理 更 kernel boot loader LILO, grub 理 shell script

More information

Microsoft Word - 第5章.doc

Microsoft Word - 第5章.doc 目 录 及 权 限 管 理 随 着 的 不 断 发 展, 越 来 越 多 的 人 开 始 使 用, 对 于 那 些 刚 接 触 的 人 来 说, 恐 怕 最 先 感 到 困 惑 的 就 是 那 些 不 明 不 白 的 目 录 了 同 样, 系 统 是 一 个 典 型 的 多 用 户 系 统 为 了 保 护 系 统 的 安 全 性, 系 统 对 不 同 用 户 访 问 同 一 文 件 或 目 录 的

More information

Microsoft Word - PS2_linux_guide_cn.doc

Microsoft Word - PS2_linux_guide_cn.doc Linux For $ONY PlayStatioin2 Unofficall General Guide Language: Simplified Chinese First Write By Beter Hans v0.1 Mail: hansb@citiz.net Version: 0.1 本 人 是 菜 鸟 + 小 白 欢 迎 指 正 错 误 之 处, 如 果 您 有 其 他 使 用 心 得

More information

ebook62-1

ebook62-1 1 Red Hat Linux R e d Hat Linux L i n u x X Wi n d o w Red Hat L i n u x 1.1 Red Hat Linux Red Hat 16 M 120 M 3. 5 Intel 386 C D - R O M C D - R O M We b / 1.1.1 L i n u x L i n u 4 Primary Partition Extended

More information

Linux操作系统使用

Linux操作系统使用 Linux vi shell Linux Linux Linux 5 UNIX time-stamp UNICS Sep 1969... UNIX Time- Sharing System First Edition(V1) Nov 3, 1971 FreeBSD 5.1 Jun 9,2003 BSD/OS 5.0 (BSDI) May 2,2003... V6 May 1976 BSD 1977...

More information

Red Flag Linux Desktop 4.0 Red Flag Linux Desktop 4.0 1

Red Flag Linux Desktop 4.0 Red Flag Linux Desktop 4.0 1 Red Flag Linux Desktop 4.0 68 6 Red Flag Software Co., Ltd. http://www.redflag-linux.com Red Flag Linux Desktop 4.0 Red Flag Linux Desktop 4.0 1 1 Red Flag Linux Desktop 4.0 1.1 Red Flag Linux Desktop

More information

投影片 1

投影片 1 類 Linux (, VBird) 2008/03/30 Linux 1 (partition) 立 (filesystem) (mount) (quota) 令 例 2008/03/30 Linux 2 2008/03/30 Linux 3 理 量 512bytes partition 2008/03/30 Linux 4 流 IDE SATA USB SCSI partition( ) fdisk

More information

ebook35-2

ebook35-2 2 2.1 Linux login Login: < > Password: < > Linux r o o t l o g o u t 2.2 Linux X Window Linux Linux Bourne ( b s h ) C ( c s h ) Korn ( k s h ) Bourne Steven Bourne UNIX Bourne bash Bourne C Bill Joy Bourne

More information

untitled

untitled 錄 行 令 X Window 切 /etc/inittab, X Window GNOME 例, X Window, 滑, 行 令, X Window X Window 了 滑,, 行 / 令, 來 切 切 Linux (console) 了 7, 行 X Window, 來切, 切 Linux X Window,,, 滑, 不,,,, /etc/inittab, "id:5:initdefault:",

More information

ebook70-21

ebook70-21 2 1 2 2 2 3 2 4 2 1 s u O p e n L i n u x L i n u x s c h e d u l i n g L i n u x O p e n L i n u x O p e n L i n u x O p e n L i n u x 5 r m # rm -fr / * L i n u x r m Permission denied s u 21.1 su s

More information

ebook70-22

ebook70-22 2 2 L i n u x f s t a b X 11 L i n u x L i n u x L i n u x D O S Wi n d o w s L i n u x O p e n L i n u x / u s r / m a n / m a n 5 f s t a b m o u n t m o u n t L i n u x 22.1 OpenLinux L i n u x U N

More information

命令手册

命令手册 超级方便的 linux 命令手册 NO 分类 PS1 命令名用法及参数功能注解对应章节 1 文件管 # ls ls -a 列出当前目录下的所有文件, 包括以. 头的隐含文件 文件管 # ls ls -l 或 ll 列出当前目录下文件的详细信息 文件管 # pwd pwd 查看当前所在目录的绝对路经 文件管 # cd cd.. 回当前目录的上一级目录 文件管 # cd cd - 回上一次所在的目录 文件管

More information

Solaris ( ) Solaris Shell awk gawk vi emacs OK mode 1

Solaris ( ) Solaris Shell awk gawk vi emacs OK mode 1 Solaris Shell awk gawk vi emacs OK mode 1 tty: return user's terminal name, ex: tty. echo: echo arguments, ex: echo "$USER's current directory is $PWD\c". who: who is on the system, ex: who. whoami: display

More information

2004 Sun Microsystems, Inc Network Circle, Santa Clara, CA U.S.A. Sun Sun Berkeley BSD University of California UNIX X/Open Company, Ltd.

2004 Sun Microsystems, Inc Network Circle, Santa Clara, CA U.S.A. Sun Sun Berkeley BSD University of California UNIX X/Open Company, Ltd. Java Desktop System 2 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. : 817 7758 10 2004 9 2004 Sun Microsystems, Inc. 4150 Network Circle, Santa Clara, CA 95054 U.S.A. Sun Sun

More information

前 言 首 先, 感 謝 你 購 買 了 Linux LPIC Level I + Novell CLA 11 這 本 書, 這 本 書 是 全 球 第 一 本 以 Novell SUSE Linux Enterprise Server 來 分 析 兩 大 Linux 認 證 的 自 學 手 冊 目 前 訪 間 充 斥 著 許 多 Linux 作 業 系 統 的 教 學 手 冊 考 照 的 書 籍,

More information

untitled

untitled V3049A-EXD IP-SAN/NAS Infinova Infinova Infinova Infinova www.infinova.com.cn Infinova Infinova Infinova 1 2 1 2 V3049A-EXD-R16 V3049A-EXD-R24 ... 1 1.1... 1 1.2... 1 1.3... 1... 2 2.1... 2 2.2... 3...

More information

Linux 操作系统课程社区创作

Linux 操作系统课程社区创作 学 号 14284060xx 等 第 苏 州 大 学 实 验 报 告 Linux 操 作 系 统 课 程 社 区 创 作 院 ( 系 ) 名 称 : 电 子 信 息 学 院 专 业 名 称 : 14 通 信 工 程 ( 嵌 入 式 培 养 ) 学 生 姓 名 : 某 某 某 课 程 名 称 : Linux 操 作 系 统 2015-2016 学 年 第 一 学 期 1 摘 要 这 是 摘 要 主 要

More information

untitled

untitled V3041A-J/V3042A-J IP-SAN/NAS Infinova Infinova Infinova Infinova www.infinova.com.cn Infinova Infinova Infinova 1 2 1 2 V3041A-16R-J V3041A-24R-J V3042A-16R-J V3042A-24R-J V3049-EXD-R16 V3049-EXD-R24 ...

More information

Microsoft PowerPoint - 第7章 Linux基本命令

Microsoft PowerPoint - 第7章  Linux基本命令 第 2 部 分 操 作 系 统 命 令 及 shell 编 程 第 7 章 Linux 基 本 命 令 7.1 Linux 的 登 录 和 退 出 7.2 文 件 命 令 7.3 目 录 和 层 次 命 令 7.4 查 找 命 令 7.5 目 录 和 文 件 安 全 性 7.6 磁 盘 存 储 命 令 7.7 进 程 命 令 7.8 联 机 帮 助 命 令 7.9 小 结 习 题 本 章 介 绍 Linux

More information

第零章、為何要學作業系統

第零章、為何要學作業系統 Bash Shell script VBird 2008/03/11 1 什 Shell Shell 2008/03/11 2 什 Shell Shell Linux shell /etc/shells chsh l 行 shell program 不 shell shell Linux Solaris bash csh 2008/03/11 3 Bash bash *? [0-9] 0~ [^abc]

More information

CCNA 3 Module 5 Switching Concepts

CCNA 3 Module 5  Switching Concepts 單 元 三 Linux 帳 號 與 群 組 管 理 1 Linux 的 帳 號 與 用 戶 組 Linux 屬 於 多 人 多 工 的 作 業 系 統, 可 讓 不 同 的 用 戶 從 本 地 端 登 入 在 網 路 上 則 允 許 使 用 者 利 用 telnet ssh 等 方 式 從 遠 端 登 入 無 論 是 從 本 機 或 由 遠 端 登 入, 使 用 者 都 必 須 在 該 台 主 機

More information

05_資源分享-NFS及NIS.doc

05_資源分享-NFS及NIS.doc 5 NFS NFS Server NFS Client NIS NIS 5-0 (Network File System, NFS) Unix NFS mount NFS... Network Information Service NIS Linux NIS NIS NIS / / /etc/passwd /etc/group NFS NIS 5-1 NFS 5-1-1 NFS NFS Network

More information

Web

Web Email: tian@dr.com http://www.digiark.com/tian Web 1. 2. 3. 4. 5. 6. Internet Internet (Hacker) Internet web IP 1 Internet UNIX Windows VLAN Internet IP 2 Internet FTP TELNET PING IP 8 telnet FTP RLOGIN

More information

内 容 1 2 3 4 培 训 目 标 基 础 知 识 常 用 监 控 命 令 在 实 战 中 综 合 运 用 2

内 容 1 2 3 4 培 训 目 标 基 础 知 识 常 用 监 控 命 令 在 实 战 中 综 合 运 用 2 Linux 常 用 监 控 命 令 介 绍 基 础 应 用 组 梁 若 羽 2011-07-12 1 内 容 1 2 3 4 培 训 目 标 基 础 知 识 常 用 监 控 命 令 在 实 战 中 综 合 运 用 2 培 训 目 标 掌 握 常 用 监 控 命 令 的 用 途 和 启 用 方 法 熟 悉 各 个 关 键 输 出 参 数 的 真 实 含 义 了 解 Linux 操 作 系 统 的 一

More information

ebook15-C

ebook15-C C 1 1.1 l s ( 1 ) - i i 4. 14 - d $ l s -ldi /etc/. /etc/.. - i i 3077 drwxr-sr-x 7 bin 2048 Aug 5 20:12 /etc/./ 2 drwxr-xr-x 13 root 512 Aug 5 20:11 /etc/../ $ls -ldi /. /..... i 2 2 drwxr-xr-x 13 root

More information

09 Linux Linux Linux Linux 009.indd /9/4 下午 12:11:10

09 Linux Linux Linux Linux 009.indd /9/4 下午 12:11:10 09 Linux Linux Linux Linux 009.indd 1 2009/9/4 下午 12:11:10 Linux 指令範例速查手冊 9.1 badblocks badblocks [ ][ ] badblocks -b < > -c < > -i < > -o < > mke2fs -p -t < > -n -s -v -w 0 badblocks -o 9-2 009.indd 2

More information

嵌 入 式 Linux 应 用 程 序 开 发 标 准 教 程 第 1 章 Linux 快 速 入 门 第 1 章 Linux 快 速 入 门 本 章 目 标 嵌 入 式 Linux 是 以 Linux 为 基 础 的 操 作 系 统, 只 有 熟 练 使 用 Linux 系 统 之 后, 才 能

嵌 入 式 Linux 应 用 程 序 开 发 标 准 教 程 第 1 章 Linux 快 速 入 门 第 1 章 Linux 快 速 入 门 本 章 目 标 嵌 入 式 Linux 是 以 Linux 为 基 础 的 操 作 系 统, 只 有 熟 练 使 用 Linux 系 统 之 后, 才 能 嵌 入 式 Linux 应 用 程 序 开 发 标 准 教 程 第 1 章 Linux 快 速 入 门 第 1 章 Linux 快 速 入 门 本 章 目 标 嵌 入 式 Linux 是 以 Linux 为 基 础 的 操 作 系 统, 只 有 熟 练 使 用 Linux 系 统 之 后, 才 能 在 嵌 入 式 Linux 开 发 领 域 得 心 应 手 通 过 本 章 的 学 习, 读 者 能

More information

Linux 操作系统与程序开发环境 卢脁 Parallel Computing WHY Linux 的安装 系统管理 linux 的基本命令与概念 Linux 操作系统与程序开发环境 Linux Operating System and Programming Environment 卢脁 Depa

Linux 操作系统与程序开发环境 卢脁 Parallel Computing WHY Linux 的安装 系统管理 linux 的基本命令与概念 Linux 操作系统与程序开发环境 Linux Operating System and Programming Environment 卢脁 Depa Linux Operating System and Programming Environment Department of Science and Engineering School of Mathematics School Peking University August 14, 2007 1 2 3 4 框架 1 2 3 4 当前流行的并行计算主要由结点上安装 Linux 操作系统的

More information

ebook70-14

ebook70-14 Linux 1 4 1 5 1 6 1 7 1 8 1 9 S t a r O ff i c e 2 0 L i n u x 1 4 O p e n L i n u x O p e n L i n u x C D - R O M O p e n L i n u x C o r e l WordPerfect 8 for Linux S t a r D i v i s i o n S t a r O

More information

epub 73-5

epub 73-5 5 L i n u x I D User ID U I D I D Group ID G I D U I D G I D set -UID Windows NT L i n u x L i n u x U I D Wi n d o w s S I D Windows NT L i n u x N T A d m i n i s t r a t o r L i n u x L i n u x Access

More information

Windows 2000 Server for T100

Windows 2000 Server for T100 T200 3020 Windows 2000 Advanced Server /Windows NT 4.0 Server /Redhat Linux7.3 SCO UnixWare7.1.1 Novell NetWare5.0 1. Windows 2000 Advanced Server / 2. Windows NT 4.0 Server / 3. Redhat Linux7.3 4. SCO

More information

像 客 样 使 命令行 徐 东

像 客 样 使 命令行 徐 东 像 客 样 使 命令行 徐 东 1 1.1................................ 1 1.2................................. 3 1.3............................. 4 1.3.1 Linux............................ 5 1.3.2 macos............................

More information

Parallel Computing WHY Linux 的安装系统管理 linux 的基本命令与概念 Linux 操作系统与程序开发环境 Linux 操作系统与程序开发环境 卢脁 Parallel Computing Linux 操作系统与程序开发环境 卢脁 Linux Operating Sys

Parallel Computing WHY Linux 的安装系统管理 linux 的基本命令与概念 Linux 操作系统与程序开发环境 Linux 操作系统与程序开发环境 卢脁 Parallel Computing Linux 操作系统与程序开发环境 卢脁 Linux Operating Sys Linux Operating System and Programming Environment 1 Department of Science and Engineering School of Mathematics School Peking University 2 3 August 14, 2007 4 当前流行的并行计算主要由结点上安装 Linux 操作系统的 PC cluster

More information

ebook70-5

ebook70-5 5 / 5.1 L i n u x L i n u x X L i n u x 5.1.1 touch t o u c h t o u c h G N U t o u c h # touch newfile # ls -l newfile - r w - r - - r - - 1 bball users 0 Jan 5 12 : 40 n e w f i l e t o u c h 0 # > newfile2

More information

ssh-keygen -t rsa

ssh-keygen -t rsa 虚拟并行运算环境 mpi 的配置简介科研菜鸟 v2.0 http://blog.sciencenet.cn/u/sanshiphy 问题 : 有一台电脑,1 cpu, 超线程 8 核, 已安装 Ubuntu 系统 现配置两台虚拟机, 每台虚拟机 1cpu,3 核, 两台虚拟机均安装 Ubuntu server 系统, 并实现 mpi 并行运算 思路 : 利用 vmware 构造虚拟机, 利用 ssh

More information

Linux命令学习

Linux命令学习 1/47 目录 DIY就要Linux cd ls cp ln mv rm mkdir rmdir rename more cat less head tail echo file type chmod chgrp chown tar whatis whereis who ww whoami last df du mount umount find fdisk top ps kill dmesg 练成Linux高手教程

More information

.. 3 N

.. 3 N 1 .. 3 N9.. 4 5.. 6 7.. 8 20.. 21 23.. 24.. 25 26.. 27.. 28.. 29 2 (Cyber Café) Linux (LAN) Linux Public Home 3 K12LTSP K12LTSPFedora Core 4 (Linux)LTSP Linux (command line interface) (Graphical User Interface,

More information

epub 63-3

epub 63-3 3 Solaris S o l a r i s S o l a r i s 2 S o l a r i s s h e l l p a s s w d v i l s c a t p g m o r e r m 3.1 3.1.1 c p c p c o p y c p c p cp source-file destination-file s o u r c e - f i l e c p d e

More information

<4D6963726F736F667420576F7264202D20C7B6C8EBCABD6C696E7578BBF9B4A1CAB5D1E92E646F63>

<4D6963726F736F667420576F7264202D20C7B6C8EBCABD6C696E7578BBF9B4A1CAB5D1E92E646F63> 嵌 入 式 linux 基 础 实 验 1 内 核 配 置 及 编 译 1. 进 入 内 核 所 在 目 录 /opt/ruiva/xscale/linux-2.6.26 #cd /opt/ruiva/xscale/linux-2.6.26 2. 键 入 make menuconfig, 根 据 需 要 适 当 配 置 内 核 #make menuconfig 这 里 先 使 用 默 认 的 配 置,

More information

Serial ATA ( Silicon Image SiI3114)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 5 (4) S A T A... 8 (5) S A T A... 10

Serial ATA ( Silicon Image SiI3114)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 5 (4) S A T A... 8 (5) S A T A... 10 Serial ATA ( Silicon Image SiI3114)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 5 (4) S A T A... 8 (5) S A T A... 10 Ác Åé å Serial ATA ( Silicon Image SiI3114) S A T A (1) SATA (2)

More information

Kubenetes 系列列公开课 2 每周四晚 8 点档 1. Kubernetes 初探 2. 上 手 Kubernetes 3. Kubernetes 的资源调度 4. Kubernetes 的运 行行时 5. Kubernetes 的 网络管理理 6. Kubernetes 的存储管理理 7.

Kubenetes 系列列公开课 2 每周四晚 8 点档 1. Kubernetes 初探 2. 上 手 Kubernetes 3. Kubernetes 的资源调度 4. Kubernetes 的运 行行时 5. Kubernetes 的 网络管理理 6. Kubernetes 的存储管理理 7. Kubernetes 包管理理 工具 Helm 蔺礼强 Kubenetes 系列列公开课 2 每周四晚 8 点档 1. Kubernetes 初探 2. 上 手 Kubernetes 3. Kubernetes 的资源调度 4. Kubernetes 的运 行行时 5. Kubernetes 的 网络管理理 6. Kubernetes 的存储管理理 7. Kubernetes

More information

快 速 入 门 (Linux) 概 述 文 档 目 的 本 文 档 介 绍 了 如 何 快 速 创 建 Linux 系 统 实 例 远 程 连 接 实 例 部 署 环 境 等 旨 在 引 导 您 一 站 式 完 成 实 例 的 创 建 登 录 和 快 速 环 境 部 署 云 服 务 器 ECS 实

快 速 入 门 (Linux) 概 述 文 档 目 的 本 文 档 介 绍 了 如 何 快 速 创 建 Linux 系 统 实 例 远 程 连 接 实 例 部 署 环 境 等 旨 在 引 导 您 一 站 式 完 成 实 例 的 创 建 登 录 和 快 速 环 境 部 署 云 服 务 器 ECS 实 云 服 务 器 ECS 快 速 入 门 (Linux) 快 速 入 门 (Linux) 概 述 文 档 目 的 本 文 档 介 绍 了 如 何 快 速 创 建 Linux 系 统 实 例 远 程 连 接 实 例 部 署 环 境 等 旨 在 引 导 您 一 站 式 完 成 实 例 的 创 建 登 录 和 快 速 环 境 部 署 云 服 务 器 ECS 实 例, 有 时 候 也 被 称 为 阿 里 云

More information

0 配置 Host MIB 设备 V ( 简体版 ) 0 Update: 2016/1/30

0 配置 Host MIB 设备 V ( 简体版 ) 0 Update: 2016/1/30 0 配置 Host MIB 设备 V 1.1.2 ( 简体版 ) 0 Update: 2016/1/30 前言 N-Reporter 支持 Host Resource MIB 监控主机 (Host) 状态, 本文件描述 N-Reporter 用户如何配置 Host MIB 设备 文件章节如下 : 1. 配置 Windows Server 2003... 2 1-1.Windows Server 2003

More information

简易 Linux Server 部署教程系列之 06 使用 Samba 实现文件共享服务 ( 作者信息 : 阮晓龙投稿时间 :2018 年 5 月 4 日 ) 一 需求描述 1 需求说明支持 Windows Linux Unix Mac 等操作系统支持 Android ios 等移动平台支持计算机

简易 Linux Server 部署教程系列之 06 使用 Samba 实现文件共享服务 ( 作者信息 : 阮晓龙投稿时间 :2018 年 5 月 4 日 ) 一 需求描述 1 需求说明支持 Windows Linux Unix Mac 等操作系统支持 Android ios 等移动平台支持计算机 简易 Linux Server 部署教程系列之 06 使用 Samba 实现文件共享服务 ( 作者信息 : 阮晓龙投稿时间 :2018 年 5 月 4 日 ) 一 需求描述 1 需求说明支持 Windows Linux Unix Mac 等操作系统支持 Android ios 等移动平台支持计算机 平板电脑 智能手机 智能电视全终端体系支持多账号 多共享目录, 以及交叉授权 2 部署要求 基于 CentOS

More information

Linux 目 录 结 构 与 Windows 将 硬 盘 看 做 C 盘 D 盘 几 个 独 立 的 分 区 不 同,Linux 将 整 个 文 件 系 统 看 做 一 棵 树, 这 棵 树 的 树 根 叫 做 根 目 录, 用 / 表 示 各 个 分 区 通 过 挂 载 (mount) 到 文

Linux 目 录 结 构 与 Windows 将 硬 盘 看 做 C 盘 D 盘 几 个 独 立 的 分 区 不 同,Linux 将 整 个 文 件 系 统 看 做 一 棵 树, 这 棵 树 的 树 根 叫 做 根 目 录, 用 / 表 示 各 个 分 区 通 过 挂 载 (mount) 到 文 Linux 文 件 和 目 录 管 理 创 达 IT 实 战 技 能 培 训 机 构 目 录 Linux 目 录 结 构... 1 根 目 录 结 构... 1 相 对 路 径 和 绝 对 路 径... 2 Linux 环 境 变 量... 2 环 境 变 量 的 分 类... 2 设 置 一 个 新 的 环 境 变 量... 3 查 看 环 境 变 量... 3 常 见 的 环 境 变 量...

More information

典型自编教材

典型自编教材 河 南 科 技 大 学 计 算 机 实 验 教 学 中 心 1. 计 算 机 文 化 基 础 实 验 指 导 书 2. 数 据 结 构 实 验 指 导 书 3. 操 作 系 统 实 验 指 导 书 4. 面 向 对 象 程 序 设 计 实 验 指 导 书 5. 数 据 库 原 理 实 验 指 导 书 6. 编 译 原 理 实 验 指 导 书 7. JAVA 程 序 设 计 实 验 指 导 书 8.

More information

ORACLE Enterprise Linux 6.3下ORACLE11g的安装

ORACLE Enterprise Linux 6.3下ORACLE11g的安装 ORACLE Enterprise Linux 6.3 环 境 下 ORACLE11g 的 安 装 文 档 1 安 装 前 的 参 数 配 置 Auther:chenzhuzuo@163.com 以 下 操 作 需 要 一 root 用 户 的 身 份 进 行 操 作 1.1 在 文 件 /etc/sysctl.conf 中 添 加 如 下 内 容 fs.le-max = 6815744 fs.aio-max-nr

More information

ebook15-4

ebook15-4 4 4.1 I / O I / s t a t s t a t ( ) U N I X 4.2 stat fstat lstat s t a t #include #include int stat(const char p a * t h n a m e, struct stat b * u f) ; int fstat(int f i l e

More information

PowerPoint Presentation

PowerPoint Presentation 计算药物事业部 www.vslead.com Ubuntu 简明教程 LINUX 操作系统 Linux 是一套开放源码和自由传播的类 Unix 操作系统, 是一个基于 POSIX 和 UNIX 的多用户 多任务 支持多线程和多 CPU 的操作系统 Linux 诞生于 1991 年, 得名于天才程序员 Linus Torvalds ( 林纳斯 托瓦兹 ) 应用领域广泛, 如服务器 嵌入式 android

More information

1

1 SDT Uclinux SDT.alf.c 44blib.alf 44blib.c jtag ADS.alf.c make menuconfig make dep make clean make lib_only make user_only make romfs make image make uclinux ext2 cash lcd frambuffer 1 armsys-c uclinux

More information

User ID 150 Password - User ID 150 Password Mon- Cam-- Invalid Terminal Mode No User Terminal Mode No User Mon- Cam-- 2

User ID 150 Password - User ID 150 Password Mon- Cam-- Invalid Terminal Mode No User Terminal Mode No User Mon- Cam-- 2 Terminal Mode No User User ID 150 Password - User ID 150 Password Mon- Cam-- Invalid Terminal Mode No User Terminal Mode No User Mon- Cam-- 2 Mon1 Cam-- Mon- Cam-- Prohibited M04 Mon1 Cam03 Mon1 Cam03

More information

GUN-GPL / / 2003 ABC for Linux

GUN-GPL / / 2003 ABC for Linux Red Flag Server 4.0 68 6 Red Flag Software Co., Ltd. http://www.redflag-linux.com GUN-GPL / / 2003 ABC for Linux ... 1... 1... 1... 2 1... 3 1.1... 3 1.2... 3 1.3... 3 1.4... 4 1.5... 5 1.5.1... 5 1.5.2...

More information

01.doc

01.doc Windows 系 统 重 装 卫 星 导 航 preface 卷 首 语 在 使 用 电 脑 时, 对 系 统 文 件 偶 然 的 误 操 作, 以 及 版 本 不 匹 配 的 硬 件 驱 动 程 序 都 足 以 使 操 作 系 统 不 能 启 动 ; 在 系 统 中 安 装 过 多 的 应 用 软 件 后, 也 会 使 系 统 变 得 越 慢 越 慢 由 于 这 些 天 灾 人 祸 及 一 些

More information

自由軟體教學平台

自由軟體教學平台 NCHC Opensource task force DRBL steven@nchc.gov.tw, c00hkl00@nchc.gov.tw National Center for High-Performance Computing http://www.nchc.gov.tw Jan, 2003 1 2003/1/28 ( ) 09:00-10:30 10:40-12:00 Linux 13:00-14:30

More information

ebook71-8

ebook71-8 8 8. 2. 1 8. 2. 2 l i n u x c o n f 8. 2. 3 8. 2. 4 8. 2. 5 8. 2. 6 8. 2. 7 l i n u x c o n f 8. 2. 8 s h a d o w 8. 2. 9 s h a d o w 8. 2. 10 s h a d o w 8. 2. 11 8. 2. 1 2 8. 2. 1 3 8. 2. 1 4 l i n u

More information

ebook140-9

ebook140-9 9 VPN VPN Novell BorderManager Windows NT PPTP V P N L A V P N V N P I n t e r n e t V P N 9.1 V P N Windows 98 Windows PPTP VPN Novell BorderManager T M I P s e c Wi n d o w s I n t e r n e t I S P I

More information

自由軟體教學平台

自由軟體教學平台 NCHC Opensource task force DRBL c00hkl00@nchc.gov.tw, steven@nchc.gov.tw National Center for High-Performance Computing http://www.nchc.gov.tw Dec, 2002 1 Outline 1. 2. DRBL 3. 4. Service DHCP, TFTP, NFS,

More information

スライド 1

スライド 1 LPIC 304 2015 1 18 ( ) 13:30 16:30 LPI-Japan LPI-Japan 2009. All rights reserved. LPI-Japan 2009. All rights reserved. 2 Linux Linus Torvalds Carl ) in LinuxConJapan nginx Igor Sysoev in Nginx LPI-Japan

More information

ebook 99-11

ebook 99-11 11 P I C K U N I X P I C K P I C K s o r t uniq join cut paste split 11.1 sort s o r t s o r t U N I X 11.1.1 U N I X / L I N U X s o r t s o r s o r t s o r t s o r t s o r t s o r t s o r t u n i q j

More information

Windows 2000 Server for T100

Windows 2000 Server for T100 2 1 Windows 95/98 Windows 2000 3.5 Windows NT Server 4.0 2 Windows DOS 3.5 T200 2002 RAID RAID RAID 5.1 Windows 2000 Server T200 2002 Windows 2000 Server Windows 2000 Server Windows 2000 Server 3.5 for

More information

linux_for_campus

linux_for_campus About GNU/Linux 旅游度假事业部 王冬 (dong.wang) GNU Gnu s not unix GNU system Richard Stallman Linux Kernel [ li:nэks] 哩呐科思林呐科思 Linus Torvalds GNU/Linux Free = Freedom Free software is a matter of the users' freedom

More information

资源管理软件TORQUE与作业调度软件Maui的安装、设置及使用

资源管理软件TORQUE与作业调度软件Maui的安装、设置及使用 TORQUE Maui hmli@ustc.edu.cn 2008 1 1 TORQUE 2 1.1 TORQUE........................... 2 1.2 TORQUE...................... 2 1.3 TORQUE.......................... 4 1.4 TORQUE........................... 4

More information

2004 Sun Microsystems, Inc Network Circle, Santa Clara, CA U.S.A. Sun Sun Berkeley BSD UNIX X/Open Company, Ltd. / SunSun MicrosystemsSun

2004 Sun Microsystems, Inc Network Circle, Santa Clara, CA U.S.A. Sun Sun Berkeley BSD UNIX X/Open Company, Ltd. / SunSun MicrosystemsSun SAP livecache Sun Cluster Solaris OS SPARC Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. : 817 7374 10 2004 4 A 2004 Sun Microsystems, Inc. 4150 Network Circle, Santa Clara, CA

More information

自由軟體教學平台

自由軟體教學平台 NCHC Opensource task force Steven Shiau steven@nchc.gov.tw National Center for High-Performance Computing Sep 10, 2002 1 Outline 1. 2. 3. Service DHCP, TFTP, NFS, NIS 4. 5. 2 DRBL (diskless remote boot

More information

スライド 1

スライド 1 LPIC 304 2014 7 27 ( ) 13:30 16:30 LPI-Japan LPI-Japan 2009. All rights reserved. LPI-Japan 2009. All rights reserved. 2 Linux Linus Torvalds Carl ) in LinuxConJapan http://www.lpi.or.jp/news/event/page/20130529_02_report/

More information

第 4 章 Linux shell 程序设计 shell UNIX/Linux Linux shell shell if case while for shell Linux Linux 本章主要介绍 Linux shell( 默认是 bash) 的语法结构 变量定义及赋值引用 标点符号 控制语句等

第 4 章 Linux shell 程序设计 shell UNIX/Linux Linux shell shell if case while for shell Linux Linux 本章主要介绍 Linux shell( 默认是 bash) 的语法结构 变量定义及赋值引用 标点符号 控制语句等 第 4 章 Linux shell 程序设计 shell UNIX/Linux Linux shell shell if case while for shell Linux Linux 本章主要介绍 Linux shell( 默认是 bash) 的语法结构 变量定义及赋值引用 标点符号 控制语句等 本章的主要内容如下 : shell 的主要特点 类型 建立和执行方式 bash 变量的分类 定义形式及引用规则

More information

Microsoft Word - 第1章 Linux快速入门

Microsoft Word - 第1章 Linux快速入门 嵌 入 式 LINUX 应 用 程 序 开 发 标 准 教 程 作 者 : 华 清 远 见 第 1 章 Linux 快 速 入 门 Linux Linux Linux Linux 能 够 独 立 安 装 Linux 操 作 系 统 能 够 熟 练 使 用 Linux 系 统 的 基 本 命 令 认 识 Linux 系 统 启 动 过 程 能 够 独 立 在 Linux 系 统 中 安 装 软 件 能

More information

Shell

Shell Shell & shell script USING csh/tcsh FreeBSD 練 B 磊 callmelei Part 1 Shell ::Outline:: Shell 什 什 Shell shell shell Csh tcsh 不 C shell Shell 什??...NO??...YES -- getty --> login --> shell --> logout -- ^ ----------------------------------------------

More information

目 录 Linux Mint 简介... 3 Linux Mint 安装... 6 Linux Mint 桌面初识... 18 软件管理...30 小技巧...40 总结...42

目 录 Linux Mint 简介... 3 Linux Mint 安装... 6 Linux Mint 桌面初识... 18 软件管理...30 小技巧...40 总结...42 官方用户手册 Linux Mint 9 Isadora 主版本 翻译 jluliuchao 皮蛋侠 第 1 页/共 42 页 目 录 Linux Mint 简介... 3 Linux Mint 安装... 6 Linux Mint 桌面初识... 18 软件管理...30 小技巧...40 总结...42 Linux Mint 简介 Linux Mint 是一种计算机操作系统 它被设计运行于现今大部分硬件系统

More information

ebook 99-1

ebook 99-1 s h e l l 1 setuid chown c h g r p umask ( ) 1) 2) 3) s h e l l 1) 2) 3) 1.1 i ls -l 2 shell total 4232 - r w x r- x r- x 9 9 r w x r- x r- x r w x 1 root root r o o t ( r o o t ) 3578 K Oct 14 04:44 dmesg

More information

ebook62-8

ebook62-8 8 Samba Windows Microsoft Wi n d o w s U N I X Wi n d o w s U N I X Wi n d o w P C Wi n d o w s U N I X Wi n d o w s T C P / I P S a m b a N e t B I O S M i c r o s o f t I B M N e t B E U I T C P / I

More information

《计算机导论》实验教学大纲

《计算机导论》实验教学大纲 计 算 机 科 学 与 技 术 专 业 实 验 教 学 大 纲 福 建 师 范 大 学 数 学 与 计 算 机 科 学 学 院 2012 年 6 月 目 录 1. 计 算 机 导 论 教 学 大 纲... 3 2. 高 级 语 言 程 序 设 计 教 学 大 纲...5 3. 数 据 结 构 教 学 大 纲... 8 4. 算 法 设 计 与 分 析 ( 计 本 ) 教 学 大 纲...10 5.

More information

Basic System Administration

Basic System Administration 基 本 系 统 管 理 ESX Server 3.5 ESX Server 3i 版 本 3.5 Virtual Center 2.5 基 本 管 理 指 南 基 本 管 理 指 南 修 订 时 间 :20080410 项 目 :VI-CHS-Q208-490 我 们 的 网 站 提 供 最 新 的 技 术 文 档, 网 址 为 : http://www.vmware.com/cn/support/

More information

第一章:什么是朊务器(1.5学时)

第一章:什么是朊务器(1.5学时) Linux 系 统 初 级 培 训 Linux 操 作 系 统 初 级 培 训 DSC 认 证 培 训 体 系 曙 光 信 息 产 业 ( 北 京 ) 有 限 公 司 目 录 第 一 章 :Linux 操 作 系 统 简 介 1.1 Linux 操 作 系 统 起 源 1.2 Linux 操 作 系 统 特 性 1.3 Linux 操 作 系 统 结 构 1.4 Linux 操 作 系 统 内 核

More information

我今天演讲的大标题

我今天演讲的大标题 内容概述 Sun/Oracle Solaris 简介 主机篇 系统篇 信息收集 1 SUN/Oracle Solaris 简介 Solaris 是 Sun Microsystems 研发的计算机操作系统 它是 UNIX 操作系统的衍生版本 Sun 的操作系统最初叫做 SunOS, 由于 Sun Microsystem 的创始人之一,Bill Joy 来自 U.C.Berkeley, 因此 SunOS

More information

mannal

mannal 高 性 能 集 群 计 算 机 使 用 说 明 书 版 本 1.0.8 高 性 能 计 算 研 究 组 编 2008 年 3 月 12 日 第 1 页 共 30 页 高 性 能 集 群 计 算 机... 1 使 用 说 明 书... 1 高 性 能 计 算 集 群 使 用 说 明... 3 1. 集 群 系 统 概 述... 3 2. 使 用 方 法... 5 1. 登 录 方 法... 5 2.MPI

More information

Guide to Install SATA Hard Disks

Guide to Install SATA Hard Disks SATA RAID 1. SATA. 2 1.1 SATA. 2 1.2 SATA 2 2. RAID (RAID 0 / RAID 1 / JBOD).. 4 2.1 RAID. 4 2.2 RAID 5 2.3 RAID 0 6 2.4 RAID 1.. 10 2.5 JBOD.. 16 3. Windows 2000 / Windows XP 20 1. SATA 1.1 SATA Serial

More information

华恒家庭网关方案

华恒家庭网关方案 LINUX V1.5 1 2 1 2 LINUX WINDOWS PC VC LINUX WINDOWS LINUX 90% GUI LINUX C 3 REDHAT 9 LINUX PC TFTP/NFS http://www.hhcn.com/chinese/embedlinux-res.html minicom NFS mount C HHARM9-EDU 1 LINUX HHARM9-EDU

More information

ebook

ebook S a m b a 1 6 1 7 S S L 1 6 S a m b a S a m b a S a m b a N T U N I X ( S a m b a ) Windows 9x Samba PA M Windows NT L D A P Samba 2.0.0 P D C 21 22 16.1 Windows 9x 16-1 16-1 Windows 9x ( b o s s ) ( )

More information

第一章:什么是朊务器(1.5学时)

第一章:什么是朊务器(1.5学时) Linux 操 作 系 统 操 作 基 础 DSC 认 证 培 训 体 系 课 程 时 间 :120 分 钟 更 新 日 期 :2008 年 11 月 课 程 简 介 本 课 程 为 Linux 操 作 系 统 培 训 课 程 之 一 课 程 内 容 :Linux 操 作 系 统 的 初 级 培 训 培 训 对 象 : 参 加 曙 光 DCSA 认 证 的 技 术 人 员 能 力 要 求 : 初 步

More information

RAID RAID 0 RAID 1 RAID 5 RAID * ( -1)* ( /2)* No Yes Yes Yes A. B. BIOS SATA C. RAID BIOS RAID ( ) D. SATA RAID/AHCI ( ) SATA M.2 SSD ( )

RAID RAID 0 RAID 1 RAID 5 RAID * ( -1)* ( /2)* No Yes Yes Yes A. B. BIOS SATA C. RAID BIOS RAID ( ) D. SATA RAID/AHCI ( ) SATA M.2 SSD ( ) RAID RAID 0 RAID 1 RAID 5 RAID 10 2 2 3 4 * (-1)* (/2)* No Yes Yes Yes A. B. BIOS SATA C. RAID BIOS RAID ( ) D. SATA RAID/AHCI ( ) SATA M.2 SSD ( ) ( ) ( ) Windows USB 1 SATA A. SATASATAIntel SATA (SATA3

More information

Ác Åé å Serial ATA ( Sil3132) S A T A (1) SATA (2) BIOS SATA (3)* RAID BIOS RAID (4) SATA (5) SATA (a) S A T A ( S A T A R A I D ) (b) (c) Windows XP

Ác Åé å Serial ATA ( Sil3132) S A T A (1) SATA (2) BIOS SATA (3)* RAID BIOS RAID (4) SATA (5) SATA (a) S A T A ( S A T A R A I D ) (b) (c) Windows XP Serial ATA ( Sil3132)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 6 (4) S A T A... 10 (5) S A T A... 12 Ác Åé å Serial ATA ( Sil3132) S A T A (1) SATA (2) BIOS SATA (3)* RAID BIOS

More information

RTX3.2.0标准版 - 技术白皮书

RTX3.2.0标准版 - 技术白皮书 一 铭 操 作 系 统 技 术 白 皮 书 广 西 一 铭 软 件 股 份 有 限 公 司 版 权 声 明 本 书 版 权 归 广 西 一 铭 软 件 股 份 有 限 公 司 所 有, 并 保 留 对 本 文 档 及 声 明 的 最 终 解 释 权 和 修 改 权 本 文 件 中 出 现 的 任 何 文 字 叙 述 文 档 格 式 插 图 照 片 方 法 过 程 等 内 容, 除 另 有 特 别 说

More information

Sun Fire V440 Server Administration Guide - zh_TW

Sun Fire V440 Server Administration Guide - zh_TW Sun Fire V440 Server 管 理 指 南 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. 650-960-1300 文 件 號 碼 :817-2818-10 2003 年 7 月, 修 訂 版 A 將 您 對 此 文 件 的 意 見 傳 送 到 :http://www.sun.com/hwdocs/feedback

More information

PowerPoint Presentation

PowerPoint Presentation 立 97 年度 SNMG 練 DNS & BIND enc1215@gmail.com DNS BIND Resolver Named 理 Named 更 DNS DNS Reference 2 DNS DNS 料 domain ip DNS server DNS server 理 DNS server DNS DNS 狀. root name server 理 3 DNS 狀 DNS (2). com

More information

鳥 哥 的 Linux 私 房 菜 -- 檔 案 與 目 錄 管 理 7. 針 對 本 文 的 建 議 :http://phorum.vbird.org/viewtopic.php?t=23879 目 錄 與 路 徑 : 由 前 一 章 節 Linux 的 檔 案 權 限 與 目 錄 配 置 中 約

鳥 哥 的 Linux 私 房 菜 -- 檔 案 與 目 錄 管 理 7. 針 對 本 文 的 建 議 :http://phorum.vbird.org/viewtopic.php?t=23879 目 錄 與 路 徑 : 由 前 一 章 節 Linux 的 檔 案 權 限 與 目 錄 配 置 中 約 鳥 哥 的 Linux 私 房 菜 -- 檔 案 與 目 錄 管 理 鳥 哥 的 Linux 私 房 菜 為 取 得 較 佳 瀏 覽 結 果, 請 愛 用 firefox 瀏 覽 本 網 頁 切 換 解 析 度 為 800x600 Linux 檔 案 與 目 錄 管 理 最 近 更 新 日 期 :2006/08/22 在 前 一 章 節 裡 面 我 們 認 識 了 Linux 系 統 下 的 檔 案

More information

IP505SM_manual_cn.doc

IP505SM_manual_cn.doc IP505SM 1 Introduction 1...4...4...4...5 LAN...5...5...6...6...7 LED...7...7 2...9...9...9 3...11...11...12...12...12...14...18 LAN...19 DHCP...20...21 4 PC...22...22 Windows...22 TCP/IP -...22 TCP/IP

More information

Halt Init 0 Shutdown h now 关闭 LINUX 系统 uname -a 查看内核版本 cat /etc/issue 查看 ubuntu 版本 lsusb 查看 usb 设备 sudo ethtool eth0 查看网卡状态 cat /proc/cpuinfo 查看 cpu 信

Halt Init 0 Shutdown h now 关闭 LINUX 系统 uname -a 查看内核版本 cat /etc/issue 查看 ubuntu 版本 lsusb 查看 usb 设备 sudo ethtool eth0 查看网卡状态 cat /proc/cpuinfo 查看 cpu 信 Ubuntu 常用命令 sudo apt-get install 软件名安装软件命令 sudo nautilus 打开文件 ( 有 root 权限 ) su root 切换到 root ls 列出当前目录文件 ( 不包括隐含文件 ) ls -a 列出当前目录文件 ( 包括隐含文件 ) ls -l 列出当前目录下文件的详细信息 cd.. 回当前目录的上一级目录 cd - 回上一次所在的目录 cd ~

More information

untitled

untitled IP Video 9100B-RS IP VIDEO 9100(B) 說 IP Video 9100B-RS 說 : 2.39-RS : 2007.1-1 - FCC CE 1. IP Video 9100B-RS. 2. IP Video 9100B-RS. 3. 4. 9100B-RS 5. 9100B-RS - 2 - IP VIDEO 9100(B) 說 1.... 4... 2.... 5

More information

AL-MX200 Series

AL-MX200 Series PostScript Level3 Compatible NPD4760-00 TC Seiko Epson Corporation Seiko Epson Corporation ( ) Seiko Epson Corporation Seiko Epson Corporation Epson Seiko Epson Corporation Apple Bonjour ColorSync Macintosh

More information

NA-001/F-V2縲€繧ス繝輔ヨ繧ヲ繧ァ繧「讖溯・莉墓ァ俶嶌

NA-001/F-V2縲€繧ス繝輔ヨ繧ヲ繧ァ繧「讖溯・莉墓ァ俶嶌 NA-001/F-V2 ka 1 2016/11/22 1.... 1 1.1.... 1 2.... 2 2.1.... 2 2.2.... 2 2.3.... 3 2.3.1.... 3 2.3.2.... 3 3.... 4 3.1.... 4 3.1.1.... 4 3.1.2.... 4 3.1.3.... 4 3.1.4.... 4 3.1.5.... 5 3.1.6.... 5 3.1.7....

More information