Linux File mv -iIf you want to copy a file using 'mv' option and if that file already exists then it will silently over write the existing file.But if you'll use 'i' option then it will first ask for your permission to over write it. You can copy the file or reject it by simply typing 'y' or 'n'.
Next TopicLinux mv asterisk
|