- 浏览: 515933 次
- 性别:
- 来自: 北京
-
文章分类
- 全部博客 (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)
1, Linux is a(n) _________ operating system, meaning the source code is freely available.C open sourced
2, Which of the following will allow you to configure a dial-up connection?
C rp3-config
3, The ____ daemon listens for print jobs on a Linux system?A lpd
4, You want to repeat command number 3 in your history. How would you do this? D !3
5, How can you find the path to your history file?A type echo $HISTFILE
6, What switch for the sed command allows you to make substitutions? D s
7, You have a text file named mytextfile. How would you sort the lines of the file in reverse alphabetical order? D sort -r mytextfile
8, You have two files, file1 and file2. You want to combine field 2 in file1 with field 3 in file2. How would you do this? D join -1 2 -2 3 file1 file2
9, You want to display the last 10 lines of the file ‘longfile'. How would you do this?A tail longfile
10, You want to copy the file mydir\myfile to the directory dir2. But, you want to be warned if the file already exists. How would you do this?
C cp -i mydir\myfile dir2
11, which of the following will allow you to rename a file? C mv
12, Standard input(stdin) is referenced by what number? B 0
13, You want to list the contents of the directory ‘directory1′ with any errors going to the file ‘error1′. How would you do this?
B ls directory1 2>error1
14, You want to stop the inetd process immediately. It has a process id of 15. How would you do this? D kill -9 15
15, You suspect that a particular process has been suspended. What command would you use to check this? D jobs
16, What command would you use to find files that were owned by the group ‘mygroup'?A find -group mygroup
17, What command is used to mount a file system read-only? D mount –r
18, Which of the following commands can be used to change the owner of a particular file? B chown
19, When setting file permissions using octal settings, what value represents read and write access? B 6
20, There is a file with the following permissions: -rw-rw-r- What rights does the owner have?A read-write
2, Which of the following will allow you to configure a dial-up connection?
C rp3-config
3, The ____ daemon listens for print jobs on a Linux system?A lpd
4, You want to repeat command number 3 in your history. How would you do this? D !3
5, How can you find the path to your history file?A type echo $HISTFILE
6, What switch for the sed command allows you to make substitutions? D s
7, You have a text file named mytextfile. How would you sort the lines of the file in reverse alphabetical order? D sort -r mytextfile
8, You have two files, file1 and file2. You want to combine field 2 in file1 with field 3 in file2. How would you do this? D join -1 2 -2 3 file1 file2
9, You want to display the last 10 lines of the file ‘longfile'. How would you do this?A tail longfile
10, You want to copy the file mydir\myfile to the directory dir2. But, you want to be warned if the file already exists. How would you do this?
C cp -i mydir\myfile dir2
11, which of the following will allow you to rename a file? C mv
12, Standard input(stdin) is referenced by what number? B 0
13, You want to list the contents of the directory ‘directory1′ with any errors going to the file ‘error1′. How would you do this?
B ls directory1 2>error1
14, You want to stop the inetd process immediately. It has a process id of 15. How would you do this? D kill -9 15
15, You suspect that a particular process has been suspended. What command would you use to check this? D jobs
16, What command would you use to find files that were owned by the group ‘mygroup'?A find -group mygroup
17, What command is used to mount a file system read-only? D mount –r
18, Which of the following commands can be used to change the owner of a particular file? B chown
19, When setting file permissions using octal settings, what value represents read and write access? B 6
20, There is a file with the following permissions: -rw-rw-r- What rights does the owner have?A read-write
发表评论
-
Linux/Unix File System Interview Questions
2010-08-27 10:45 605Q: What’s the difference betwee ... -
Unix面试题(英文 附答案)1-8
2010-08-27 10:45 675101. You install Linux and rebo ... -
程序员经常用到的UNIX命令
2010-08-27 10:45 6691. 简单的文件维护与管理ls, cd, mkdir, rm, ... -
Unix面试题(英文 附答案)1-5
2010-08-27 10:45 60556. Which option can not be spe ... -
Unix面试题(英文 附答案)1-4
2010-08-27 10:45 71241. 我们可以订阅新闻组、加入新闻列表获得最新的Linux资 ... -
Unix面试题(英文 附答案)1-7
2010-08-27 10:45 63486. fork 系统调用能:把当前进程复制一份,产生一个新进 ... -
Unix面试题(英文 附答案)1-6
2010-08-27 10:45 76666. What file would you edit to ... -
Unix面试题(英文 附答案)1-1
2010-08-27 10:45 4931. unix 的 at 命令的功能是A作业调度2. 在Lin ... -
Unix面试题(英文 附答案)1-3
2010-08-27 10:45 47231. /etc/passwd文件中有以 ... -
Unix面试题(英文 附答案)1-2
2010-08-27 10:45 92416. /分区越大约好,因为/越大,Linux启动速度越快。 ... -
一套Unix面试题(带答案)- 2
2010-08-27 10:45 66821. 以下给变量赋值的方 ... -
Unix面试题(英文 附答案)2-4
2010-08-27 10:45 91261,What file contains a listing ... -
一套Unix面试题(带答案)- 3
2010-08-27 10:45 39141. 使用 tar cvz 命令将: ... -
Unix面试题(英文 附答案)2-3
2010-08-27 10:45 55241, What switch is used with th ... -
Unix面试题(英文 附答案)3-1
2010-08-27 10:45 6160、Which of the following can be ... -
Unix面试题(英文 附答案)2-6
2010-08-27 10:45 695101, What lilo.conf parameter w ... -
Unix面试题(英文 附答案)2-5
2010-08-27 10:45 60381, Your system has a default m ... -
Unix面试题(英文 附答案)3-3
2010-08-27 10:45 45141、Only files on the same file ... -
Unix面试题(英文 附答案)3-2
2010-08-27 10:45 56121、If the at.allow file does no ... -
Unix面试题(英文 附答案)3-5
2010-08-27 10:45 66881、What syslog.conf facility re ...
相关推荐
│ │ j2sdk-1_4_2-doc.zip │ │ Java Programming Language (SL-275).txt │ │ langspec-3.0.zip │ │ SCJP Certification Training.htm │ │ SCJP 考纲.doc │ │ SL275_OH_GB.pdf │ │ Sun Certified ...
### PHP经典面试题详解 #### 面试题一:GET与POST的区别 ...掌握这些PHP面试题及其答案,不仅能帮助求职者在面试中脱颖而出,还能加深对PHP语言特性和Web开发基础知识的理解,从而在实际项目开发中更加得心应手。
│ │ j2sdk-1_4_2-doc.zip │ │ Java Programming Language (SL-275).txt │ │ langspec-3.0.zip │ │ SCJP Certification Training.htm │ │ SCJP 考纲.doc │ │ SL275_OH_GB.pdf │ │ Sun Certified ...
│ │ j2sdk-1_4_2-doc.zip │ │ Java Programming Language (SL-275).txt │ │ langspec-3.0.zip │ │ SCJP Certification Training.htm │ │ SCJP 考纲.doc │ │ SL275_OH_GB.pdf │ │ Sun Certified ...
│ │ j2sdk-1_4_2-doc.zip │ │ Java Programming Language (SL-275).txt │ │ langspec-3.0.zip │ │ SCJP Certification Training.htm │ │ SCJP 考纲.doc │ │ SL275_OH_GB.pdf │ │ Sun Certified ...
date()函数用于格式化日期和时间,strtotime()函数可以解析关于日期和时间的英文文本描述,并返回相应的Unix时间戳。 5. PHP输出函数的区别 echo是PHP的语句,可以输出一个或多个字符串,而print和print_r是函数。...
│ │ j2sdk-1_4_2-doc.zip │ │ Java Programming Language (SL-275).txt │ │ langspec-3.0.zip │ │ SCJP Certification Training.htm │ │ SCJP 考纲.doc │ │ SL275_OH_GB.pdf │ │ Sun Certified ...