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
Differentiate cmp command from diff command.
Which command is used to delete all files in the current directory and all its sub-directories?
What is .sh file?
What is the command to find hidden files in the current directory?
What is rmdir command?
how to sort the content of the file based on numeric values
What is the use of tee command?
What is the use of egrep command in unix?
What happens when we execute a unix command?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Explain mount and unmount command.
Why is awk called awk?
What does the “echo” command do?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How do I find previous commands in unix?