
Originally Posted by
thestrongfork
Hi,
I am running Ubuntu 22.04 on a VMware virtual machine.
I have a text file on the desktop that I want to rename, but for some reason when I press the rename button nothing happens.
Is this a bug that I can solve?
Or at least rename the file in a different way?
You can also move your file by using this command below in your terminal.
Code:
sudo mv '/home/desktopusername/documents/filename' '/home/desktopusername/desktop'
To access your terminal in your desktop you can directly press ctrl and alt + t or you can find it in your Linux Ubuntu installed applications. Regards and cheers.