ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm]  Вопрос по общему доступу к файлам OpenOffice
@ 2007-09-25  7:48 Victor Zhuravlyov
  2007-09-25  7:59 ` Artem Zolochevskiy
  0 siblings, 1 reply; 5+ messages in thread
From: Victor Zhuravlyov @ 2007-09-25  7:48 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Есть машинка на которой есть nfs шара (rw) и на ней работает ещё
несколько слабых машинок в качестве икс-терминалов.
Если файл отредактирован под одним юзером, другой юзер имеет доступ к
этому файлу только на чтение.
Как сделать общий доступ к общим документам?
Спасибо.

ЗЫ: вариант SaveAs не подходит

-- 
Regards, vitich at gmail dot com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Вопрос по общему доступу к файлам OpenOffice
  2007-09-25  7:48 [Comm] Вопрос по общему доступу к файлам OpenOffice Victor Zhuravlyov
@ 2007-09-25  7:59 ` Artem Zolochevskiy
  2007-09-25 14:25   ` Victor Zhuravlyov
  0 siblings, 1 reply; 5+ messages in thread
From: Artem Zolochevskiy @ 2007-09-25  7:59 UTC (permalink / raw)
  To: community

Victor Zhuravlyov wrote:

> Есть машинка на которой есть nfs шара (rw) и на ней работает ещё
> несколько слабых машинок в качестве икс-терминалов.
> Если файл отредактирован под одним юзером, другой юзер имеет доступ к
> этому файлу только на чтение.
> Как сделать общий доступ к общим документам?
> Спасибо.

поместить пользователей в одну группу и дать соответствующие права?
 
-- 
Artem Zolochevskiy
Kaliningrad, Russia
JID: az@jabber.org



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Вопрос по общему доступу к файлам OpenOffice
  2007-09-25  7:59 ` Artem Zolochevskiy
@ 2007-09-25 14:25   ` Victor Zhuravlyov
  2007-09-25 15:55     ` Maxim Tyurin
  0 siblings, 1 reply; 5+ messages in thread
From: Victor Zhuravlyov @ 2007-09-25 14:25 UTC (permalink / raw)
  To: ALT Linux Community general discussions

а подробнее можно по поводу соответствующих прав?


25.09.07, Artem Zolochevskiy<artem.zolochevskiy@gmail.com> написал(а):
> Victor Zhuravlyov wrote:
>
> > Есть машинка на которой есть nfs шара (rw) и на ней работает ещё
> > несколько слабых машинок в качестве икс-терминалов.
> > Если файл отредактирован под одним юзером, другой юзер имеет доступ к
> > этому файлу только на чтение.
> > Как сделать общий доступ к общим документам?
> > Спасибо.
>
> поместить пользователей в одну группу и дать соответствующие права?
>
> --
> Artem Zolochevskiy
> Kaliningrad, Russia
> JID: az@jabber.org
>
> _______________________________________________
> community mailing list
> community@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/community


-- 
Regards, vitich at gmail dot com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Вопрос по общему доступу к файлам OpenOffice
  2007-09-25 14:25   ` Victor Zhuravlyov
@ 2007-09-25 15:55     ` Maxim Tyurin
  2007-09-25 18:21       ` Alexander Yereschenko
  0 siblings, 1 reply; 5+ messages in thread
From: Maxim Tyurin @ 2007-09-25 15:55 UTC (permalink / raw)
  To: ALT Linux Community general discussions

[-- Attachment #1: Type: text/plain, Size: 185 bytes --]

Victor Zhuravlyov пишет:
> а подробнее можно по поводу соответствующих прав?
SGID на каталог
chmod g+s
-- 

With Best Regards, Maxim Tyurin
JID:	MrKooll@jabber.pibhe.com
			


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Вопрос по общему доступу к файлам OpenOffice
  2007-09-25 15:55     ` Maxim Tyurin
@ 2007-09-25 18:21       ` Alexander Yereschenko
  0 siblings, 0 replies; 5+ messages in thread
From: Alexander Yereschenko @ 2007-09-25 18:21 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Доброе!
В сообщении от Tuesday 25 September 2007 18:55:58 Maxim Tyurin написал(а):
> Victor Zhuravlyov пишет:
> > а подробнее можно по поводу соответствующих прав?
>
> SGID на каталог
> chmod g+s

Там может быть еще проблема с тем, что файл по-умолчанию создается с правами 
644 , т.е. для группы он оказыватся r/o
Приходит мысль монтировать раздел, куда складываются обшие документы, с 
соответствующей маской (dmask, fmask)...
Аналогичная проблема вылезает не только при доступе по nfs, но и по cifs (с 
включенной опцией поддержки unix-расширений), и при доступе к локальным 
файлам...

--
Alexander

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-09-25 18:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-25  7:48 [Comm] Вопрос по общему доступу к файлам OpenOffice Victor Zhuravlyov
2007-09-25  7:59 ` Artem Zolochevskiy
2007-09-25 14:25   ` Victor Zhuravlyov
2007-09-25 15:55     ` Maxim Tyurin
2007-09-25 18:21       ` Alexander Yereschenko

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git