Computer Science, asked by nidhimaddhesiya17, 5 hours ago

What are ways to remove a file in linux
A delete
B rm
C Both
D None​

Answers

Answered by msangita354
0

Answer:

How to Remove Files

To delete a single file, use the rm or unlink command followed by the file name: unlink filename rm filename. ...

To delete multiple files at once, use the rm command followed by the file names separated by space. ...

Use the rm with the -i option to confirm each file before deleting it: rm -i filename

hope this helps

Answered by Little1010
0

Answer:

By delete

Delete the file in linux

Similar questions