Posts

Showing posts from August, 2012

NFS-network file Sharing service(server)

This is used for file sharing in UNIX networks. A windows user will not be able to access these files as these shares will be purely for UNIX environment. Package name:     nfs-utils Service name:       nfs Port number:         There is not specific for this server, it depends on service portmap. portmap requires 111 port.                 service portmap status                 netstat atnp |grep 111 Path:            /etc/export Log file:        /var/logs/messages         To share some file/directory,  just add the path for that file in the /etc/export in this format sharename  space    ID/IP     nospace    permissions sharename *ID/IP-permissions /crackers *(ro,sync) it will share the /crackers with the permissions(readonly,sync)     where sync means if a new file is copied inside the /crackers  it will be shown to the users after the file is completely copied. /crackers *(rw,async) it will share the /crackers with the permissions(readwrite,async)     where async means if a new