Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Need help to access/mount so to access folder/files on a Remote System using Linux OS Post 4665 by Andy Hibbins on Monday 30th of July 2001 07:34:29 AM
Old 07-30-2001
Java

Hi Vishwa,

You could use NFS in linux to share the directory.

in RH linux you put directories you want to export in the /etc/exports file.

To mount the directory you put the relevant entry in /etc/fstab on the client machine and issue the mount command.


The link below goes into more detail about NFS for linux:

http://www.linuxdoc.org/HOWTO/NFS-HOWTO/


Hope this helps.


Andy H Smilie
This User Gave Thanks to Andy Hibbins For This Post:
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

TomCat access in an Remote Linux Server

Hi all, I Installed Tomcat in an remote linux server (/usr/tomcat)and start service, using ./startup.sh (and tried with ./catalina.sh too). //----------------------------------------------------------------// # ./startup.sh Using CATALINA_BASE: /usr/tomcat/apache-tomcat-6.0.16/ Using... (1 Reply)
Discussion started by: gothama
1 Replies

2. Linux

URGENT :- Linux remote access... issue

Hi ! I have a linux machine( stand lone) in my office network. now, I have application on that machine ( web based) I'm not able to access that box.. using http://abc:4435/console I'm able to ping that box.. and also connect via "ssh" Pls.... help.. Its a production issue... ... (2 Replies)
Discussion started by: dashok.83
2 Replies

3. UNIX for Advanced & Expert Users

Help with Script to Access Remote Files

I need to access files on remote servers and need to do this in a script because there are 100's of servers and 1000's of files. I've tried ssh user@host 'ls -l /dir path/fileName' but cannot figure out how to deal with the prompt for password (here document is of no help). I've read of... (2 Replies)
Discussion started by: twk
2 Replies

4. UNIX for Dummies Questions & Answers

kernel giving access for multiple users to access files

hi all, i want to know y kernel is giving access for multiple users to access a file when one user may be the owner is executing that file. Because other user can manipulate that file when the other user is executing that file, it will give the unexpected result to owner . plz help me... (1 Reply)
Discussion started by: jimmyuk
1 Replies

5. Linux

Remote Access of Red Hat Linux

Dear Friends, I have Red Hat Enterprise Linux 5.0 Server installed in HP Blade server which is dont have monitor. I want access my Linux server on my windows XP Pro with full graphic through the network. Please help me how to do it. I have root password. Thanks. :b: (10 Replies)
Discussion started by: pramodpatil
10 Replies

6. Homework & Coursework Questions

Remote Access vs Local Access

Dear Friends, This is not a problem , it's a course work (UNIX scenario).... As part of it I am searching Remote Attacks and find points as 1. Exploiting a listening service 2. Routing through Unix system that is providing security between 2 or more networks 3. User initiated Remote execution... (1 Reply)
Discussion started by: anespa
1 Replies

7. Proxy Server

How to use Squid on Linux to control certain IP to access Web Server and certain IP cannot access?

Dear all experts here, :) I would like to install a proxy server on Linux server to perform solely to control the access of Web server. In this case, some of my vendor asked me to try Squid and I have installed it onto my Linux server. I would like know how can I set the configuration to... (1 Reply)
Discussion started by: kwliew999
1 Replies

8. Red Hat

Remote access computer system as a whole not just desktop with GUI

Hi All, I've been looking at various options at administering several servers remotely like: - VNC (don't like the lax security of 8 characters max for a password) and - NX (awesome piece of kit but still limited to a per desktop viewer)... What I'm looking for is a GUI that... (7 Replies)
Discussion started by: ASGR
7 Replies
nfs(5nfs)																 nfs(5nfs)

Name
       nfs - Network File System

Description
       The Network File System (NFS) is a specific file system implemented under the Generic File System Interface, as described in

       NFS  provides  support  for sharing ordinary files and directories in a multivendor networking environment.  The system administrator for a
       file server machine makes a file system available for remote access by placing the name of the file system to be shared in an export  list.
       The  administrator for a client machine can import a file system from any server machine that has granted access permission to the request-
       ing client machine.  A complete exported file system or any subtree of an exported file system can be imported by the client machine.  Once
       imported, users on the client machine can access files in the remote file system as though they were local files.

See Also
       getdirentries(2), getmnt(2), mount(2nfs), mount(2), exports(5nfs), fstab(5), gfsi(5), mount(8nfs), showmount(8nfs)

																	 nfs(5nfs)
All times are GMT -4. The time now is 07:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy