User Tools

Site Tools


copy_move_delete

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
copy_move_delete [2016/08/21 11:34] walkeradmincopy_move_delete [2016/08/21 11:39] walkeradmin
Line 25: Line 25:
 \\  \\ 
 To <color darkred>Move</color> use <color darkred>mv</color> To <color darkred>Move</color> use <color darkred>mv</color>
 +    To Move a file
 +    mv source destination
 +    
 +    To move a file called test.txt from /home/pi to /home/pi/tmp
 +    mv /home/pi/test.txt /home/pi/tmp
 +    
 +    mv works with directorys too
 +    To move the folder /home/pi/Trial to the folder /mnt use
 +    mv /home/pi/Trial /mnt (you may need to sudo depending on destination directory rights)
 +\\ 
 +\\
copy_move_delete.txt · Last modified: 2023/03/09 22:35 by 127.0.0.1