COURSE OUTLINE :
* * WHAT IS MV COMMAND IN LINUX OS
* *HOW TO US MV COMMANDS
* *WHAT IS RM COMMAND IN LINUX
* * HOW TO USE RM COMMAND
THERE ATTRIBUTES :
mv -f force move by overwriting destination file without prompt
mv -i interactive prompt before overwrite
mv -u update - move when source is newer than destination
mv -v verbose - print source and destination files
======================================================
By default, rm does not remove directories. Use the --recursive (-r or -R) option to remove each listed directory, too, along with all of its contents.
To remove a file whose name starts with a '-', for example '-foo', use one of these commands:
rm -- -foo
rm ./-foo
For more videos on this subject click on the link
https://www.youtube.com/playlist?list=PLJumA3phskPGJHgGWTF-nwMWv5xWFVnXk
Video by EdupediaWorld (www.edupediaworld.com). Free online Educational Videos.
All Rights Reserved.
Download
0 formats
No download links available.
LINUX OPERATING SYSTEM | COMMANDS | MV | RM | NatokHD