very first process created by kernell?
Answers were Sorted based on User's Feedback
Answer / basheer
yes.. the swapper is a process that starts by the kernel
before kernel starts the init process.
the job of the swapper process is to starts the init process.
but before Solaris 9, this process called as swapper, from
version 9 onwords, call it as "scheduler" also called "sched"
| Is This Answer Correct ? | 2 Yes | 0 No |
which is the best book for learning unix and linux?
What do you mean by u-area (user area) or u-block?
what is difference between kernel and shell?
Give the command to display space usage on the UNIX file system.
Is this the command to connect oracle from unix? sqlplus -s username/password. Then what is the -S here...????
How do you log in to a remote Unix box?
how to create a file system quota in HP-UX?
In this command sqlplus -s username/password what is -S and what's the use..???
What is default permissions for others in a file?
interprocess command in unix be achieved by a)pipes b)messages c)semaphores d)shared memory e)all
does the stat() function call use the inode of the file to generate the information about a file? what is inode mostly used for?
What is the difference between > and >> operators?