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
What is the use of sed command in unix?
What is unix command?
What is the command to compare two files in unix?
What are the differences among a system call, a library function, and a unix command?
What does #!/ Bin sh do?
What is command substitution?
How do I use nslookup?
How can you see the command line history?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What happens when we execute a unix command?
What does this command do? Cat food 1 > kitty
How do I search for text in vi?
Which command is used to restrict incoming messages?
Explain the steps that a shell follows while processing a command.
What is the difference between awk and grep?