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

Simulados

Definir como pagina inicial

Adicionar esta pagina aos favoritos

Assinar endereco de e-mail

Unix perguntas e respostas de entrevista

Diferencas relacionadas

Linux vs Unix

Pergunta 16. How does the kernel differentiate device files and ordinary files?

Kernel checks 'type' field in the file's inode structure.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 17. How to switch to a super user status to gain privileges?

Use 'su' command. The system asks for password and when valid entry is made the user gains super user (admin) privileges.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 18. What are shell variables?

Shell variables are special variables, a name-value pair created and maintained by the shell.
Example: PATH, HOME, MAIL and TERM

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 19. What is redirection?

</SPAN>
Directing the flow of data to the file or from the file for input or output.
Example : ls > wc

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 20. How to terminate a process which is running and the specialty on command kill 0?

With the help of kill command we can terminate the process.
Syntax: kill pid
Kill 0 - kills all processes in your system except the login shell.

Isto e util? Adicionar comentario Ver comentarios
 

Mais uteis segundo os usuarios:

Copyright © 2026, WithoutBook.