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.
هل هذا مفيد؟
اضف تعليقا
عرض التعليقات
الاكثر فائدة حسب تقييم المستخدمين:
- How are devices represented in UNIX?
- What is 'inode'?
- What difference between cmp and diff commands?
- Explain the steps that a shell follows while processing a command.
- Brief about the directory representation in UNIX