Answer Posted / nisikant
what ever you see the directory structure in unix is nothing
but the file system. because unix operating system mostly
based on file systems.
In Unix OS you will get various type of file system like
reguler file
directory file
character special file
block special file
linking file
simaphore type etc....
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is {} in find command?
What command is used to switching between users in unix?
What is the difference between awk and grep?
What are the commands in UNIX to list the files in a Directory?
how to sort the content of the file based on numeric values
What do chmod, chown, chgrp commands do?
How can you see the command line history?
Name the unix command to find how many days the server has been up.
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)?
What is the unix command to confirm a remote host is alive or not?
What is grep in bash?
What will the following command do?
What does this command do? Cat food 1 > kitty
What is the use of the command 'ls -x chapter[1-5]' ?
How does shebang work?