Changes for page Zugriffsrechte

Last modified by Aysegül Omus on 2025/01/16 13:03

From version 4.7
edited by Aysegül Omus
on 2025/01/16 13:01
Change comment: There is no comment for this version
To version 2.1
edited by wikibot
on 2023/02/13 19:37
Change comment: Imported from foswiki

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kahraman
1 +XWiki.wikibot
Content
... ... @@ -1,4 +1,4 @@
1 -= Modify access rights on own files/home directory =
1 += Modify access rights on own files / home directory =
2 2  
3 3  
4 4  
... ... @@ -10,18 +10,17 @@
10 10  
11 11  Every student has a folder, which can be accessed via /u/halle/$USER .
12 12  
13 - $USER is the CIT-Login, which was received from the Infopoint and is used to login into the computer hall.
13 + $USER is the RBG-Login, which was received from the Infopoint and is used to login into the computer hall.
14 14  
15 -In this folder you can find different architectures like home//at for the Ubuntu VMs for the lxhalle.//
15 +In this folder you can find different architectures like home//at for the Ubuntu VMs for the lxhalle.
16 16  
17 17  In order to facilitate the collaboration of students, most of those folders can be accessed by other students.
18 18  
19 -Important folders like the home_mail and home//sec are only visible and writeable by the active user.//
19 +Important folders like the home_mail and home//sec are only visible and writeable by the active user.
20 20  
21 21  These notes are explicitly valid only for the lxhalle.
22 22  
23 23  ----
24 -
25 25  == 2. Restrict access on own folders (Homepage will not be accessible) ==
26 26  
27 27  More infomation about your own website: https://xwiki.rbg.tum.de/bin/view/Informatik/Helpdesk/EigeneHomepage
... ... @@ -58,7 +58,6 @@
58 58  
59 59  
60 60  ----
61 -
62 62  == 3. Restrict access on all own folders except home_at ==
63 63  
64 64  In order to make the homepage accessible, the folders /u/halle/$USER and /u/halle/$USER/home_page need the Execute-permission (x) for other (o).
... ... @@ -66,14 +66,30 @@
66 66  
67 67  Start the terminal in the lxhalle
68 68  
69 -[[image:1677684222179-370.png]]
70 70  
68 +
69 +{{html wiki="true"}}
70 +{{code}}%BR%chmod go-rwx,o+x `dirname $HOME`%BR%chmod go-rwx,o+x `dirname $HOME`/home_page{{/code}}
71 +{{/html}}
72 +
73 +
74 +
71 71  After using the following commands
72 72  
73 -[[image:1677684239820-692.png]]
74 74  
78 +
79 +{{html wiki="true"}}
80 +{{code}}ls -ld `dirname $HOME`%BR%ls -ld `dirname $HOME`/home_page{{/code}}
81 +{{/html}}
82 +
83 +
84 +
75 75  the access rights should look like this:
76 76  
77 -[[image:1677684254987-720.png]]
78 78  
79 -
88 +
89 +{{html wiki="true"}}
90 +{{code}}%BR%drwx-----x 7 tumuser 7 2011-06-03 15:23 /u/halle/%BR%drwx-----x 3 tumuser 6 2011-06-03 14:32 /u/halle//home_page{{/code}}
91 +{{/html}}
92 +
93 +