가장 많이 묻는 면접 질문과 답변 & 온라인 테스트
면접 준비, 온라인 테스트, 튜토리얼, 라이브 연습을 위한 학습 플랫폼

집중 학습 경로, 모의고사, 면접 준비 콘텐츠로 실력을 키우세요.

WithoutBook은 주제별 면접 질문, 온라인 연습 테스트, 튜토리얼, 비교 가이드를 하나의 반응형 학습 공간으로 제공합니다.

Prepare Interview

Unix 면접 질문과 답변

관련 차이점

Linux vs Unix

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

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

도움이 되었나요? Add Comment View Comments
 

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

도움이 되었나요? Add Comment View Comments
 

Ques 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

도움이 되었나요? Add Comment View Comments
 

Ques 19. What is redirection?

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

도움이 되었나요? Add Comment View Comments
 

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

도움이 되었나요? Add Comment View Comments
 

Most helpful rated by users:

Copyright © 2026, WithoutBook.