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 |
How old is unix?
Define a single-user system.
Can you explain the method of changing file access permission?
Pipes support half duplex communication. But if we want full-duplex communications we should use two pipes between two processes. Is such situation can leads to deadlock? Write two scenarios that could leads to deadlock in such situations?
"ls" command is showing all the subdirectoary and files which are present in the current directoary, i want to cut only directoary name. How to cut only name ?
Who owns the unix trademark today?
Is ios based on unix?
What is a shell?
Write a shell script that requests the user's age and then echoes it, along with some suitable comment.
What is the symbol in unix?
Differentiate between absolute and related path?
1)what is grep|sort give example? 2)what are the test commands