fork in unix ?
Answers were Sorted based on User's Feedback
Answer / navraj rana
it is used to create a child process for a parent process the pid of the child process is sent to the parent process
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ladmin
It create a child process for a parent process. Resulting the system in hang mode,which is an endless loop of process.
Is This Answer Correct ? | 0 Yes | 0 No |
Will rm -r* removes hidden files?
What is the command to compare two files in unix?
Give Command that will change the name of a directly from paypal to eBay
Which command is used to delete all files in the current directory and all its sub-directories?
why unix commands can be divided into internal and external commands?
How to see unused port number in Solaris?
Sorry to all Technical person for mistake of Question. Now i am post currect question Why copied file permission is changed in destination. When i give all permission i.e 777 to file and copy that to other location in destination the permission is 755. But if give permission 555 in destination that file permission is 555 and if give permission 444 to file after copy in destination the file permission is 444. These all are happening in normal user. How the umask value is calculate here really i am not understand. Please write the proper answer. Thanks in Advance
What is awk good for?
What does grep v grep do?
what is the default permission for /etc/shadow file in UNIX
Explain iostat, vmstat and netstat.
How to create hardlinks and softlinks on files?