Linux管理员面试题 Linux admin interview questions


Posted in 面试题 onNovember 01, 2014
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...

面试题 相关文章推荐
介绍Ibatis的核心类
Nov 18 面试题
简单介绍Object类的功能、常用方法
Oct 02 面试题
SQL里面IN比较快还是EXISTS比较快
Jul 19 面试题
什么是聚集索引和非聚集索引
Jan 17 面试题
西部世纪.net笔试题面试题
Apr 03 面试题
linux面试题参考答案(7)
Jul 24 面试题
几个常见的软件测试问题
Sep 07 面试题
EJB3.1都有哪些改进
Nov 17 面试题
华为python面试题
May 03 面试题
建龙钢铁面试总结
Apr 15 面试题
Java基础面试题
Nov 02 面试题
大唐面试试题(CPU,UNIX等等)
Jan 11 面试题
shell程序中如何注释
Feb 17 #面试题
Linux Interview Questions For software testers
Jun 02 #面试题
Linux的文件类型
Mar 07 #面试题
什么是Linux虚拟文件系统VFS
Jan 31 #面试题
Linux常见面试题
Mar 18 #面试题
ShellScript面试题一则-ShellScript编程
Jun 24 #面试题
Linux文件系统类型
Feb 15 #面试题
You might like
PHP访问MYSQL数据库封装类(附函数说明)
2010/12/04 PHP
JavaScript 页面编码与浏览器类型判断代码
2010/06/03 Javascript
jQuery获取Select选择的Text和Value(详细汇总)
2013/01/25 Javascript
javascript中数组的concat()方法使用介绍
2013/12/18 Javascript
jquery选择器需要注意的问题
2014/11/26 Javascript
jQuery实现大转盘抽奖活动仿QQ音乐代码分享
2015/08/21 Javascript
JavaScript学习笔记整理之引用类型
2016/01/22 Javascript
Javascript之Number对象介绍
2016/06/07 Javascript
EasyUI创建对话框的两种方式
2016/08/23 Javascript
前端面试知识点锦集(JavaScript篇)
2016/12/28 Javascript
理解Angular的providers给Http添加默认headers
2017/07/04 Javascript
薪资那么高的Web前端必看书单
2017/10/13 Javascript
vue 巧用过渡效果(小结)
2018/09/22 Javascript
[05:09]第二届DOTA2亚洲邀请赛决赛日比赛集锦:iG 3:0 OG夺冠
2017/04/05 DOTA
Python中对象迭代与反迭代的技巧总结
2016/09/17 Python
基于Python代码编辑器的选用(详解)
2017/09/13 Python
使用Python获取并处理IP的类型及格式方法
2018/11/01 Python
Python关于excel和shp的使用在matplotlib
2019/01/03 Python
Python制作exe文件简单流程
2019/01/24 Python
django 快速启动数据库客户端程序的方法示例
2019/08/16 Python
解决安装pyqt5之后无法打开spyder的问题
2019/12/13 Python
手动安装python3.6的操作过程详解
2020/01/13 Python
如何将tensorflow训练好的模型移植到Android (MNIST手写数字识别)
2020/04/22 Python
python中类与对象之间的关系详解
2020/12/16 Python
CSS3 倾斜的网页图片库实例教程
2009/11/14 HTML / CSS
html5仿支付宝密码框的实现代码
2017/09/06 HTML / CSS
武汉世纪畅想数字传播有限公司.NET笔试题
2014/07/22 面试题
MySQL面试题目集锦
2016/04/14 面试题
电子商务专业个人的自我评价
2013/11/19 职场文书
酒店执行总经理岗位职责
2013/12/15 职场文书
机关单位人员学雷锋心得体会
2014/03/10 职场文书
基督教婚礼主持词
2014/03/14 职场文书
校长新学期寄语2016
2015/12/04 职场文书
详解Python自动化之文件自动化处理
2021/06/21 Python
Kubernetes关键组件与结构组成介绍
2022/03/31 Servers
MySQL中IO问题的深入分析与优化
2022/04/02 MySQL