Difference between revisions of "Linux configuration"
From Theochem
Jump to navigationJump to search (Science login and linux command line) |
m (→Set permissions: fix font) |
||
Line 16: | Line 16: | ||
== Set permissions == | == Set permissions == | ||
− | First check whether you are a member of the | + | First check whether you are a member of the <tt>thchem</tt> group, using the command |
groups | groups | ||
+ | |||
+ | If <tt>thchem</tt> is not in the output, ask [https://www.theochem.ru.nl/~gerritg Gerrit] or [https://www.theochem.ru.nl/~hcuppen Herma]. |
Revision as of 14:24, 26 January 2021
Logging into a linux server
To logon to a linux server at the Faculty of Science you need a Science login as explained on the the C&CZ wiki
There are several ways to login
- Most PCs at the Faculty of Science are dual boot: simply select Ubuntu an logon
- From a linux computer or a terminal on a Mac use `ssh`:
ssh lilo7.science.ru.nl
and use your username and password to logon
- From a Windows system follow these instructions: connecting to the cluster from a Windows computer
Learn linux command line basics
There are numerous introductions to the linux command line. Here is one example:Command line for beginners
Set permissions
First check whether you are a member of the thchem group, using the command
groups