According to the installation instructions for WireShark on the Mac, I need to drag one of the WireShark folders to the folder $HOME/bin.
But using the Finder application, the only folders I see are these:
Applications Developer Library System Users
feedback
|
|
You can open terminal and type:
if you'd like to find the exact path to that location for future use, type this in terminal (pressing Enter after each line):
| |||||||||
feedback
|
|
Go into any finder window, press shift + + G then type in "~/bin", the window that comes up is your $HOME/bin directory. Note: By default you do not have a bin directory, you need to create it first by running:
In your terminal application or creating it in finder. | |||
|
feedback
|
|
'home' in mac, probably means your home folder It's symbolized as ~ just open terminal and copy your required file
This will copy 'file' from the 'target' directory to the bin directory | |||
feedback
|
|
You can do this from Finder itself just selecting items. You say "Applications Developer Library System Users" are these really the first things you see I would see these after choosing the Macintosh HD (or what ever you called your disk. On the left hand side of Finder (OSX 10.5 here but similar in other versions) there are several groups all in capital letters. Devices Shared Places "Search For" The first entry in the Places group is usually a picture of a house and your login name. Click on this and you are in your home directory and then can see subdirectories e.g. bin if you have created it. (Apple does bot create ~/bin you will have to) | |||
|
feedback
|