Principais perguntas e respostas de entrevista e testes online
Plataforma educacional para preparacao de entrevistas, testes online, tutoriais e pratica ao vivo

Desenvolva habilidades com trilhas de aprendizado focadas, simulados e conteudo pronto para entrevistas.

WithoutBook reune perguntas de entrevista por assunto, testes praticos online, tutoriais e guias comparativos em um unico espaco de aprendizado responsivo.

Preparar entrevista

Unix perguntas e respostas de entrevista

Diferencas relacionadas

Linux vs Unix

Pergunta 11. What is the use of the command "ls -x chapter[1-5]"

ls stands for list; so it displays the list of the files that starts with 'chapter' with suffix '1' to '5', chapter1, chapter2, and so on.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 12. Is 'du' a command? If so, what is its use?

Yes, it stands for 'disk usage'. With the help of this command you can find the disk capacity and free space of the disk.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 13. Is it possible to count number char, line in a file; if so, How?

Yes, wc-stands for word count.
wc -c for counting number of characters in a file.
wc -l for counting lines in a file.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 14. Name the data structure used to maintain file identification?

'inode', each file has a separate inode and a unique inode number.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 15. How many prompts are available in a UNIX system?

Two prompts, PS1 (Primary Prompt), PS2 (Secondary Prompt).

Isto e util? Adicionar comentario Ver comentarios
 

Mais uteis segundo os usuarios:

Copyright © 2026, WithoutBook.