Tags:
view all tags
We can share files under =/ubc/cs/research/condon/people/= or =/ubc/cs/research/condon/share/projects/=. You must follow a couple of steps to ensure the group has proper read/write and execute access. Suppose you want to share the directory =foo=. <verbatim> # recursively change group find foo -name "*" -exec chgrp ac-group {} \; # recursively change permission of files find foo -type f -exec chmod g+rw {} \; # recursively change permission of directories find foo -type d -exec chmod 770 {} \; </verbatim> *NOTE*: You must also make sure that the group has read and execute privileges for all parent directories containing =foo=. -- Main.cthachuk - 04 Aug 2010
Edit
|
Attach
|
Watch
|
P
rint version
|
H
istory
:
r2
<
r1
|
B
acklinks
|
V
iew topic
|
Raw edit
|
More topic actions...
Topic revision: r1 - 2010-08-04
-
ChrisThachuk
Home
Site map
BETA web
Communications web
Faculty web
Imager web
LCI web
Main web
SPL web
Sandbox web
TWiki web
TestCases web
BETA Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Register User
Edit
Attach
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback