Linux Server Network Settings - Share Directory Structure


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Linux Server Network Settings - Share Directory Structure
# 1  
Old 08-31-2009
Linux Server Network Settings - Share Directory Structure

Hello Unix Gurus Who I Hope Reads This,

I have quasi-inherited control over a Linux cluster at a university research lab. The post-doc that set it up is gone, and the person in charge of administering the cluster doesn't know a ton about Linux. Amongst other things, I want to use the cluster as a subversion repository (my first attempt at setting up version control). I can access the cluster from my apple laptop while in the lab via ssh. I have full root access.

My question is this...

What commands can I enter at the command line while ssh'd into the cluster, which will allow my MacBook Pro running OS 10.5.8 to see said cluster's directory tree in Finder?

I am hoping the answer will be something along the lines of...

1. Get a terminal open on your laptop desktop
2. type in
Code:
ssh -X <username>@<IPAddress>

, then enter password
3. If you now don't have admin and/or root privileges, switch to such a user
4. enter command 'something' with flag '-such and such' (see man something for more on it and flag such and such)
5. enter command 'nextcommand' with flag '-mildlycrypticflag' (see man ...)
6. ...
.
.
.
14. Hey, now you can see the entire cluster directory tree in your Finder window!

Perhaps some of those commands will be modifying some configuration file or some such thing?

When I type
Code:
konqueror &

at the command line after ssh'ing into the cluster I see a screen that says "ROCKS"

When I type
HTML Code:
uname -a
into the command line after ssh'ing into the cluster the following is returned

Code:
Linux cluster.mrilab.net 2.6.9-55.0.2.ELsmp #1 SMP Tue Jun 26 14:14:47 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux


This is my first post to a forum, ever, as far as I can remember. I thank you very much in advance for your help!

michael
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Mounting Windows Share to Linux Server

Hi Folks - I need to mount a Windows Share to a Linux server. What is the best/easiest way to do this? Is this 'how-to' guide accurate: How to Share Files Between Windows and Linux Or is there a better method you could share? Thanks! (8 Replies)
Discussion started by: SIMMS7400
8 Replies

2. Red Hat

How to determine share name of Linux server?

Hi, How to determine share name of Linux server ? OS version is RHL 6.5 Regards, Maddy (11 Replies)
Discussion started by: Maddy123
11 Replies

3. Shell Programming and Scripting

Directory / File changes on CIFS share mounted on Red Hat Linux

I have a requirement to copy the changed file on CIFS share mounted on Red Hat Linux to a remote FTP/SFTP server. I tried inotify-tools, but this didn't track the modified files. Has anyone tried incron or any other suggestion? (1 Reply)
Discussion started by: SupeAlok
1 Replies

4. Shell Programming and Scripting

Need to copy a directory structure from one server to another

Hello All, I have got a dev server and a production server will call it as D server and P server. I have a dir structure in my D server and i need to create the same dir structure in P server also using a shell script. If i do a find . in my D server, i am getting an o/p like :- . ./vio... (9 Replies)
Discussion started by: Renjesh
9 Replies

5. Solaris

How can I setup a NFS server to share with a whole network?

I have a solaris 10 system that is setup as a NFS server. The NFS clients have DHCP running. How do I setup the server, so that it allows mounts for any machine on the network? (3 Replies)
Discussion started by: krishania
3 Replies

6. UNIX for Dummies Questions & Answers

share directory from linux to unix

hello,:b: I want to share a directory from Linux server to Unix server, i did it before for Unix servers only , first server: share -F nfs /backup second server: mount -F nfs 192.1.1.208:/backup / but i can't find share command in linux, we tried to use samba but it doesn't works. any... (6 Replies)
Discussion started by: dagigg
6 Replies

7. Shell Programming and Scripting

copy directory structure to a system on the network

I am trying to write a script which has to copy the directory structure from my system to another system on the network. But I dont want the files to be copied. I think I have to start with copying all subdirectories names in a directory to a system on the network. Here's the case: Source... (1 Reply)
Discussion started by: firefox211
1 Replies

8. UNIX for Advanced & Expert Users

MV files from one directory structure(multiple level) to other directory structure

Hi, I am trying to write a script that will move all the files from source directory structure(multiple levels might exist) to destination directory structure. If a sub folder is source doesnot exist in destination then I have to skip and goto next level. I also need to delete the files in... (4 Replies)
Discussion started by: srmadab
4 Replies

9. UNIX for Dummies Questions & Answers

Unix/Linux Directory Structure

Does anyone know of a good Internet source that explains the directory structure of Unix/Linux?? Thanks Gregg (2 Replies)
Discussion started by: gdboling
2 Replies
Login or Register to Ask a Question