Moving or Renaming Files using mv Command in Linux
The linux ‘mv’ command is used to move existing file or directory from one location to another. When you want to rename a single directory or file then 'mv' option…
The linux ‘mv’ command is used to move existing file or directory from one location to another. When you want to rename a single directory or file then 'mv' option…
rm Stands for remove. This command is used to remove a file. You should be careful using this command. Once the rm command deletes a file, it deletes it permanently.…
The Unix or Linux command touch is a way to create empty files. Here now you can update the modification and access time of each file with the help of…
In the Linux system, everything is a file. Sometimes a file is actually a process. Every file doesn't refer to only text files, images, and compiled programs but also includes…
Linux ls command The ls command is used to list directories and files. Without any options the basic ls command lists the visible directories and files in the current directory.…