[LON-CAPA-cvs] cvs: doc / permissions.txt
harris41
lon-capa-cvs@mail.lon-capa.org
Sun, 28 Jul 2002 17:36:25 -0000
harris41 Sun Jul 28 13:36:25 2002 EDT
Modified files:
/doc permissions.txt
Log:
fixing samba glitch description
Index: doc/permissions.txt
diff -u doc/permissions.txt:1.1 doc/permissions.txt:1.2
--- doc/permissions.txt:1.1 Sun Jul 28 00:05:11 2002
+++ doc/permissions.txt Sun Jul 28 13:36:24 2002
@@ -116,13 +116,16 @@
create mode = 0664
directory mode = 0775
-This will violate the rules in SECTION 3, but will allow
-things to work.
+This will allow LON-CAPA to operate properly although
+the rules in SECTION 3 are violated.
-Of course (sigh...), if a user generates a directory with
-Windows and then logs into the Linux filesystem and
-creates a file under that directory, the file will
-be of the mode 0644 (-rw-r--r--).
+Difficulty could still emerge though, if a user
+generates a directory with Windows and then logs
+into the Linux filesystem and creates a file under
+that directory (the file would, alas, be of the
+mode 0644 (-rw-r--r--)).
-So, the real solution would be to edit the samba source
-code and recompile samba.
+Currently, for cases like this, we consider it to
+be the responsibility of the user (who logs directly
+into the Linux filesystem) to make proper use of the
+'chmod' command.