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

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

阅读更多
41、Only files on the same file system can be hard-linked.  A、True 
42、Which of the following syslog.conf entries would cause mail error messages to be sent to the system console?      A、mail.err /dev/console 
43、You want to have the process /etc/myprocess to run when the system enters run level 2. You want the system to wait until the process completes. Which of the following inittab entries would accomplish this? 
A、7:2:wait:/etc/myprocess 
44、If you execute the ls -l command, the 'sticky bit' will appear as which of the following?   B、a ‘t' 
45、You want to list the cron table for user1. How would you do this?
B、crontab -u user1
 46、What syslog.conf facility represents the cron daemon?  A、cron 
47、You want to schedule a script file called ‘/usr/maintscripts/myscript' to run every night at 1a.m. How would you do this.
 D、0 1 * * * /usr/maintscripts/myscrip
48、Do changes to the inittab file require a reboot in order to take effect?   B、No
49、A user's name is listed in both the /etc/at.allow file and the /etc/at.deny file. Will the user be able to schedule jobs with the at command?                   B、Yes
50、You want to find out what shell you are currently running. Which of the following commands would you use to get this information?D、echo $shell
51、The ______ file is used to determine which users can schedule jobs using the at command.   at.allow  
52、What syslog.conf facility represents Unix to Unix copy?    :uucp 
53、What command be used to find the systems previous run level?    :runlevel
 54、What syslog.conf facility represents the cron daemon?  :cron 
55、Which of the following can be used to create a group named mygroup that has an id of 345?
 :groupadd -g 345 mygroup
56、Which of the following syslog.conf entries would cause kernel error messages to be sent to the system console?:kern.warning /dev/console
57、What syslog.conf facility represents httpd processes?:daemon
58、Which of the following syslog.conf entries would cause kernel warning messages to be sent to the system console?:kern.warning /dev/console
59、Only files on the same file system can be soft-linked:False
60、Which of the following are required in the /etc/passwd file when creating a user account?(Select all that apply):userid  、 default group  、login name
分享到:
评论

相关推荐

    linux/unix面试题参考答案

    这些知识点涵盖了从操作系统的基础概念到高级管理技能,对于准备参加 Linux/Unix 面试的人来说非常有帮助。 ### 基础概念 1. **Linux 文件系统**:在 Linux 系统中,所有的设备都是通过文件的方式进行访问的,这...

    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)。 其余部分可在“搜索”按钮前面的文本框内填上本资源的关键字进行搜索...

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

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

    UNIX课本习题答案

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

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

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

    neo4j-community-4.x-unix.tar.gz and neo4j-community-4.x-windows.zip

    neo4j图数据库4.x版本,包括neo4j-community-4.x-unix.tar.gz and neo4j-community-4.x-windows.zip和neo4j-graph-data-science-1.2.2-standalone算法库

    企业-腾讯校招面试题真题(20题)-新增.pdf

    在当今飞速发展的IT行业中,腾讯作为领先的技术公司,其校招面试题常常被视为检验应聘者能力的重要标准。本文将详细解析腾讯校招面试题真题中的20个问题,涉及数据结构、算法、计算机系统、操作系统等多个知识点,...

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

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

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

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

    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,...

    《UNIX编程环境》习题及部分参考答案

    《UNIX编程环境》习题及部分参考答案《UNIX编程环境》习题及部分参考答案《UNIX编程环境》习题及部分参考答案

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

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

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

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

    Linux 40 道面试题及答案.docx

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

    linux_unix_FineBI5_1-CN.sh

    FineBi

    nexus-3.19.1-01-unix

    标题中的"nexus-3.19.1-01-unix"指的是Nexus的一个特定Unix版本,即版本号为3.19.1-01,适用于Linux和macOS等类Unix系统。 Nexus 3.19.1-01的主要特性包括: 1. **全面的仓库支持**:Nexus支持多种类型的仓库,...

    MySQL面试题(含答案).pdf

    3. MySQL服务器默认端口:3306。 4. MySQL相对于Oracle的优势: - 开源和免费:用户可以免费使用,无需支付许可费用。 - 便携性:跨平台兼容,易于迁移。 - 命令行和GUI工具:提供直观的管理和查询工具。 - 性...

    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-...

    netty-transport-native-unix-common-4.1.73.Final-API文档-中文版.zip

    赠送jar包:netty-transport-native-unix-common-4.1.73.Final.jar; 赠送原API文档:netty-transport-native-unix-common-4.1.73.Final-javadoc.jar; 赠送源代码:netty-transport-native-unix-common-4.1.73....

Global site tag (gtag.js) - Google Analytics