what is the command to find out the difference between
files and folders?

Answer Posted / suitable

file and stat command is used to find out the difference
between the files and folders.

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the metacharacter mean?

803


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:

1968


What is the general format of unix command syntax?

1228


What is the command to view process running?

797


Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?

1192


What is the use of the tee command?

806


What is command statement?

783


Write a command that will display files in the current directory, in a colored, long format.

919


Can you explain a little bit about command substitution?

817


How do I search for a file in unix command?

738


What is command substitution?

877


What is the command to compare two files in unix?

820


What is unix command line?

808


Explain command to display different lines that are found when compare two files?

881


How do you grep a case insensitive?

728