Questions and answers

Bash Linux commands

All questions and answers from this set.
Questions: 234 Played: 4463 times
Question 211
Unpack shell archive scripts
unshar
Question 212
Execute commands (until error)
until
Question 213
Create new user account
useradd
Question 214
Modify user account
usermod
Question 215
List users currently logged in
users
Question 216
Encode a binary file
uuencode
Question 217
Decode a file created by uuencode
uudecode
Question 218
Verbosely list directory contents (`ls -l -b')
v
Question 219
Verbosely list directory contents (`ls -l -b')
vdir
Question 220
Text Editor
vi
Question 221
Report virtual memory statistics
vmstat
Question 222
Execute/display a program periodically
watch
Question 223
Print byte, word, and line counts
wc
Question 224
Search the user's $path, man pages and source files for a program
whereis
Question 225
Search the user's $path for a program file
which

Similar topics