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
, 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
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
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!
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)
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)
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)
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)
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)
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)
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)