what are the different commands used to create files?

Answer Posted / blakwolph

cat

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

884


Describe the usage and functionality of the command rm –r * in unix?

921


What is ‘ps’ command for?

722


What is {} in find command?

662


What is the significance of the 'tee' command?

673






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 # include 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:

1850


What are grep patterns?

675


What do chmod, chown, chgrp commands do?

736


Why is it called a shebang?

678


What is the command to find maximum memory taking process on the server?

770


How does the system know where one command ends and another begins?

1692


What does grep v do?

643


What will the following command do?

697


What is the use of awk command in unix?

654


What command is used to check the current users?

681