-
What does command "kill -9" does ?
(Forces a process to be killed. ) But what actually happens behind the scene?
-
Inter process command
inter process command in UNIX be achieved by a)pipes b)messages c)semaphores d)shared memory e)all
-
UNIX Maximum simultaneous logins
how many simultaneous logins are allowed in Linux/Solaris for a single user ?
-
-
-
How many prompts are available in a UNIX system?
Two prompts, PS1 (Primary Prompt), PS2 (Secondary Prompt).
-
What is the use of crontab command in Linux Operating system?
Crontab is a very useful command used for scheduling purpose. If a person working inn Linux operating system wishes to schedule to run later they can achieve this by using the crontab command. Thus it is possible that each user working in the Linux operating system can define their own crontab. There are many options available with this crontab command. Some of them are namely:
Crontab with... -
Which of the following commands is not a filter?(a)man , (b) cat , (c) pg , (d) head?
Ans: manA filter is a program which can receive a flow of data from std input, process (or filter) it and send the result to the std output.
-
What is the command one can use to list only the directory names?
Before answering this question it is important one should know about ls command in detail in UNIX or LINUX operating system. ls command without any option is used to list files and this command list files generally in alphabetical order. That is the command list the files present in a directory with one file per line displayed on the screen. Simply using s command without any option display all files...
-
-
-
-
-
-
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.
-
-
-
-
What is the difference between Daemon & Server process.
Please give examples of both Daemon and Server processes. Thanks.
-
Where is the semaphore stored in UNIX operating system?
Before going into the storage of semaphore it is first vital to know about semaphores. A semaphore is nothing but a term used in UNIX for a variable which acts as a counter. So the next question that comes in mind is what for we need this variable. It’s so simple. The reason is explained below. For instance there may be times when two processes try to access the same file simultaneously. In...
UNIX Interview Questions
Ans