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


Please Help Members By Posting Answers For Below Questions

What is the use of sed command in unix?

691


What is unix command?

690


What is the command to compare two files in unix?

709


What are the differences among a system call, a library function, and a unix command?

669


What does #!/ Bin sh do?

670






What is command substitution?

735


How do I use nslookup?

658


How can you see the command line history?

687


Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?

761


What happens when we execute a unix command?

695


What does this command do? Cat food 1 > kitty

1069


How do I search for text in vi?

667


Which command is used to restrict incoming messages?

675


Explain the steps that a shell follows while processing a command.

767


What is the difference between awk and grep?

631