Questions and answers

Bash Linux commands

All questions and answers from this set.
Questions: 234 Played: 4463 times
Question 151
Copy files between two machines
rcp
Question 152
Read a line from standard input •
read
Question 153
Read from stdin into an array variable •
readarray
Question 154
Mark variables/functions as readonly
readonly
Question 155
Reboot the system
reboot
Question 156
Rename files
rename
Question 157
Alter priority of running processes
renice
Question 158
Synchronize remote files via email
remsync
Question 159
Exit a shell function
return
Question 160
Reverse lines of a file
rev
Question 161
Remove files
rm
Question 162
Remove folder(s)
rmdir
Question 163
Remote file copy (Synchronize file trees)
rsync
Question 164
Multiplex terminal, run remote shells via ssh
screen
Question 165
Secure copy (remote file copy)
scp

Similar topics