summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.console.help/html/gettingstarted/cifs_service.html
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-08-11 20:56:08 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-08-11 20:56:08 +0530
commit15222c97d166a1899d73b298e228a6c8e4447c8d (patch)
treef95fbf1e794328c5e2d08599b741ec9afa1235ce /src/com.gluster.storage.management.console.help/html/gettingstarted/cifs_service.html
parent08940e6174d977e5dd8113a89d77408c67bfe441 (diff)
Updated help files
Diffstat (limited to 'src/com.gluster.storage.management.console.help/html/gettingstarted/cifs_service.html')
-rw-r--r--src/com.gluster.storage.management.console.help/html/gettingstarted/cifs_service.html26
1 files changed, 21 insertions, 5 deletions
diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/cifs_service.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/cifs_service.html
index 777a82e7..c32a4805 100644
--- a/src/com.gluster.storage.management.console.help/html/gettingstarted/cifs_service.html
+++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/cifs_service.html
@@ -2,14 +2,30 @@
<html>
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>Sub Topic</title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Sub Topic</title>
</head>
<body>
<h1>CIFS Services</h1>
-The Common Internet File System (CIFS), also known as Server Message Block (SMB), is a network protocol whose most common use is sharing files on a Local Area Network (LAN). The protocol allows a client to manipulate files just as if they were on the local computer. Operations such as read, write, create, delete, and rename are all supported &#45; the only difference being that the files are not on the local computer and are actually on a remote server.
-<p> The CIFS protocol works by sending packets from the client to the server. Each packet is typically a basic request of some kind, such as open file, close file, or read file. The server then receives the packet, checks to see if the request is legal, verifies the client has the appropriate file permissions, and finally executes the request and returns a response packet to the client. The client then parses the response packet and can determine whether or not the initial request was successful.</p>
-<p> The CIFS protocol is most commonly used with Microsoft operating systems. Windows For Workgroups was the first Microsoft operating system to use CIFS, and each Microsoft operating system since then has been able to function as both a CIFS server and client.</p>
+The Common Internet File System (CIFS), also known as Server Message
+Block (SMB), is a network protocol whose most common use is sharing
+files on a Local Area Network (LAN). The protocol allows a client to
+manipulate files just as if they were on the local computer. Operations
+such as read, write, create, delete, and rename are all supported &#45;
+the only difference being that the files are not on the local computer
+and are actually on a remote server.
+<p>The CIFS protocol works by sending packets from the client to the
+server. Each packet is typically a basic request of some kind, such as
+open file, close file, or read file. The server then receives the
+packet, checks to see if the request is legal, verifies the client has
+the appropriate file permissions, and finally executes the request and
+returns a response packet to the client. The client then parses the
+response packet and can determine whether or not the initial request was
+successful.</p>
+<p>The CIFS protocol is most commonly used with Microsoft operating
+systems. Windows For Workgroups was the first Microsoft operating system
+to use CIFS, and each Microsoft operating system since then has been
+able to function as both a CIFS server and client.</p>
</body>
</html> \ No newline at end of file