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
Using unix command how to display no of records in oracle?
Write a command to display a file’s contents in various formats?
What is “chmod” command?
What does sed command do in unix?
What happens when we execute a unix command?
Why is it called grep?
Is it inbetween or in between?
What is a command and examples?
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)?
How do you repeat a command in terminal?
What does find command return in unix?
What does the command '$ls | wc –l > file1' do?
How to display no of records in oracle using unix command?
What is the use of awk command in unix?
What is .sh file?