Tags
Asked 3 years ago
16 Jun 2021
Views 224
Sammy

Sammy posted

How to rename a directory in Ubuntu?

How to rename a directory in Ubuntu?
QuickIos

QuickIos
answered Jun 16 '21 00:00


mv filepath/current_folder_name filepath/new_folder_name

command mv is used for rename folder name

filepath can be a relative or fixed path
Post Answer