- 浏览: 507472 次
- 性别:
- 来自: 北京
文章分类
- 全部博客 (672)
- 随便写写 (3)
- javascript (16)
- Java exam (58)
- JSP exam (25)
- Servlet exam (25)
- Struts exam (24)
- Spring exam (24)
- Hibernate exam (19)
- EJB exam (25)
- SOA exam (6)
- AJAX exam (25)
- Web开发 exam (25)
- 软件工程 exam (25)
- 项目管理 exam (25)
- .NET exam (23)
- ASP.NET exam (24)
- C# exam (24)
- C++ exam (25)
- C语言 exam (13)
- ASP exam (0)
- PHP exam (0)
- Ruby exam (0)
- Python exam (0)
- Delphi exam (0)
- Linux exam (0)
- UNIX exam (25)
- 数据库 exam (24)
- Oracle exam (25)
- SQL Server exam (20)
- MySQL exam (16)
- Mobile开发 exam (10)
- 嵌入式开发 exam (6)
- 网络安全 exam (0)
- 网络技术 exam (0)
- 综合技术 exam (0)
- HR面试 exam (0)
- 英语面试 exam (0)
- 外企面试 exam (0)
- 软件测试 exam (0)
- QTP exam (0)
- LoadRunner exam (0)
- 网友面经 exam (0)
- 应届生 exam (0)
- 面试指导 exam (0)
- IQ测试 exam (0)
- Flex exam (2)
- uml-ea (1)
最新评论
-
dxking100:
远光没有笔式题的说..
最新远光软件笔试题面试题内容(1) -
heming_way:
谢谢,正在复习软件工程考试呢,呵呵
《软件工程》选择题 -
梅玲达:
可以更详细点吗?
Hibernate中Criteria 和DetachedCriteria的作用是什么? -
buptjian:
学习下,试试看,谢谢啊~
Prototype如何实现页面局部定时刷新? -
bubblegum89:
这个。。。和我笔试时候做的 感觉完全不一样
最新远光软件笔试题面试题内容(3)
41, What switch is used with the useradd command to specify a user's initial group? D -g
42, You had a contractor come into your company. You originally set his account to expire after thirty days. You now need to change this. How can you do this? B usermod -e
43, You want to schedule a job to run April 1 at 2 am. Which of the following would accomplish this?A at 2am April 1
44, You want to list the cron table for user1. How would you do this?
A crontab -u user1
45, If the cron.allow file does not exist, then the _______ file will be checked in order to determine if a user has access to the cron utility.A cron.deny 46, You want to give the variable ‘IQ' a value of 4. How would you do this?
A set $IQ=4
47, Which of the following options can be used with the mkfs command to check for bad blocks before the file system is built? C -c
48, What command is used to change the group that is associated with a file?
D chgrp
49, In what directory are spool files usually located?A /var
50, Which of the following can be used to replace the Master Boot Record on your system?A FDISK /MBR
51, Which of the following commands can be used to show used swap memory
B free
52, You want to display default user options. Which of the following would allow you to do this? D useradd –D
53, What command would you use to change the priority of a process that is already running? B renice
54,BGLI16:The correct answer(s): A The find command is used to search for files. The -group switch allows you to search for files by group ownership
A pc B susp C process D jobs
BGLI54:The correct answer(s): D The jobs command can be used to check the status of your processes. This can be very useful in troubleshooting. It makes it easier to find out what process may be causing trouble.
55,You want a particular process to run in the background so that it is only using minimal system resources. What command would allow you to accomplish this?A bg
56, You have a process running in the background. You want to move the process back to the foreground. What command would allow you to accomplish this?A fg
57,You want to locate all files that were accessed more than 3 days ago. How would you do this? D find time 3d
58,What command would you use to find files that were owned by the group ‘mygroup'?A find -group mygroup
59, Which of the following would be used to display the partition table for a particular device?A fdisk -l
60,What command is used to mount all file systems listed in fstab?
B mount -a
42, You had a contractor come into your company. You originally set his account to expire after thirty days. You now need to change this. How can you do this? B usermod -e
43, You want to schedule a job to run April 1 at 2 am. Which of the following would accomplish this?A at 2am April 1
44, You want to list the cron table for user1. How would you do this?
A crontab -u user1
45, If the cron.allow file does not exist, then the _______ file will be checked in order to determine if a user has access to the cron utility.A cron.deny 46, You want to give the variable ‘IQ' a value of 4. How would you do this?
A set $IQ=4
47, Which of the following options can be used with the mkfs command to check for bad blocks before the file system is built? C -c
48, What command is used to change the group that is associated with a file?
D chgrp
49, In what directory are spool files usually located?A /var
50, Which of the following can be used to replace the Master Boot Record on your system?A FDISK /MBR
51, Which of the following commands can be used to show used swap memory
B free
52, You want to display default user options. Which of the following would allow you to do this? D useradd –D
53, What command would you use to change the priority of a process that is already running? B renice
54,BGLI16:The correct answer(s): A The find command is used to search for files. The -group switch allows you to search for files by group ownership
A pc B susp C process D jobs
BGLI54:The correct answer(s): D The jobs command can be used to check the status of your processes. This can be very useful in troubleshooting. It makes it easier to find out what process may be causing trouble.
55,You want a particular process to run in the background so that it is only using minimal system resources. What command would allow you to accomplish this?A bg
56, You have a process running in the background. You want to move the process back to the foreground. What command would allow you to accomplish this?A fg
57,You want to locate all files that were accessed more than 3 days ago. How would you do this? D find time 3d
58,What command would you use to find files that were owned by the group ‘mygroup'?A find -group mygroup
59, Which of the following would be used to display the partition table for a particular device?A fdisk -l
60,What command is used to mount all file systems listed in fstab?
B mount -a
发表评论
-
Linux/Unix File System Interview Questions
2010-08-27 10:45 591Q: What’s the difference betwee ... -
Unix面试题(英文 附答案)1-8
2010-08-27 10:45 664101. You install Linux and rebo ... -
程序员经常用到的UNIX命令
2010-08-27 10:45 6541. 简单的文件维护与管理ls, cd, mkdir, rm, ... -
Unix面试题(英文 附答案)1-5
2010-08-27 10:45 59956. Which option can not be spe ... -
Unix面试题(英文 附答案)1-4
2010-08-27 10:45 70241. 我们可以订阅新闻组、加入新闻列表获得最新的Linux资 ... -
Unix面试题(英文 附答案)1-7
2010-08-27 10:45 62786. fork 系统调用能:把当前进程复制一份,产生一个新进 ... -
Unix面试题(英文 附答案)1-6
2010-08-27 10:45 75166. What file would you edit to ... -
Unix面试题(英文 附答案)1-1
2010-08-27 10:45 4861. unix 的 at 命令的功能是A作业调度2. 在Lin ... -
Unix面试题(英文 附答案)1-3
2010-08-27 10:45 46231. /etc/passwd文件中有以 ... -
Unix面试题(英文 附答案)1-2
2010-08-27 10:45 91016. /分区越大约好,因为/越大,Linux启动速度越快。 ... -
一套Unix面试题(带答案)- 2
2010-08-27 10:45 65821. 以下给变量赋值的方 ... -
Unix面试题(英文 附答案)2-4
2010-08-27 10:45 89761,What file contains a listing ... -
一套Unix面试题(带答案)- 3
2010-08-27 10:45 38341. 使用 tar cvz 命令将: ... -
Unix面试题(英文 附答案)3-1
2010-08-27 10:45 6030、Which of the following can be ... -
Unix面试题(英文 附答案)2-6
2010-08-27 10:45 684101, What lilo.conf parameter w ... -
Unix面试题(英文 附答案)2-5
2010-08-27 10:45 58281, Your system has a default m ... -
Unix面试题(英文 附答案)3-3
2010-08-27 10:45 44041、Only files on the same file ... -
Unix面试题(英文 附答案)3-2
2010-08-27 10:45 55321、If the at.allow file does no ... -
Unix面试题(英文 附答案)3-5
2010-08-27 10:45 66181、What syslog.conf facility re ... -
Unix面试题(英文 附答案)2-2
2010-08-27 10:45 61821, There is a file with the fo ...
相关推荐
"UNIX笔试面试题(C语言部分)"这个主题涵盖了两个关键领域:UNIX操作系统的基础知识和C语言编程。以下是对这些知识点的详细阐述: 一、UNIX操作系统基础知识 1. 文件系统:UNIX采用层次结构的目录系统,理解`/`根...
根据给定文件的信息,我们可以总结出一系列与Unix命令相关的面试问题及解答,下面将详细解释这些知识点。 ### 1. 构造管道执行以下任务 #### 1.1 输出`who`命令的结果,并在列表底部显示已登录用户的总数。 为了...
Java面试题,J2EE面试题,.net面试题,PHP面试题,数据库面试题,英语面试,外企面试,软件测试面试题,Python面试题,Oracle面试题,MySql面试题,Web开发面试题,Unix面试题,程序员面试,网络技术面试题,网络安全面试题,Linux...
### Java面试题知识点详解 #### 一、面向对象与面向过程的区别 1. **面向过程**: - **优点**:性能较高。因为无需实例化类,减少了内存占用和CPU开销,尤其适合对性能要求极高的场景,如单片机、嵌入式开发、...
### C语言基础面试题(06-Unix系统编程) #### 知识点解析 ##### 1. 系统编程的程序模型 系统编程的核心在于如何有效地处理用户输入的数据,并通过程序进行必要的处理后输出结果。在这个过程中,键盘、显示器等...
根据给定文件的信息,我们可以总结出一系列关于MySQL的知识点,特别是针对面试中可能出现的问题及其解答。下面是详细解析: ### 1. ID 自增主键的行为 - **问题**:一张表中有 ID 自增主键,当插入了 17 条记录之后...
MySQL是世界上最流行的关系型数据库管理系统之一,其面试题通常涵盖了数据库设计、性能优化、事务处理、安全性、存储引擎等多个方面。以下将详细解释标题、描述和部分内容中涉及到的知识点: 1. **锁机制**: - **...
### Linux面试题与答案知识点详解 #### 1. Linux系统中的文件类型与设备 - **普通文件**:最常见的文件类型,包含数据。 - **目录文件**:存储其他文件或目录的容器。 - **链接文件**:指向另一个文件的指针。 - **...
2. **MySQL技术特点**:MySQL是一个多线程、支持多种客户端的SQL服务器,提供广泛的API和管理工具,具有移植性和高性能。 3. **Heap表**:Heap表是内存中的临时表,适合快速存储,但不支持BLOB或TEXT字段,不支持...
### Unity面试题30题含答案——C#基础知识点详解 #### 1. 值类型与引用类型的区别 - **存储位置**:值类型直接存储在栈内存中,而引用类型存储的是堆内存中的地址,这个地址存放在栈内存中。 - **访问速度**:由于...
### Unix笔试题、面试题集知识点解析 #### 题目1:Linux 是一种______操作系统,意味着源代码是自由可用的。 - **答案**:开放源码 (open sourced) **知识点解析**: - **开源操作系统**:指那些源代码可以被公众...
2. Heap表:Heap表是一种内存中的临时表,用于快速存储数据。它们不支持BLOB或TEXT字段,只允许基本的比较运算符,不支持AUTO_INCREMENT,且索引不能为NULL。 3. MySQL服务器默认端口:3306。 4. MySQL相对于...
### Unix笔试题、面试题集知识点解析 #### 题目1: Unix的at命令功能 - **知识点**: `at` 命令是用于**作业调度**的工具。它允许用户设定某个命令或脚本在未来的某个时间点运行。 #### 题目2: Linux环境下的lilo是...
Linux 是一套免费使用且自由传播的类 Unix 操作系统,其设计目标是为了提供一个稳定、可靠且高效的计算环境。Linux 系统支持多用户和多任务操作,具备多线程处理能力,并能够支持多种 CPU 架构(包括 32 位和 64 位...
Unix 操作系统面试题集 本资源摘要信息涵盖了 Unix 操作系统相关的知识点,旨在帮助读者更好地理解 Unix 操作系统的各个方面。该资源包括多个方面的知识点,涵盖了 Unix 操作系统的基本概念、文件系统、进程管理、...
### DataStage IBM 面试题解析 #### 一、DataStage 的组成部分及其功能 DataStage 系统由四个主要组成部分组成: 1. **管理员 (Administrator)** - 功能:负责项目的添加与删除,设置系统默认配置。 - 作用:...