Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. How can you append the output of a command to a file? Command file Command < >file 2. Which command is used to copy

1. How can you append the output of a command to a file?

Command

Command > file

Command <

Command >>file

2. Which command is used to copy all files having the string chap and any two characters after that

cp chap* progs

cp chap?? Progs

cp chap%% progs

cp chap ^^ progs

3. vi always starts in _________mode

insert

command

last line

ex

4. in vi editor, to get out of insert mode, press the ___key, which will put you back into command mode.

Shift

Esc

Ctrl

Alt

5. Which command is used with the vi editor to save file and remain in the editing mode?

:q

:q!

:w

:x

6. How do you rename file new in file old

mv new old

rm new old

cp new old

rn new old

7. Unix OS is an _______.

Time sharing OS

Multi-tasking OS

Multi_user OS

All the above

8. dev directory contains files for controlling

temporary file

input/output

log files

backup files

9. _____________directory contains executable file for most of the Unix commands

lib

bin

dev

tmp

10. Root directory in Unix is denoted by ____________

/

\

()

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Database Management Systems

Authors: Patricia Ward, George A Dafoulas

1st Edition

1844804526, 978-1844804528

More Books

Students also viewed these Databases questions

Question

=+ Are ballots compulsory?

Answered: 1 week ago