This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
user:tom [2019/04/25 13:12] tom |
user:tom [2020/10/24 11:24] (current) tom [adduser] we ned colors in our life |
||
---|---|---|---|
Line 22: | Line 22: | ||
==== adduser ==== | ==== adduser ==== | ||
- | | + | <code bash> |
- | mkdir -p --mode=0700 ~tom/.ssh | + | adduser --shell /bin/bash --uid 10205 --gecos ToM tom |
- | curl -sSL http:// | + | mkdir -p --mode=0700 ~tom/.ssh |
+ | curl -sSL http:// | ||
+ | </ | ||
~~NOTOC~~ | ~~NOTOC~~ |