What are the core concepts of unix



What are the core concepts of unix..

Answer / Ritu Brijpal Saini

"The core concepts of Unix include:
1. Processes: A program in execution is known as a process. Unix supports multiple processes that can run concurrently.
2. File System: Unix uses a hierarchical file system, which organizes files and directories in a tree-like structure.
3. Users and Groups: Unix supports multiple users and allows controlling access to the system through user accounts and groups.
4. Shell: A command-line interface that allows users to interact with the operating system and execute commands.
5. I/O Redirection: Allows manipulating input and output streams to and from files, pipes, and other programs.
6. Pipes (|): Allows chaining commands together to process data streams in a pipeline.
7. Signals: A method for sending messages or signals between processes and the kernel."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix General Interview Questions

What uses unix operating system?

1 Answers  


Does windows 10 have unix?

1 Answers  


How do you change directories in unix?

1 Answers  


How to perform a system shutdown in unix?

1 Answers  


How do you make programs portable on unix and dos under such circumstances?

1 Answers  


Is windows built on unix?

1 Answers  


What is architecture of unix operating system?

1 Answers  


Is unix free to use?

1 Answers  


Explain the different types of pathnames that are used in unix.

1 Answers  


What is .sh file in unix?

1 Answers  


How do we change file access permissions?

1 Answers  


command to display different lines that are found when compare two files?

2 Answers   HP,


Categories