Assume that there are two different filesystems as /abc and
/xyz.
There is a file A under filesystem /abc which has to be
linked to filesystem /xyz.
Which link will you use - soft link or hard link? why?
Answer / shrimant
Soft link (Symbolic link)
We use hard link to link file into the same filesystem and
soft link for different filesystem
| Is This Answer Correct ? | 3 Yes | 0 No |
What is unix directory structure?
Is mac a unix system?
What are the four components of the unix file system?
What uses unix operating system?
How do you make programs portable on unix and dos under such circumstances?
What is called in unix?
What is the role of the kernel in unix?
Give a brief idea about representation of devices in unix.
Describe file systems in unix?
What will be the result if we run the command #find /tmp - mtime -2 and #find /tmp -mtime +2
Interviewer: Lets say there is a partition of 100GB. When i tried to create a file using touch command, under any directory, it was unable to create the file- '100% full disk space'. I calculated the size of each and every directory on that partition mannually by adding each file size & in came out to be total size 50GB. Then where is the remaining 50GB ? why it is showing disk space 100% full in 'df -h' command?
Explain the term filter.