Ubuntu 10.10: how to move files

Asked by peter

Hello

I should move a file to the File System. How can I do that? Thanks in advance.
Peter

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
peter
Solved:
Last query:
Last reply:
Revision history for this message
Ricardo A. Hermosilla Carrillo (rhacs) said :
#1

To the main directory? Via Terminal or Nautilus?

Revision history for this message
marcus aurelius (adbiz) said :
#2

what are you trying to do?

Revision history for this message
peter (peter-neuweiler) said :
#3

I tried it by Terminal.

The file is in my home folder and should go to /opt/lampp/Htdocs&testdb.
Peter

Revision history for this message
mycae (mycae) said :
#4

if you have permissions, you can simply move the file in the file manager.

If you need to do this via the terminal, you can simply use the "mv" (move) command.

eg "mv testdb /opt/lampp/Htdocs/" will move the file "testdb" in the current folder to /opt/lampp/Htdocs/

This guide has a list of how to use the terminal in one of the later chapters
http://www.ubuntupocketguide.com/index_main.htmlhttp://www.ubuntupocketguide.com/index_main.html

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#5

Or use nautilus with "root" super user permissions to run Nautilus as root user type in a terminal or press alt+F2 and type:

gksudo nautilus

Now you can move erase copy all on your filesystem, be careful...

Revision history for this message
peter (peter-neuweiler) said :
#6

Marcobra, I tried gksudo nautilus. Bzt it didn't work, I didn't have the permission.
But the problem got solved via Terminal. Thanks.
Peter

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#7

Check your permissions, please open the menu System→Administration→User and groups and check the permissions of your user please give all permissions using the "Advanced settings" go to "Users Priviledges" and set all permissions

Revision history for this message
peter (peter-neuweiler) said :
#8

Thanks marcobra, I dit it.
Peter