Describe the zip/unzip command using gzip.
No Answer is Posted For this Question
Be the First to Post Answer
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include<stdlib.h> # include <stdio.h> int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:
Assume the following files are in the working directory prompt> ls -l tasks -rw-r--r-- 1 alex student 1423 Feb 21 14:01 tasks What command can Alex use to give everyone permission to write to the file? What will the ls -l command display if he does so?
29. How to display top 10 users Who | head -10 | wc –w
what is the difference between KILL and KILL -9?
5 Answers Informatica, Nutanix,
How would you find the size of a file or directory?
Explain command to show the space allocation of files?
what is the use of "test" command in unix?
how many internal commands is there in UNIX?
What does this command do,"$more readme.txt“?
what do you understand bythe term 'de-mountable volumes'?
How does one process we can start an executable file? How to get the PID process, which we started?
What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14