Listening for transport dt_socket at address: 5005 ................................... 2021-10-19 15:33:32,114 INFO [org.apereo.cas.web.CasWebApplication] - <Ready to process requests @ [2021-10-19T07:33:32.113Z]>
The following command will add a user with name testuser. It will be added to sudo and root group. By default, its home folder will be created and its login shell is bash.
1
useradd -G sudo,root -m -s /bin/bash testuser
userdel
Files in testuser’s home directory will be removed with the home directory itself and its mail spool.
wget -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Linux-x86_64.sh sh Miniconda3-latest-Linux-x86_64.sh source ~/.bashrc conda list