amit shiknis


{ City } pune
< Country > india
* Profession *
User No # 8685
Total Questions Posted # 9
Total Answers Posted # 3

Total Answers Posted for My Questions # 18
Total Views for My Questions # 70450

Users Marked my Answers as Correct # 20
Users Marked my Answers as Wrong # 9
Questions / { amit shiknis }
Questions Answers Category Views Company eMail

How to scan newly added disks to system?

9 Solaris Commands 44806

What are the benefits of fibre channel sans?

1 Electronics Communications 2749

what environment is most suitable for fibre channel sans?

1 Electronics Communications 3173

what customer problems do fibre channel sans solve?

1 Electronics Communications 4670

how long has fibre channel been around?

1 Electronics Communications 2861

what is the future of fibre channel sans?

1 Electronics Communications 2366

what are the benefits of 4gb fibre channel?

1 Electronics Communications 3019

how is fibre channel different from iscsi?

1 Electronics Communications 2977

when should i deploy fibre channel instead of iscsi?

2 Electronics Communications 3829




Answers / { amit shiknis }

Question { 3838 }

Explain the read, write, and execute permissions on a UNIX
directory.


Answer

Directory permissions are different than they are on files.
On files they're pretty much like you'd expect them: read
the file, write/delete the file, and execute the file. But
for directories it's a bit less intuitive.

· Read means you can get a directory listing.
· Write says you can create or delete contents within
the directory.
· Execute means you are able to enter the directory,
i.e. cd into it.

· Sticky Bits Permission
The sticky bit had a funky purpose originally, but it's now
used to keep people from modifying or deleting the contents
of directories that the user or group owns. You can apply
it to files as well, but it's usually employed on
directories.

Changing Permissions
To change permissions you use the chmod command and simply
lay out what you want the permissions to look like on the
file directory.
Change the permissions on your web directory to 755.
# chmod 755 web_directory
Change the permissions on your grocery list to 644.
# chmod 644 grocery_list.txt



Please let me know if you have any questions.

Thanks,
Amit Shiknis

Is This Answer Correct ?    1 Yes 0 No

Question { Wipro, 6855 }

tell me the steps to configure the vg


Answer

Start sam
select Disks and File Systems
select Logical Volumes

Using Tabs, go to Actions -> Create

-> TAB to selec Ok (to configure VG)


Thanks,
Amit Shiknis

Is This Answer Correct ?    1 Yes 5 No


Question { IBM, 9274 }

1)How to identify VXVM version?
2)What the path of scconf in cluster?


Answer

If running on solaris use following command to get vxvm version-
pkginfo -l packagename

Is This Answer Correct ?    18 Yes 4 No