Sponsored Content
Top Forums Shell Programming and Scripting command to connect the shared folder Post 302548223 by Chubler_XL on Wednesday 17th of August 2011 10:33:34 PM
Old 08-17-2011
Here is a command to copy everything in the shared docs folder (and all sub-folders under docs) to a docs directory on you c:\ drive

Code:
 cp -r //Parwvm000154/docs/ /cygdrive/c/docs

Or to just copy a single file, note quotes are needed if your filename contains spaces. Also note c:\docs directory needs to already exist

Code:
cp "//Parwvm000154/docs/some_file"  /cygdrive/c/docs/

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Command to list samba shared folder in linux

Hi All, Is there any command to list samba shared folders in red hat linux 7.2 Thanks in advance Bache Gowda (0 Replies)
Discussion started by: bache_gowda
0 Replies

2. Filesystems, Disks and Memory

can folder shared with NFS (/usr/)

hello i wanted to ask you i try to setting: pc server name: A pc user name: B pc user name: C server A is opensuse 11.2 with kde 4.3.5 and last kernel so i create NFS server, i think.. folder (/usr is all softwares and library) because server A can share to PC A. because all... (0 Replies)
Discussion started by: tunjin
0 Replies

3. Ubuntu

mounting shared folder at boot

Hi All Everytime a reboot my machine "hostB" I have to mount a shared (with machine "hostA" ) NFS folder giving this command sudo mount hostA:/sharedFolder /sharedFolder How to use fstab in order to do this automatically? I should say hostA:/sharedFolder /sharedFolder ... (0 Replies)
Discussion started by: manustone
0 Replies

4. Shell Programming and Scripting

See shared folder

Hello, I want to list all shared folder in terminal in local. I haven't found the command for, i'm on bash in mac os x. Thanks (2 Replies)
Discussion started by: protocomm
2 Replies

5. Solaris

[Solved] Cannot Connect to Shared Drives

Hello, I just updated my Solaris 10 SPARC server w/ the 1/31 10_Recommended patch cluster and have now lost all access to the RAIDs. Nobody can access any shared drives, which is where we keep 100% of our data and daily working files. What I have: - Solaris 10 SPARC - Running Samba -... (1 Reply)
Discussion started by: stringman
1 Replies

6. UNIX for Dummies Questions & Answers

Trouble setting up a shared folder

I'm trying to set up a folder in my home directory that will be shared with another user but for some reason it is not working this is what I've done, I have tried two different ways using ACL's and chown/chgrp etc I set up a group called say: sharedgroup and added both my user (john) and fred... (3 Replies)
Discussion started by: 14952john
3 Replies

7. Shell Programming and Scripting

Use programs in shared folder except ones in my home dir

(0 Replies)
Discussion started by: beca123456
0 Replies

8. UNIX for Dummies Questions & Answers

Use programs in shared folder except ones in my home dir

I am using a cluster where all the programs are located in a shared folder (I can only read but not modify anything in this folder). The path of the share folder is in my .bashrc file (and thus also in my $PATH - first position): source /home/shared/bashrc But some of the programs are... (5 Replies)
Discussion started by: beca123456
5 Replies

9. Shell Programming and Scripting

Create a shared folder using acl

Hello. I need some help to create a shared folder. A group 'publicuser' has been created. A user 'publicuser' has been created ( no login, no home) and belongs to group 'publicuser'. A public folder '/doc' has been created and owner is publicuser:publicuser. All users belonging to group... (12 Replies)
Discussion started by: jcdole
12 Replies

10. AIX

Connect from AIX 5.x to windows Server 2000 Shared Folder

Hi, I followed this procedure in order to mount in AIX a shared folder in windows server 2000. https://www-304.ibm.com/support/docview.wss?uid=isg3T1012550 Ive tested the shared folder from other windows Server, and its fine. What Ive do in AIX is: Logon as root Under /Home/spss/ I... (2 Replies)
Discussion started by: trevian3969
2 Replies
coax(1) 						      General Commands Manual							   coax(1)

NAME
coax - determine impedance of a coaxial structure, where the inner may be offset from the centre if necessary. SYNOPSIS
coax [-O offset] d D Er DESCRIPTION
coax computes the impedance of a coaxial cable, given the outside diameter of the inner conductor d, the internal diameter of the outer conductor D and the relative permittivity of the dielectric Er. If there is an offset between the inner and outer (i.e. the coax is eccen- tric), the offset can be given as a option. coax uses the equation Zo=59.95849160 ln(x+sqrt(x^2-1)) /sqrt(Er) Ohms where x=(d^2+D^2-4 O^2)/(2*D*d) FILES
coax does not read/write any files. SEE ALSO
atlc(1) create_bmp_for_circ_in_circ(1) create_bmp_for_circ_in_rect(1) create_bmp_for_microstrip_coupler(1) create_bmp_for_rect_cen_in_rect(1) create_bmp_for_rect_cen_in_rect_coupler(1) create_bmp_for_rect_in_circ(1) create_bmp_for_rect_in_rect(1) create_bmp_for_stripline_coupler(1) create_bmp_for_symmetrical_stripline(1) design_coupler(1) dualcoax(1) find_optimal_dimensions_for_microstrip_coupler(1) readbin(1) http://atlc.sourceforge.net - Home page http://sourceforge.net/projects/atlc - Download area /usr/local/share/atlc/docs/html-docs/index.html - HTML docs /usr/local/share/atlc/docs/qex-december-1996/atlc.pdf - theory paper /usr/local/share/atlc/examples - examples Dr. David Kirkby atlc-4.6.0 28th Oct 2003 coax(1)
All times are GMT -4. The time now is 12:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy