Can I have root rights?: Difference between revisions

From LWP-Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:misc-faq]]
[[Category:misc-faq]]
Only if we think you know how to responsibly use them will we give you root (sudo) rights to your PC. After you get root rights on your system our support will consist of ''reinstalling your PC''.<br/>
We strive to make the LWP such that you do not need sudo and can only provide limited support for users with full permissions, since we do not know anymore how your system has changed.
If you wich to get sudo rights on your system, send [mailto:lwp@rug.nl us] a request mentioning your PC's hostname.
Permissions can be given for certain commands, in fact you can already install all packages from all the repositories that we
have pre-configured. Example:
 
$ sudo apt-get install <somepackage>
 
For details, refer to [[install packages]].
 
If you need some software that is not in these repositories we have
rather that you ask us to provide it. That way we can keep track on what
is important for users and what is not.
 
That said you can of course install whatever you like in your [[Home directory|home directory]] or
on the local /mnt/D partition.
 
Examples:
  $ conda create -n foo python=3.7 numpy keras
  $ npm install <something>
  $ pip install --user <some package> # use conda instead of pip
  $ make && make install PREFIX=$HOME/local
 
If you tell us what it is that you want to achieve with sudo rights then
we can try to find a way do it without sudo rights (or why you should not
do that).
 
However, if you're still convinced you need sudo rights on your system, send [mailto:lwp@rug.nl us] a request mentioning your PC's hostname and/or WKS-number. Please note that you cannot get root rights to shared PC's.

Latest revision as of 13:14, 3 August 2023

We strive to make the LWP such that you do not need sudo and can only provide limited support for users with full permissions, since we do not know anymore how your system has changed. Permissions can be given for certain commands, in fact you can already install all packages from all the repositories that we have pre-configured. Example:

$ sudo apt-get install <somepackage>

For details, refer to install packages.

If you need some software that is not in these repositories we have rather that you ask us to provide it. That way we can keep track on what is important for users and what is not.

That said you can of course install whatever you like in your home directory or on the local /mnt/D partition.

Examples:

 $ conda create -n foo python=3.7 numpy keras
 $ npm install <something>
 $ pip install --user <some package> # use conda instead of pip
 $ make && make install PREFIX=$HOME/local

If you tell us what it is that you want to achieve with sudo rights then we can try to find a way do it without sudo rights (or why you should not do that).

However, if you're still convinced you need sudo rights on your system, send us a request mentioning your PC's hostname and/or WKS-number. Please note that you cannot get root rights to shared PC's.