what is mount ,tell me about mount ,how can u use in real
time project??
Answer Posted / sangu
mounting a specific file system in linux so that the user
can make use of the file present in the specific mount
point directory.
eg:
mount -t ext2.ko /dev/sda5 /mnt
here ext2.ko is the file system
device partition is /dev/sda5
/mnt is the mount point directory which contains the files
of the specific file system
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is command prompt unix?
What is unix command line?
What is the command to compare two files in unix?
What is the use of cut command in unix?
What does awk stand for?
What is the use of the command 'ls -x chapter[1-5]' ?
What does 'mkdir' command do in UNIX?
What does the “echo” command do?
What does #!/ Bin sh do?
What do know about tee command and its usage?
What is sed awk grep?
What is the search command in unix?
How do I find previous commands in unix?
What is merge command in unix?
What is “chmod” command?