![]() |
Show 150 posts per page |
.dsy:it. (http://www.dsy.it/forum/)
- Tech (http://www.dsy.it/forum/forumdisplay.php?forumid=189)
-- [DATA MANAGEMENT] - Manipolazione dei file (http://www.dsy.it/forum/showthread.php?threadid=10560)
[DATA MANAGEMENT] - Manipolazione dei file
Manipolazione di file:
Il file system di Unix offre un modo per categorizzare e organizzare i files con cui si lavora. Le directory offrono un modo per raggruppare le cose in gruppi relativi allo stesso argomento. É possibile modificare il file system aggiungendo o eliminando file e directory e spostando i file da una directory all'altra. I comandi che permettono di compiere le operazioni fondamentali di manipolazione dei file (eliminazione, ridenominazione, spostamento e copia dei file) sono tra quelli più utilizzati in assoluto! Proprio per tale motivo, questo thread prende in considerazione questi comandi fondamentali di manipolazione di file di Unix.
code:
[root@localhost root]# pwd /root [root@localhost root]#
code:
[root@localhost root]# ls -la total 3 drwxr-x--- 30 root root 4096 Feb 19 22:00 ./ drwxr-x--- 19 root root 4096 Feb 19 22:00 ../ -rw-r--r-- 1 root root 24 Jan 22 21:58 testmove.a [root@localhost root]#
code:
[root@localhost root]# mv testmove.a /home/neo/Test 'testmove.a' -> '/home/neo/Test/testmove.a' [root@localhost root]#
code:
[root@localhost root]# ls -la total 2 drwxr-x--- 30 root root 4096 Feb 19 22:00 ./ drwxr-x--- 19 root root 4096 Feb 19 22:00 ../ [root@localhost root]#
code:
[root@localhost root]# cd /home/neo/Test [root@localhost Test]# ls -la total 3 drwxr-x--- 30 root root 4096 Feb 19 22:00 ./ drwxr-x--- 19 root root 4096 Feb 19 22:00 ../ -rw-r--r-- 1 root root 24 Jan 22 21:58 testmove.a
code:
[root@localhost root]# mv testmove.a testmove.b testmove.c /home/neo/Test/Sector_1 'testmove.a' -> '/home/neo/Test/Sector_1/testmove.a' 'testmove.b' -> '/home/neo/Test/Sector_1/testmove.b' 'testmove.c' -> '/home/neo/Test/Sector_1/testmove.c' [root@localhost root]#
__________________
Nicolò CANEPARO - nick@bmm.it
University Student & Researcher
at D.S.I. & D.I.Co. Depts., Milan state University, Italy.
curriculum - pictures - forum - nickland.org - dsy.it
| All times are GMT. The time now is 00:00. | Show all 1 posts from this thread on one page |
Powered by: vBulletin Version 2.3.1
Copyright © Jelsoft Enterprises Limited 2000 - 2002.