HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- shared folder
Operating System - HP-UX
1832410
Members
3179
Online
110041
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2006 08:13 AM
07-22-2006 08:13 AM
shared folder
how to share file and folder in unix
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2006 08:19 AM
07-22-2006 08:19 AM
Re: shared folder
For this purpose you have NFS (network file system), if the folder should be accessible from UNIX machine or Samba server if you need to work with files located on Windows macines.
HTH
HTH
Entities are not to be multiplied beyond necessity - RTFM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2006 08:27 AM
07-22-2006 08:27 AM
Re: shared folder
Hi Indrajit:
First, in Unix, we don't use the word "folder". The proper name is "directory". In fact, a simple 'ls -l' listing shows a directory with a "d" and a regular file with a "-".
To "share" a file, you establish it's 'group' or 'world' permissions as readable, executable, and/or writeable.
See the 'chmod(1)' man pages for changing a file or directory's permissions.
To control the 'group' ownership of a file or directory see the man pages for 'chown(1).
To be able to work with files in a directory, the directory must offer execute permissions (in order to be searched).
Too, the ability to remove (delete) a file in a directory is controlled by having write-permission on the directory itself.
You might want read this document:
http://www.docs.hp.com/en/B2355-90164/B2355-90164.pdf
Regards!
...JRF...
First, in Unix, we don't use the word "folder". The proper name is "directory". In fact, a simple 'ls -l' listing shows a directory with a "d" and a regular file with a "-".
To "share" a file, you establish it's 'group' or 'world' permissions as readable, executable, and/or writeable.
See the 'chmod(1)' man pages for changing a file or directory's permissions.
To control the 'group' ownership of a file or directory see the man pages for 'chown(1).
To be able to work with files in a directory, the directory must offer execute permissions (in order to be searched).
Too, the ability to remove (delete) a file in a directory is controlled by having write-permission on the directory itself.
You might want read this document:
http://www.docs.hp.com/en/B2355-90164/B2355-90164.pdf
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2006 04:49 PM
07-22-2006 04:49 PM
Re: shared folder
check nfs and rpc dameon running on ur system. edit the file sytem /etc/exports file which u want to export.
run exportfs -a command to export file system.
to mount the filesystem to another host
use mount -F nfs hostname(or ip):/dev/vgxx/test /test
Cheers,
Awadhesh
run exportfs -a command to export file system.
to mount the filesystem to another host
use mount -F nfs hostname(or ip):/dev/vgxx/test /test
Cheers,
Awadhesh
It's kind of fun to do the impossible
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP