Skip to content

Commit

Permalink
Drop user interrogation commands
Browse files Browse the repository at this point in the history
  • Loading branch information
kousu authored Jan 26, 2024
1 parent d2e5d83 commit 2d763ae
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions computing-resources/neuropoly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@ A [**GE**](https://www.ge.polymtl.ca/compte-informatique/) network account is re

You will receive a GE account during your [onboarding](https://github.com/neuropoly/onboarding/issues).


```{note}
If you want to find out who is behind u/pXXXXXX Grames account, type this:
~~~
getent passwd <ID>
~~~
To list all lab members:
~~~
getent group neuropoly | cut -f 4 -d : | tr , '\n' | xargs -n1 getent passwd | less
~~~
```

### Password

```{important}
Expand Down

0 comments on commit 2d763ae

Please sign in to comment.