Questions and answers

Bash Linux commands

All questions and answers from this set.
Questions: 234 Played: 4463 times
Question 226
Execute commands
while
Question 227
Print all usernames currently logged in
who
Question 228
Print the current user id and name (`id -un')
whoami
Question 229
Retrieve web pages or files via HTTP, HTTPS or FTP
Wget
Question 230
Send a message to another user
write
Question 231
Execute utility, passing constructed argument list(s)
xargs
Question 232
Print a string until interrupted
yes
Question 233
Run a command script in the current shell
.
Question 234
Comment / Remark
###

Similar topics