the difference between a soft link and a hard link?
Answer Posted / rajhshekhar aletty
using hard link, we can't create links for directories. the
link can be created within the same File System, the link
can't span into an other File System.
using soft (symbol) link, we can create links for
directories moreover that link can span into an other File
System.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Enumerate some of the most commonly used network commands in unix?
What does this command do? Cat food 1 > kitty
What is grep short for?
What are bash commands?
Who invented grep?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How to display no of records in oracle using unix command?
What are the differences among a system call, a library function, and a unix command?
What are filter commands in unix?
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
What is the significance of the 'tee' command?
What is the first character of the output in ls l command?
What is s and g in sed command?
What is rmdir command?
What difference between cmp and diff commands?