UNIX Programming
Description: Information Technology | |
Number of Questions: 25 | |
Created by: Akash Patel | |
Tags: UNIX Programming |
Which of the following is a component that on one side manages and controls the hardware and on the other manages the applications?
____________ command is used for creating a File system.
Which of the following determines the order in which file systems should be checked?
Which of the following runs as process 0 on SVR5 system and can be used to set priority for real processes so that they can be given fast access to the kernel?
___________ command lists the value of the environment variable called VAR_NAME.
Which of the following fields refers to the total number of pages in the process?
Which of the following process attributes is an unique number that defines the process within the kernel?
______________ attribute is an User ID number of the user that owns this process.
A shared memory segment can be allocated, using ____________ system call.
Which state of the process means the process is waiting to become available?
Which of the following is the basic way to create a new process?
Which system call causes the current process to be split into two processes - a parent and a child?
The _______ control character is used to signal the end of input.
Which of the following UNIX commands is a powerful tool that gives complete online access to the UNIX manual?
Which of the following control characters allows you to back up over typing mistakes?
___________ command takes any character from standard input, and then echoes them to standard output.
Which of the following UNIX file system types contains text, data or program information?
_________ are containers or folders that hold files and other directories.
Which of the following directories can be referred to by the . (full stop) character and refers to actual location in the file store hierarchy?
____________link to a file is indistinguishable from the file itself.
UNIX provides each user his own directory known as _____________. Within this, the users can store their own files and create directories.
Which device transfers data on a byte-by-byte basis?
______________ is the process of starting up a computer from a halted or powered-down condition.
In UNIX system, which of the following contains the barebones UNIX-the root directory and all the tools and utilities that are just adequate to keep the system booted in single-user mode?
The ___________ daemon runs as process 0 on BSD systems. It manages the physical memory by moving the process from physical memory to swap space when more physical memory is needed.