LXer: How To Rename a Directory on Linux
by LXer from LinuxQuestions.org on (#4WXX7)
Published at LXer:
If you have been working with Linux systems for quite some time, you already know how important it is to keep your filesystem structured. In some cases, you may need to create temporary directories with random names that need to be renamed later on. Renaming directories on Linux is not done with a dedicated renaming command but with a command that serves multiple purposes : the "mv" command. In this tutorial, we are going to learn how you can rename directories on Linux.
Read More...


If you have been working with Linux systems for quite some time, you already know how important it is to keep your filesystem structured. In some cases, you may need to create temporary directories with random names that need to be renamed later on. Renaming directories on Linux is not done with a dedicated renaming command but with a command that serves multiple purposes : the "mv" command. In this tutorial, we are going to learn how you can rename directories on Linux.
Read More...