`
sakakokiya
  • 浏览: 507479 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Unix面试题(英文 附答案)1-8

阅读更多
101. You install Linux and reboot your machine and you see only L instead of the expected LILO. What is wrong?
:The first stage boot loader loaded but not the second stage.
102. 某用户在上机过程中启动了很多进程,下面哪一条命令能够找出名为”shi”的进程。
:ps | find “shi”    find | ps “shi”    ps | grep “shi”
103. What program allows you to acess SMB shares using ftp-like commmands?
A. mount
B. smbftp
C. smbclient
D. smbmount
E. samba
—————— Explain —————-
p1:Explanation: The smbclient program allows you to acess SMB shares using commands similar to FTP.
104. 在Linux下按<ctrl+alt+del>键会重新启动计算机,这是因为: 在inittab中有这样的指令。
105. What does the -N option do for the dhcpcd program? :
If the dhcpcd server is already running then it sends it an ALRM signal to get it to renew its lease.
106. How many primary partitions can exist on an IDE hard drive ?   :4
107. 使用SAMBA服务器,一般来说,可以提供: 文件服务   打印服务
108. 脚本/etc/rc.d/rc.local,通常运行在启动运行等级 ____ ____之后。 2   3
109. 想知道文件系统可用的空间还有多少,应该用下列哪个命令:vmstat
110. 为匹配任意的单词,我们可以使用_______正则表达式: [ A-Z a-z ]*    ^*[A-Z a-z]    *
111. 想知道系统现在的可用的内存空间还有多少,应该用下列哪个命令:free
112. UNIX系统把物理设备作为文件来看待,以下哪一文件是本系统合法的设备文件:/dev/ram
113. Sendmail is an example of a(n):?
A. MTA
B. MUA
C. MDA
D. MLA
E. All of the above
—————— Explain —————-
p36:Explanation: Only A is correct. Sendmail is an MTA
114. 为了给系统中增加一个新用户,我们可以使用________方式:
Adduser    useradd     linuxconf     webmin
115. How can you find the path to your history file ?:type echo $HISTFILE
116. What command will create the quota.user and quota.group files for me? :quotacheck -avug
117. You are configuring a Linux DHCP server. You have it setup and working (as Linux clients are getting ip addresses from the DHCP server fine) but some Windows 95 clients are not getting ip addresses properly from your DHCP server. What do you need to do? : route add -host 255.255.255.255 dev eth0
118. Standard input(stdin) is referenced by what number ?:0
119. You want to compile a new kernel. You have already compiled the kernel and modules. How do you install the modules? :make modules_install
120. 脚本/etc/rc.d/rc.local,通常运行在启动运行等级 ___3、5______之后。
121. How do you install an RPM? :rpm -ivh packagename.rpm
122. What command do you use to edit quotas? :dquota
123. In the vi editor , what command will undo the last (previous) command ?:u
124. How can you create a file of all your ISA plug and play device settings? :pnpdump > isapnp.conf
125. 在smb.conf文件中有如下的表达%U,该表达的含义是: sambar的一个宏替换     当前会话使用的用户名
126. 在 unix 下格式化磁盘的命令是:mkfs
分享到:
评论

相关推荐

    UNIX笔试面试题(C语言部分)

    "UNIX笔试面试题(C语言部分)"这个主题涵盖了两个关键领域:UNIX操作系统的基础知识和C语言编程。以下是对这些知识点的详细阐述: 一、UNIX操作系统基础知识 1. 文件系统:UNIX采用层次结构的目录系统,理解`/`根...

    unix,linux系统教程(5-5)

    相关资源:unix,linux系统教程(1-5)、unix,linux系统教程(2-5)、unix,linux系统教程(3-5),unix,linux系统教程(4-5),unix,linux系统教程(5-5)。 其余部分可在“搜索”按钮前面的文本框内填上本资源的关键字进行搜索...

    linux_unix_FineBI5_1-CN.sh

    FineBi

    UNIX课本习题答案

    这个"UNIX课本习题答案"的压缩包文件,显然为那些正在学习UNIX系统的学生或专业人士提供了一套详尽的练习题解答,帮助他们巩固所学知识。 在"UNIX习题答案"中,我们可以期待涵盖以下几个关键知识点: 1. **UNIX...

    nexus-3.5.0-02-unix.tar.gz.zip

    使用:将下载的压缩包解压到当前目录,然后进入文件夹即可看到 nexus-3.18.0-01-mac.tgz nexus-3.18.0-01-win64.zip nexus-3.18.0-01-unix.tar.gz nexus-2.14.5-02.war nexus-2.14.13-01-bundle.zip nexus-2.14.13-...

    unix,linux系统教程(1-5)

    unix,linux系统教程(1-5)内容:unix,linux系统教程1、unix,linux系统教程2、unix,linux系统教程3、unix,linux系统教程4、unix,linux系统教程5。 相关资源:unix,linux系统教程(1-5)、unix,linux系统教程(2-5)、unix,...

    最全的IT公司面试题集 CHM版的

    Java面试题,J2EE面试题,.net面试题,PHP面试题,数据库面试题,英语面试,外企面试,软件测试面试题,Python面试题,Oracle面试题,MySql面试题,Web开发面试题,Unix面试题,程序员面试,网络技术面试题,网络安全面试题,Linux...

    程序员面试手册-超级全的程序员面试题-CHM版

    Java面试题,J2EE面试题,.net面试题,PHP面试题,数据库面试题,英语面试,外企面试,软件测试面试题,Python面试题,Oracle面试题,MySql面试题,Web开发面试题,Unix面试题,程序员面试,网络技术面试题,网络安全面试题,Linux...

    Unix入门+深入绝对经典 unix-programming-environment-BrianWKernighan-RobPike.pdf

    unix-programming-environment-BrianWKernighan-RobPike.pdf BrianWKernighan-RobPike1984 Unix作者BrianWKernighan-RobPike最经典的Unix著作!

    Linux 40 道面试题及答案.docx

    "Linux 面试题及答案" Linux 是一套免费使用和自由传播的类似 Unix 操作系统,一般的 WEB 项目都是部署放在 Linux 操作系统上面。Linux 是一个基于 POSIX 和 Unix 的多用户、多任务、支持多线程和多 CPU 的操作系统...

    Unity面试题30题含答案——C#基础.

    ### Unity面试题30题含答案——C#基础知识点详解 #### 1. 值类型与引用类型的区别 - **存储位置**:值类型直接存储在栈内存中,而引用类型存储的是堆内存中的地址,这个地址存放在栈内存中。 - **访问速度**:由于...

    unix,linux系统教程(2-5)

    unix,linux系统教程(2-5)内容:unix,linux系统教程6、unix,linux系统教程8、unix,linux系统教程9、unix,linux系统教程10、linux安装DNS服务器、如何远程安装Linux。 相关资源:unix,linux系统教程(1-5)、unix,linux...

    unix,linux系统教程(3-5)

    相关资源:unix,linux系统教程(1-5)、unix,linux系统教程(2-5)、unix,linux系统教程(3-5),unix,linux系统教程(4-5),unix,linux系统教程(5-5) 其余部分可在“搜索”按钮前面的文本框内填上本资源的关键字进行搜索。...

    unix,linux系统教程(4-5)

    相关资源:unix,linux系统教程(1-5)、unix,linux系统教程(2-5)、unix,linux系统教程(3-5),unix,linux系统教程(4-5),unix,linux系统教程(5-5) 其余部分可在“搜索”按钮前面的文本框内填上本资源的关键字进行搜索。...

    C语言笔试面试题附答案.doc

    "C语言笔试面试题附答案.doc" 通过对文件的分析,我们可以总结出以下知识点: 1. 二分法查找:二分法查找是一种查找算法,通过将搜索空间减半来查找目标值。在顺序表中,二分法查找可以减少比较次数,提高查找效率...

    Oracle数据库面试题及答案

    Oracle 数据库面试题及答案 Oracle 数据库是关系数据库管理系统的领导者,本文总结了常见的 Oracle 数据库面试题,旨在帮助尚在找工作的大蛱们。下面是详细的知识点解释: 1. 如何判断数据库的时区? 答案:SELECT...

    nexus-3.19.1-01-unix

    1. **下载和解压**:将`nexus-3.19.1-01-unix.tar.gz`移动到服务器的合适位置,然后使用`tar -zxvf nexus-3.19.1-01-unix.tar.gz`命令进行解压。 2. **启动Nexus**:解压后的目录包含一个`bin`子目录,其中有启动...

    C语言基础面试题(06-Unix系统编程).docx

    ### C语言基础面试题(06-Unix系统编程) #### 知识点解析 ##### 1. 系统编程的程序模型 系统编程的核心在于如何有效地处理用户输入的数据,并通过程序进行必要的处理后输出结果。在这个过程中,键盘、显示器等...

Global site tag (gtag.js) - Google Analytics