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
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What does the command '$ls | wc –l > file1' do?
How do I use nslookup?
What is the difference between awk and grep?
What does the command ' $who | sort –logfile > newfile' do?
How does shebang work?
What is the command to compare two files in unix?
What does awk stand for?
What command is used to check the current users?
What is the significance of the 'tee' command?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Does cp command overwrite files?
What is ‘ps’ command for?
How do I search for a file in unix command?
Write a command to display a file’s contents in various formats?