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
How do I use grep to search for a file?
Which unix command lists files/folders in alphabetical order?
What is the use of egrep command in unix?
What does the command '$ls | wc –l > file1' do?
Who invented grep?
How do I delete files from command prompt?
What does this command do,"$more readme.txt“?
What do chgrp command do?
What is unix command?
What is the first character of the output in ls l command?
How to use grep command to list find the records of a file containing 10 different strings?
What are filter commands in unix?
How to find $ai_serual resolved path by using unix
What does #!/ Bin sh do?
Which command is used to find whether the system is 32 bit or 64 bit?