Flashcards
Bash Linux commands
Flashcards for quick repetition.
Flashcards: 234
Played: 4463 times
Execute commands
while
Print all usernames currently logged in
who
Print the current user id and name (`id -un')
whoami
Retrieve web pages or files via HTTP, HTTPS or FTP
Wget
Send a message to another user
write
Execute utility, passing constructed argument list(s)
xargs
Print a string until interrupted
yes
Run a command script in the current shell
.
Comment / Remark
###