bash:commands
This is an old revision of the document!
Table of Contents
BASH - Commands
File Transfer
Command | |
---|---|
Secure copy file to host | scp file.txt server2:/tmp |
Synchronize source to destination | rsync -a /home/peter /backup/ |
Users
Command | |
---|---|
Display who is logged in | w |
Show who is logged into the system | who |
Display who you are logged in as | whoami |
Display information on a user | finger user |
Show the active user id with login and group | id |
Show last logins on the system | last |
Add a group | groupadd groupname |
Add a user | adduser peter |
Add a user | useradd -c “Peter Roux” - g admin -m peter # Add user peter |
Delete a user | userdel peter |
Modify user information | usermod peter |
bash/commands.1611676138.txt.gz · Last modified: 2021/01/26 15:48 by peter