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

Answer Posted / ravikumar

use touch command to change the date

Is This Answer Correct ?    31 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the command to view process running?

673


Which command will print your home directory on screen?

663


What does grep v do?

643


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

767


Explain command to show the space allocation of files?

714






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:

1848


Who wrote grep?

658


What is the use of cut command in unix?

808


What is the difference between awk and grep?

631


What is rmdir command?

656


What is the command to find hidden files in the current directory?

691


Is ‘du’ a command? If so, what is its use?

717


Give the command for finding the current date.

659


What do chmod, chown, chgrp commands do?

736


Why is awk called awk?

664