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
Give the command for finding the current date.
What does the metacharacter mean?
What command is used to switching between users in unix?
Can you enlist some commonly used network commands?
Write a command that will display files in the current directory, in a colored, long format.
What does #!/ Bin sh do?
What is rmdir command?
Using unix command how to display no of records in oracle?
Explain command to display different lines that are found when compare two files?
What does the command ' $who | sort –logfile > newfile' do?
What are the differences among a system call, a library function, and a unix command?
How to use grep command to list find the records of a file containing 10 different strings?
What is the command to compare two files in unix?
How can you see the command line history?
What is command substitution?