ARM software: Difference between revisions

Jump to navigation Jump to search
Marked this version for translation
(known issues on graham)
(Marked this version for translation)
Line 106: Line 106:
= Known issues = <!--T:33-->
= Known issues = <!--T:33-->


<!--T:42-->
On graham, if you are experiencing issues with getting X11 to work, change permissions on your home directory so that only you have access.
On graham, if you are experiencing issues with getting X11 to work, change permissions on your home directory so that only you have access.


<!--T:43-->
First, check (and record if needed) current permissions with
First, check (and record if needed) current permissions with


   ls -ld /home/$USER
   <!--T:44-->
ls -ld /home/$USER


<!--T:45-->
The output should begin with:
The output should begin with:


   drwx------
   <!--T:46-->
drwx------


<!--T:47-->
If some of the dashes are replaced by letters, that means your group and other users have read, write (unlikely), or execute permissions on your directory.   
If some of the dashes are replaced by letters, that means your group and other users have read, write (unlikely), or execute permissions on your directory.   


<!--T:48-->
This command will work to remove read and execute permissions for group and other users:
This command will work to remove read and execute permissions for group and other users:


   chmod go-rx /home/$USER
   <!--T:49-->
chmod go-rx /home/$USER


<!--T:50-->
After you are done using DDT, you can if you like restore permissions to what they were (assuming you recorded them).  More information on how to do this can be found on page [[Sharing_data]].
After you are done using DDT, you can if you like restore permissions to what they were (assuming you recorded them).  More information on how to do this can be found on page [[Sharing_data]].


rsnt_translations
56,420

edits

Navigation menu