3,941 views

2 Answers

Best answer
5 votes
5 votes

ans is B

Expalantion:

The mv command is used to move or rename files.

mv renames file SOURCE to DEST, or moves the SOURCE file (or files) to DIRECTORY.

cp = copies files from one location to another

rm : deletes a file without confirmation (by default).

Therefore cp x, y // will copy x to y

ans rm x // will deletes the file 

selected by
–3 votes
–3 votes
ans c)
Answer:

Related questions

3 votes
3 votes
1 answer
2
Ishrat Jahan asked Nov 2, 2014
3,604 views
If f(l) = 2, f(2) = 4 and f(4) = 16, what is the value of f(3) using Lagrange's interpolation formula?88(1/3)8(2/3)9
1 votes
1 votes
2 answers
4
Ishrat Jahan asked Nov 2, 2014
3,024 views
Which of the following objects can be used in expressions and scriplets in JSP (Java Server Pages) without explicitly declaring them?session and request onlyrequest and r...