Preguntas y respuestas de entrevista mas solicitadas y pruebas en linea
Plataforma educativa para preparacion de entrevistas, pruebas en linea, tutoriales y practica en vivo

Desarrolla tus habilidades con rutas de aprendizaje enfocadas, examenes de practica y contenido listo para entrevistas.

WithoutBook reune preguntas de entrevista por tema, pruebas practicas en linea, tutoriales y guias comparativas en un espacio de aprendizaje responsivo.

Preparar entrevista

Unix preguntas y respuestas de entrevista

Diferencias relacionadas

Linux vs Unix

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

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

Es util? Agregar comentario Ver comentarios
 

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

Es util? Agregar comentario Ver comentarios
 

Pregunta 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

Es util? Agregar comentario Ver comentarios
 

Pregunta 19. What is redirection?

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

Es util? Agregar comentario Ver comentarios
 

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

Es util? Agregar comentario Ver comentarios
 

Lo mas util segun los usuarios:

Copyright © 2026, WithoutBook.