![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| OS X (Apple) OS X is a line of Unix-based graphical operating systems developed, marketed, and sold by Apple. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Finding opening and closing braces | ultimatix | Shell Programming and Scripting | 2 | 03-08-2009 11:29 PM |
| Opening and closing threads | _Spare_Ribs_ | Post Here to Contact Site Administrators and Moderators | 2 | 12-26-2006 07:05 PM |
| Using NFS shares from RMCobol | rongrout | SCO | 3 | 11-26-2003 11:13 AM |
| Mounting shares from a Windows PC | SeCBerm | IP Networking | 5 | 12-20-2001 11:04 PM |
| Requests for Opening/Closing Threads | Neo | Post Here to Contact Site Administrators and Moderators | 0 | 01-22-2001 05:50 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
The document at http://manuals.info.apple.com/en/Mac...ServeSetup.PDF talks about using SSH is that any help?
|
|
||||
|
man mount_afp
Basically, create a directory to be used as the mount point, then mount the server volume at that location. Code:
mkdir /Volumes/somefolder mount_afp afp://username:pass@someserver/someshare /Volumes/somefolder |
|
||||
|
Thanks Flying_Meat, I'll give this a shot. The course of action is to mount the server share so that I can make it a repository for taring a user template, then closing the share on the users desktop again. What I'd really like to be able to do is mount the share invisibly from the desktop, tar the user template and close the invisible share mount again.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|