Linux管理员面试题 Linux admin interview questions


Posted in 面试题 onJuly 08, 2016
1. How do you take a single line of input from the user in a shell script?
2. Write a script to convert all DOS style backslashes to UNIX style slashes in a list of files.
3. Write a regular expression (or sed script) to replace all occurrences of the letter ‘f’, followed by any number of characters, followed by the letter ‘a’, followed by one or more numeric characters, followed by the letter ‘n’, and replace what’s found with the string “UNIX”.
4. Write a script to list all the differences between two directories.
5. Write a program in any language you choose, to reverse a file.
6. What are the fields of the password file?
7. What does a plus at the beginning of a line in the password file signify?
8. Using the man pages, find the correct ioctl to send console output to an arbitrary pty.
9. What is an MX record?
10. What is the prom command on a Sun that shows the SCSI devices?
11. What is the factory default SCSI target for /dev/sd0?
12. Where is that value controlled?
13. What happens to a child process that dies and has no parent process to wait for it and what’s bad about this?
14. What’s wrong with sendmail? What would you fix?
15. What command do you run to check file system consistency?
16. What’s wrong with running shutdown on a network?
17. What can be wrong with setuid scripts?
18. What value does spawn return?
19. Write a script to send mail from three other machines on the network to root at the machine you’re on. Use a ‘here doc’, but include in the mail message the name of the machine the mail is sent from and the disk utilization statistics on each machine?
20. Why can’t root just cd to someone’s home directory and run a program called a.out sitting there by typing “a.out”, and why is this good?
21. What is the difference between UDP and TCP?
22. What is DNS?
23. What does nslookup do?
24. How do you create a swapfile?
25. How would you check the route table on a workstation/server?
26. How do you find which ypmaster you are bound to?
27. How do you fix a problem where a printer will cutoff anything over 1MB?
28. What is the largest file system size in solaris? SunOS?
29. What are the different RAID levels?

Tags in this post...

面试题 相关文章推荐
PHP笔试题
Feb 22 面试题
介绍一下Java的安全机制
Jun 28 面试题
将n个数按输入顺序的逆序排列,用函数实现
Nov 14 面试题
什么是"引用"?申明和使用"引用"要注意哪些问题?
Mar 03 面试题
params有什么用
Mar 01 面试题
介绍一下linux文件系统分配策略
Nov 17 面试题
软件测试常见笔试题
Feb 04 面试题
Unix/Linux开发面试题
Aug 16 面试题
UNIX文件系统常用命令
May 25 面试题
什么是servlet
May 08 面试题
J2ee常用的设计模式?说明工厂模式
May 21 面试题
Java面试题冲刺第十八天--Spring框架3
Aug 07 面试题
shell程序中如何注释
Jan 28 #面试题
Linux Interview Questions For software testers
May 17 #面试题
Linux的文件类型
Jul 05 #面试题
什么是Linux虚拟文件系统VFS
Aug 25 #面试题
Linux常见面试题
Oct 04 #面试题
ShellScript面试题一则-ShellScript编程
Mar 05 #面试题
Linux文件系统类型
Sep 16 #面试题
You might like
无数据库的详细域名查询程序PHP版(2)
2006/10/09 PHP
PHP微框架Dispatch简介
2014/06/12 PHP
PHP使用header()输出图片缓存实例
2014/12/09 PHP
PHP记录页面停留时间的方法
2016/03/30 PHP
Joomla数据库操作之JFactory::getDBO用法
2016/05/05 PHP
php实现将HTML页面转换成word并且保存的方法
2016/10/14 PHP
插件:检测javascript的内存泄漏
2007/03/04 Javascript
JavaScript函数、方法、对象代码
2008/10/29 Javascript
基于jQuery的星级评分插件
2011/08/12 Javascript
javascript实现点击后变换按钮显示文字的方法
2015/05/13 Javascript
基于JavaScript创建动态Dom
2015/12/08 Javascript
jquery实现列表上下移动功能
2016/02/25 Javascript
javascript this详细介绍
2016/09/19 Javascript
Angular2实现自定义双向绑定属性
2017/03/22 Javascript
AngularJs用户输入动态模板XSS攻击示例详解
2018/04/21 Javascript
jQuery实现简单评论区功能
2020/10/26 jQuery
Nuxt pages下不同的页面对应layout下的页面布局操作
2020/11/05 Javascript
vue 使用rules对表单字段进行校验的步骤
2020/12/25 Vue.js
Python3 queue队列模块详细介绍
2018/01/05 Python
PyQt5 pyqt多线程操作入门
2018/05/05 Python
Python函数装饰器实现方法详解
2018/12/22 Python
numpy库reshape用法详解
2020/04/19 Python
用Python实现职工信息管理系统
2020/12/30 Python
上海奥佳笔试题面试题
2016/11/16 面试题
办公室副主任岗位职责
2013/11/25 职场文书
岗位廉洁从政承诺书
2014/03/27 职场文书
校长寄语大全
2014/04/09 职场文书
《云房子》教学反思
2014/04/20 职场文书
学校火灾防控方案
2014/06/09 职场文书
乡镇保密工作责任书
2014/07/28 职场文书
离婚案件被告代理词
2015/05/23 职场文书
入党积极分子群众意见
2015/06/01 职场文书
体育教师研修感悟
2015/11/18 职场文书
《爬天都峰》教学反思
2016/02/23 职场文书
【DOTA2】高能暴走TK秀!PSG LGD vs ASTER - DPC 2022 WINTER TOUR CN
2022/04/02 DOTA
JS前端轻量fabric.js系列之画布初始化
2022/08/05 Javascript