Die meistgefragten Interviewfragen und Antworten sowie Online-Tests
Lernplattform fur Interviewvorbereitung, Online-Tests, Tutorials und Live-Ubungen

Baue deine Fahigkeiten mit fokussierten Lernpfaden, Probetests und interviewreifem Inhalt aus.

WithoutBook vereint themenbezogene Interviewfragen, Online-Ubungstests, Tutorials und Vergleichsleitfaden in einem responsiven Lernbereich.

Interview vorbereiten

Unix Interviewfragen und Antworten

Verwandte Vergleiche

Linux vs Unix

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

rm -r *

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

Frage 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.

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

Frage 8. What will the following command do?

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

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

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

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

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

Frage 10. Is it possible to restrict incoming message?

Yes, using the 'mesg' command.

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

Am hilfreichsten laut Nutzern:

Copyright © 2026, WithoutBook.