• Result
  • Today's Puzzle
    • Previous Puzzles
    • Prize & Rules
  • Discussion Board
    • Suggestion Board
    • Trending Articles
  • Maths Tricks
  • Placement Papers
    • Placement Questions
    • Interview Experience
    • Placed user Comment
    • Group Discussion
  • English APP
  • login
  • Result
  • Today's Puzzle
    • Previous Puzzles
    • Prize & Rules
  • Discussion Board
    • Suggestion Board
    • Trending Articles
  • Maths Tricks
  • Placement Papers
    • Placement Questions
    • Interview Experience
    • Placed user Comment
    • Group Discussion
  • Walkins
    • Corporate Job Exam
    • Government Job Exam
    • Entrance Exam
  • Training
    • Internship
  • Placement Questions
  • /
  • UNIX

Frequently Asked UNIX interview questions and answers for freshers Page 2

UNIX Select Another Category Select Another Topic

Programming and Technical

  • Android 118
  • ASP.NET 60
  • C 459
  • C++ 448
  • DATA STRUCTURE 66
  • DBMS 77
  • ELECTRONICS 39
  • Java 261
  • OOPs Concepts 117
  • Operating Syst 103
  • RDBMS 109
  • UNIX 70

UNIX Question Topics

    HR Interview (1)

  • Interview (1)
  • Logical Reasoning (2)

  • Blood Relations (1)
  • Mathematical Reasoning (1)
  • Programming (6)

  • Basics (1)
  • Technical (2)
Keep an EYE (0)
Solved Question (0) UnSolved Question (70)
Pages: 7FirstPrev1234567NextLast
Advertisements

(#M40158887) UNIX QUESTION Compiling Keep an EYE Keep an eye puzzle Keep an eye puzzle

How i am able to compile two .c file from the single command in gcc compiler ?

Asked In UNIX Hitesh Kumar Tiwari (8 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (0)   (1) Submit Your Solution Basics

(#M40153204) UNIX QUESTION UNIX Keep an EYE Keep an eye puzzle Keep an eye puzzle

Which programming language is use in UNIX?

Asked In UNIX Lakshmi Narasaiah (10 years ago)
Unsolved Read Solution (4)
Is this Puzzle helpful?   (3)   (0) Submit Your Solution
Advertisements

(#M40153205) UNIX QUESTION UNIX Keep an EYE Keep an eye puzzle Keep an eye puzzle

Which programming language is used in UNIX?

Asked In UNIX Lakshmi Narasaiah (10 years ago)
Unsolved Read Solution (3)
Is this Puzzle helpful?   (1)   (0) Submit Your Solution

(#M40029532) UNIX QUESTION unix Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. What is a Map?

A. A Map is an Array, which contains the addresses of the free space in the swap device that are allocatable resources, and the number of the resource units available there

Asked In UNIX MAN (12 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (0)   (0) Submit Your Solution

(#M40029513) UNIX QUESTION unix Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. Brief about the initial process sequence while the system boots up.

A. While booting, special process called the 'swapper' or 'scheduler' is created with Process-ID 0. The swapper manages memory allocation for processes and influences
CPU allocation. The swapper inturn creates 3 children:
the process dispatcher,
vhand and
dbflush
with IDs 1,2 and 3 respectively.
This is done by executing the file /etc/init. Process dispatcher gives birth to the shell. Unix keeps track of all the processes in an internal data structure called the Process Table (listing command is ps -el).

Asked In UNIX MAN (12 years ago)
Unsolved
Is this Puzzle helpful?   (2)   (1) Submit Your Solution

(#M40029512) UNIX QUESTION unix Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. What is a shell?

A. A shell is an interactive user interface to an operating system services that allows an user to enter commands as character strings or through a graphical user interface. The shell converts them to system calls to the OS or forks off a process to execute the command. System call results and other information from the OS are presented to the user through an interactive interface. Commonly used shells are sh,csh,ks etc.

Asked In UNIX MAN (12 years ago)
Unsolved
Is this Puzzle helpful?   (1)   (1) Submit Your Solution

(#M40029511) UNIX QUESTION unix Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. How does the inode map to data block of a file?

A. Inode has 13 block addresses. The first 10 are direct block addresses of the first 10 data blocks in the file. The 11th address points to a one-level index block. The 12th address points to a two-level (double in-direction) index block. The 13th address points to a three-level(triple in-direction)index block. This provides a very large maximum file size with efficient access to large files, but also small files are accessed directly in one disk read.

Asked In UNIX MAN (12 years ago)
Unsolved
Is this Puzzle helpful?   (1)   (2) Submit Your Solution

(#M40029509) UNIX QUESTION unix Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. How do you create special files like named pipes and device files?

A. The system call mknod creates special files in the following sequence.
1. kernel assigns new inode,
2. sets the file type to indicate that the file is a pipe, directory or special file,
3. If it is a device file, it makes the other entries like major, minor device numbers.
For example:
If the device is a disk, major device number refers to the disk controller and minor device number is the disk.

Asked In UNIX MAN (12 years ago)
Unsolved
Is this Puzzle helpful?   (1)   (1) Submit Your Solution

(#M40029570) UNIX QUESTION unix Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. In what way the protection fault handler concludes?

A. After finishing the execution of the fault handler, it sets the modify and protection bits and clears the copy on write bit. It recalculates the process-priority and checks for signals.

Asked In UNIX MAN (12 years ago)
Unsolved
Is this Puzzle helpful?   (2)   (2) Submit Your Solution

(#M40029571) UNIX QUESTION unix Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. How the Kernel handles both the page stealer and the fault handler?

A. The page stealer and the fault handler thrash because of the shortage of the memory. If the sum of the working sets of all processes is greater that the physical memory then the fault handler will usually sleep because it cannot allocate pages for a process. This results in the reduction of the system throughput because Kernel spends too much time in overhead, rearranging the memory in the frantic pace.

Asked In UNIX MAN (12 years ago)
Unsolved
Is this Puzzle helpful?   (1)   (0) Submit Your Solution
Keep an EYE (0)
Solved Question (0) UnSolved Question (70)
Pages: 7FirstPrev1234567NextLast
  • Login
  • Register

Resend

Sponsored Links

Advertisements

Challenger of the Day

no image
Dimple
India
Punjab
Time: 00:01:33
Points
19

Maths Quotes

There is something I don't understand about algebra: It has been around for thousands of years, yet no one has ever found out what the value of "x" or "y" really is.

Richard van der Merwe

Mathematics is the handwriting on the human consciousness of the very Spirit of Life itself.

Claude Bragdon

Placed User Comments

M4Math helped me a lot.

Vipul Chavan 5 years ago

Thanks m4 maths for helping to get placed in several companies.
I must recommend this website for placement preparations.

yash mittal 5 years ago

Now enjoy Offline Access of latest Question.

Get M4maths app to avail expert's solution and latest selected questions.

Download m4maths app now

  • 2533K+Registerd user
  • 1774K+Engineers
  • 759K+MBA Asprirant
  • 3K+Enginnering College
  • 250+Company Exam
  • 150K+Interview Questions
  • Site Links
  • Home
  • Result
  • Today's Puzzle
  • Discussion Board
  • Maths Tricks
  • Advertise with us
  • Contact Us
  • Useful Info
  • Maths Quotes
  • Previous Puzzles
  • Prize
  • Privacy Policy
  • Disclaimer and Copyright
  • Terms and Conditions
  • Sitemap
  • Placement papers
  • TCS Placement Paper
  • HCL Placement Paper
  • INFOSYS Placement Paper
  • IBM Placement Paper
  • SYNTEL Placement Paper
  • TECHNICAL Interview
  • HR Interview
All rights are reserved to @m4maths.com