To rename a directory in a Linux or Unix-based system you can make use of quite a few commands, one of them is an mv command. Let's see some examples,
Syntax: mv fromDirName toNewDirName
% mkdir myDir
% cd myDir
% touch myFile.txt
% cd ..
% mv myDir myDir1
% ls
myfile.txt
More Posts related to Linux,
- Terminal display next month Calendar
- How to change bash terminal prompt string and color
- How to exit from nano command
- How to Display content of a file in Terminal Screen?
- Copy entire directory using Terminal Command [Linux, Mac, Bash]
- 3 Commands to stop Nginx Server
- How to check file permissions for your file using Linux/Unix/macOS Terminal Command
- Create Hidden File or Directory using Shell Command
- bash: cls: command not found
- How to install python pip on Ubuntu using apt command
- The Date Command and its usage [Linux - Unix - macOS]
- SCP Copy all files from directory to Local Folder
- Create and write file in single Linux/macOS command
- Install OpenSSL on Linux/Ubuntu
- scp: ssh: connect to host xxxx port 22: Connection refused Error
- Check SSH/OpenSSH version Command
- Execute .bin and .run file Ubuntu Linux
- What does apt-get update command does?
- How to ls command to output one entry per line [macOS/Linux/Bash]
- 3 ways to clear screen on Linux Terminal
- How to backup a file in Linux/Unix
- How to quit or exit SFTP Prompt on Terminal
- How to use SCP Command to Copy Directory
- zsh hello world example
- How to remove/delete a directory in Linux/macOs
More Posts:
- Big Sur unsupported Mac [macOS] - MacOS
- SwissCovid App Launched in Switzerland - News
- This class should be public (android.support.v7.internal.widget.ActionBarView.HomeView) Lint Error - Android
- Add comma or semicolon at end of each line Notepad++ - NotepadPlusPlus
- Share Image and Text on Instagram from Android App using Share Dialog - Android
- How to backup a file in Linux/Unix - Linux
- How to Change Android Title Bar Color? - Android
- SharePoint Server 2016 error - Failed to connect to the configuration database - SharePoint