重新排序

发布时间 2024-01-06 23:32:05作者: 第九区猿工

填空

  1. Linux 最初的开发者是 Linus。
  2. 在 Linux 中,默认的桌面环境是 GNOME。
  3. 在 Linux 中的 vi 编辑器中,如果在指令模式下输入命令 :wq ,表示存盘退出。
  4. 在 Linux 中,用命令 useradd 创建用户。
  5. 在 Linux 中,用命令 userdel 删除用户。
  6. 在 Linux 中,用命令 groupadd 创建组。
  7. 在 Linux 中,用命令 groupdel 删除组。
  8. 在 Linux 中,用命令 passwd 更改用户口令。
  9. 在 Linux 中,用命令 chmod 修改文件的权限。
  10. 在 Linux 中,用命令 traceroute 来跟踪本地与远程主机之间的 UDP 数据报。
  11. 在 Linux 中,用命令 route 配置系统的路由设置。
  12. 在 Linux 中,用命令 tar 对文件进行打包和解包,c 参数用来对指定文件进行打包操作,x 参数用来对指定文件进行解包操作,v 参数用来显示详细的打包、解包过程。
  13. 在 Linux 中,用命令 startx 从命令界面进入到图形界面。
  14. 在 Linux 中,默认使用的防火墙软件是 iptables。
  15. 在 Linux 中,用命令 iptables 的 L 参数列出所有防火墙规则。
  16. 在 Linux 中,调整进程的优先级别,使用 nice 命令。
  17. 在 Linux 中,一般可以用 iostat 查看系统磁盘 IO 性能。
  18. 在 Linux 中,用命令 switchdesk 更换桌面环境。
  19. 在 Linux 中,环境变量 HOME 表示用户的家目录。
  20. 在 Linux 中, $HISTSIZE 环境变量设置命令缓存的大小。
  21. 在 Linux 中, /proc/meminfo 文件记录了系统中有关内存的信息。
  22. 在 Linux 中, /etc/services 文件保存各个网络服务的名称,以及该服务使用传输协议和端口号。
  23. 在 Linux 中,更改当前用户使用命令 su。
  24. 在 Linux 中,默认使用的文件系统是 ext3。
  25. 在 Linux 中,rpm 命令作用是用来管理 rpm 软件包,i 参数安装一个程序包,q 参数可以查看程序包的清单信息。
  26. 在 Linux 中,如果想修改 Apache 服务的监听端口,可以通过修改配置文件中 listen 参数来实现。
  27. 在 Linux 中,Apache 服务的主要配置文件是 /etc/httpd/httpd.conf。
  28. 在 Linux 中,用命令 cp 拷贝文件。
  29. 在 Linux 中,由于采用了 VFS 才使 Linux 可以支持众多的文件系统。
  30. 在 Linux 中,光驱默认使用的文件系统是 iso9660。
  31. 在 Linux 中,DNS 服务中的守护进程是 named。
  32. 在 Linux 中,DNS 服务的资源记录中,如果 Class 字段写的是 IN,则表示网络类型是 internet。
  33. 在 Linux 中,如果想把机器的名字解析成对应的 IP 地址,可以使用 DNS 服务。
  34. 在 Linux 中,用命令 kill 强制停止一个进程。
  35. 在 Linux 中,一般用 ifconfig 命令来设置每个网络接口的 IP 地址。
  36. 在 Linux 中, /proc/cpuinfo 文件记录的系统 CPU 的信息。
  37. 在 Linux 中, $PATH 环境变量设定了按照哪个路径去找命令。
  38. 在 Linux 中,shutdown 命令的 c 参数用以取消目前正在执行过程中的关机程序。
  39. 在 Linux 中,用命令 rpm 的 q 参数可以查看程序包的清单信息。
  40. 在 Linux 中,运行级别 3 表示使用文本界面的完全多用户模式。
  41. 在 Linux 中的 Samba 服务配置文件中,参数 security 是用来设置 Samba 服务的安全级别。
  42. 在 Linux 中,Samba 服务中,增加 Samba 用户的命令是 smbpasswd。
  43. 在 Linux 中,Samba 服务的主要配置文件是 /etc/samba/smb.conf。
  44. 在 Linux 中,使用 chkconfig 命令 list 参数可以列出每个服务在不同运行级别下的启动状态。
  45. 在 Linux 中,127.0.0.1 一般代表本地主机。
  46. 在 Linux 中,Apatch 中默认的网站页面存放的位置是 /var/www/html 目录。
  47. 在 Linux 中,Apache 服务中,maxclient 参数指定最大的并发连接数。
  48. 在 Linux 中,Apache 服务中,timeout 参数设定了客户机和服务器之间连接超时的时间。
  49. 在 Linux 中,mail 命令用来阅读以及发送邮件。
  50. 在 Linux 中,FTP 命令中,bye 命令用来退出当前 FTP 会话。
  51. 在 Linux 中,FTP 命令中,mget 命令可以同时下载多个文件。
  52. 在 Linux 中,FTP 命令中,lcd 命令用来查看或更改本地目录。
  53. 在 Linux 中,FTP 命令中,cd 命令用来更改远程主机上的目录。
  54. 在 Linux 中,FTP 命令中,dir 命令的作用等同于 ls 命令。
  55. 在 Linux 中,tar 命令的 t 参数用来查看包中的文件。
  56. 在 Linux 中,tar 命令的 v 参数用来显示详细的打包、解包过程。
  57. 在 Linux 中,tar 命令的 x 参数用来对指定文件进行解包操作。
  58. 在 Linux 中,tar 命令的 c 参数用来对指定文件进行打包操作。
  59. 在 Linux 中,tar 命令的作用是对文件进行打包和解包。
  60. 在 Red Hat Linux Enterprise 安装中,最少需要 850MB 磁盘空间。
  61. 在 Red Hat Linux Enterprise 4 默认安装的是 GNOME 桌面环境。
  62. 在 Red Hat Linux Enterprise 4 默认使用的是 ext3 文件系统。
  63. 在 Red Hat Linux Enterprise 4 中,可执行文件默认用绿色显示。
  64. 在 Red Hat Linux Enterprise 4 中,如果应用程序的窗口溢出了屏幕,则快捷的移动该窗体的方法是按住 Alt 键后用鼠标拖动。
  65. 在 Red Hat Linux Enterprise 4 中,用命令 rpm 的 q 参数可以查看程序包的清单信息。
  66. 在 Red Hat Linux Enterprise 4 中,默认使用的防火墙软件是 iptables。
  67. 在 Linux 中,命令以及参数的书写都是区分大小写。
  68. 在 Linux 的 init 进程启动后,会读取 /etc/inittab 文件中的信息。
  69. Linux 属于开源操作系统,程序的源代码都是公开的,一目了然。
  70. 目前影响力最为广泛的国产中文 Linux 操作系统是 Red Hat Linux。