热门面试题与答案和在线测试
面向面试准备、在线测试、教程与实战练习的学习平台

通过聚焦学习路径、模拟测试和面试实战内容持续提升技能。

WithoutBook 将分主题面试题、在线练习测试、教程和对比指南整合到一个响应式学习空间中。

面试准备

Unix 面试题与答案

相关差异对比

Linux vs Unix

问题 6. Which command is used to delete all files in the current directory and all its sub-directories?

rm -r *

这有帮助吗? 添加评论 查看评论
 

问题 7. Write a command to display a file?s contents in various formats?

$od -cbd file_name
c - character, b - binary (octal), d-decimal, od=Octal Dump.

这有帮助吗? 添加评论 查看评论
 

问题 8. What will the following command do?

$ echo *
It is similar to 'ls' command and displays all the files in the current directory.

这有帮助吗? 添加评论 查看评论
 

问题 9. Is it possible to create new a file system in UNIX?

Yes, 'mkfs' is used to create a new file system.

这有帮助吗? 添加评论 查看评论
 

问题 10. Is it possible to restrict incoming message?

Yes, using the 'mesg' command.

这有帮助吗? 添加评论 查看评论
 

用户评价最有帮助的内容:

版权所有 © 2026,WithoutBook。