4,457 views

1 Answer

Best answer
3 3 votes

it should be C directed acyclic graph 

Unix file system directory structure is a DAG due to the presence of hardlinks which makes sharing of files and subdirectories among different directories possible.

selected by
Answer:
Position:
Show:

Related questions

3 3 votes
2 2 answers
2.8k
2.8k views
go_editor asked Jul 29, 2016
2,831 views
Possible thread states in Windows 2000 operating system include:Ready, running and waitingReady, standby, running, waiting, transition and terminatedReady, running, waiti...
2 2 votes
1 1 answer
2.7k
2.7k views
go_editor asked Jul 29, 2016
2,707 views
Which of the following commands would return process_id of sleep command?Sleep 1 and echo $Sleep 1 and echo $#Sleep 1 and echo $*Sleep 1 and echo $!
3 3 votes
2 answers 2 answers
6.1k
6.1k views
go_editor asked Jul 29, 2016
6,120 views
Simplest way of deadlock recovery isRoll backPreempt resourceLock one of the processesKill one of the processes
2 2 votes
1 answers 1 answer
3.1k
3.1k views
go_editor asked Jul 29, 2016
3,122 views
Translation Look-aside Buffer (TLB) isa cache-memory in which item to be searched is compared one-by-one with the keysa cache-memory in which item to be searched is compa...