Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dkelosky/ubuntu


https://github.com/dkelosky/ubuntu

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

```txt
useradd zowe --shell /bin/bash --create-home
echo zowe:zowe | chpasswd
usermod -aG sudo zowe
echo "cd ~" >> ${bashEnv} && echo "cd ~" >> /home/zowe/.bashrc
su zowe
```

```
passwd
adduser
```