About 248 results
Open links in new tab
  1. mv Command in Linux Explained [With Examples] - LinuxOPsys

    Sep 3, 2023 · Learn here how to use mv command in Linux. Supports moving a single file or directory, as well as multiple files and directories.

  2. File and Directory Management Commands - LinuxOPsys

    Sep 20, 2024 · The mv (move) command in Linux is a versatile tool that handles both file relocation and renaming. Unlike cp, mv moves entire directories and their contents without …

  3. How to Rename a Directory with Spaces in Linux - LinuxOPsys

    Dec 26, 2022 · Here we learn how to rename a Linux directory whose names contain special characters such as space. Generally, we use the mv command to rename a directory. We will …

  4. All the Ways to Rename Multiple Files in Linux - LinuxOPsys

    Nov 4, 2022 · Linux users may have to rename file frequently and it is very easy to rename a single file. You can just use the mv command to rename one file. There might also be …

  5. Find -exec Command in Linux with Examples - LinuxOPsys

    Jun 8, 2023 · Here discuss the nitty-gritty aspects of using the -exec action in the find command. Get ready! we explore rules, examples, and practical demonstrations.

  6. Change the Name of a Directory in Linux (rename a directory)

    Jan 4, 2023 · The mv command is used to move and rename files and directories. To rename a directory using mv, you can specify the current name of the directory as the source and the …

  7. 70 Key Linux Commands You Should Know - LinuxOPsys

    Mar 13, 2024 · The fdisk command is a Linux menu-based command-line utility used for disk partitioning. It allows users to create, delete, modify, and manage disk partitions on the system.

  8. Linux dd Command - 18 Examples with All Options - LinuxOPsys

    Oct 11, 2023 · Here learn about dd command in Linux with practical examples. It is one of the most powerful utilities for Unix and Unix-like operating systems.

  9. Basic Commands in Linux - LinuxOPsys

    Jul 8, 2024 · Let's learn here some of the most basic Linux commands that will help you get started. Have the terminal opened on your favourite Linux distribution to run the commands. …

  10. How to Rename Multiple Directories in Linux at Once

    Jan 16, 2023 · Here learn how to rename multiple directories in Linux at once. To do with multiple directories, we need to use special commands, scripts, or a combination of different commands.