Sponsored Content
Operating Systems Linux Red Hat How to determine share name of Linux server? Post 302911508 by rbatte1 on Friday 1st of August 2014 05:54:19 AM
Old 08-01-2014
Three choices:-
  • Do you mean NFS share to another unix server? You can browse /etc/exports to see what you are sharing. A mount statement on the client would be something like:-
    Code:
    mount -t nfs hostname:/shared/directory /local/mountpoint

  • Do you mean a Samba share to mount with a Windows client?
    If you fire up a browser like this, then you may get a management GUI where you can explore:-
    Code:
    http://hostname:901

    You will need to put in the root password.

    CAUTION - you will be able to edit the configuration very easily, so mistakes are easy.
    The configuration file is likely to be similar to /opt/freeware/samba/version/etc/smb.conf
    Find it and copy it away securely before you start.
    .
  • Not sure what else you might mean.
Do any of these help? If it's the 3rd option, can you explain a little more of what you are trying to achieve please.



Robin
This User Gave Thanks to rbatte1 For This Post:
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

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... (0 Replies)
Discussion started by: mbl
0 Replies

2. IP Networking

How to Determine client's DNS server Ip

Is there a way for a server to determine client's DNS ip? I have an application that logs client's IP but in certain cases its desirable to know their DNS too (1 Reply)
Discussion started by: vickylife
1 Replies

3. Solaris

Can't access NFS Share on Solaris Server from a Linux Client

Hi, I am trying to access a NFS shared directory on Solaris 10 Server from a client which is RHEL 4 Server. On the NFS Server, in /etc/dfs/, I added following line to dfstab file. & then ran the following On the client machine, while running the mount command, I am... (0 Replies)
Discussion started by: SunilB2011
0 Replies

4. Red Hat

Unable to access NFS share on Solaris Server from Linux client

Hi, I am trying to access a NFS shared directory on Solaris 10 Server from a client which is RHEL 4 Server. On the NFS Server, in /etc/dfs/, I added following line to dfstab file. share -F nfs -o rw /var/share & then ran the following svcadm -v enable -r... (3 Replies)
Discussion started by: SunilB2011
3 Replies

5. Shell Programming and Scripting

Determine if variable is the Server component of UNC

Hi all, Using sh/csh, unfortunately shell scripts are not my strong suit. Trying to write a script that gets called from a program for pre-processing. The program passes individual components of a UNC (//server/path1/path2/filename). Thus the unc path of: //server/path1/path2/filename, is... (7 Replies)
Discussion started by: Festus Hagen
7 Replies

6. Web Development

Script to determine which web server at ip addresses

how do we determine if ip addresses are hosting IIS version 7.x or Apache 2.2.x. ? (3 Replies)
Discussion started by: NameSake
3 Replies

7. Shell Programming and Scripting

Script to determine server IP

Need help with the script, I am trying to include this script as part of kickstart profile. based of the host's IP address, in this case if the host is IP starting with 10.10.3.* or 10.10.6.*, I will be pushing appropriate routing file from my web server. I validate host IP from nslookup. ... (3 Replies)
Discussion started by: bobby320
3 Replies

8. 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
LBREAKOUT2SERVER(6)						   Games Manual 					       LBREAKOUT2SERVER(6)

NAME
lbreakout2server - lbreakout2 multi-player server SYNOPSIS
lbreakout2server DESCRIPTION
This manual page briefly documents the lbreakout2server command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. Further documentation is available in /usr/share/doc/lbreakout2. lbreakout2 is a game written in the style of the games Breakout and xboing. This server allows two or more players to play against each other. OPTIONS
-p <port> the port the server will run on (default is 2002). -l <limit> maximum number of users that may connect to the server (default is 30). -m <message> this message is displayed to welcome a user. -a <password> a user that logs in with this name will become administrator named admin (default is no admin). -f <framerate> the number of calls to the send/recv handler per second. The default is 33. SEE ALSO
/usr/share/doc/lbreakout2/index.html AUTHOR
This manual page was written by Colin Tuckley <colint@debian.org>, for the Debian GNU/Linux system (but may be used by others). December 18, 2009 LBREAKOUT2SERVER(6)
All times are GMT -4. The time now is 07:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy