keyzion


{ City }
< Country > india
* Profession *
User No # 14937
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 22
Users Marked my Answers as Wrong # 8
Questions / { keyzion }
Questions Answers Category Views Company eMail




Answers / { keyzion }

Question { Huawei, 56841 }

How can you create mount points in solaris?


Answer

Creating a mount point appropriate for use with the mount
command to mount a filesystem, oracle, etc.
A mount point in Solaris is simply a directory. To create
the mount point /mnt/oracle, use the following command as
superuser:
System A:
#mkdir /mnt/oracle
if yoi want to sahre this file system, so that it can be
mounted via NFS
run
#share /mnt/oracle;
system B
#mkdir /oracle
#mount systemsA:/mnt/oracle /oracle

check on system A, nfsd running using ps - ef | grep nfs;
if not start nfs daemon

Is This Answer Correct ?    18 Yes 8 No

Question { 7004 }

what is the command to know about pkg information


Answer

pkginfo

Is This Answer Correct ?    4 Yes 0 No