|
|
|
|
|
by mimimi31
2515 days ago
|
|
Question: Write the name of the standard subdirectory of the root directory which contains references and files for the devices. Your answer:
dev Correct answer:
/dev Edit: Also Question: Write the command that shows a text 'hello world' in the console without moving to a new line after executing the command Your answer:
printf '%s' 'hello world' Correct answer:
echo -n 'hello world' |
|
Your answer: less test.txt
Correct answer: less text.txt