Sie sind auf Seite 1von 3

root@Gogo:~# sudo us

what host(s) should i scan?, ive got nothing to do


root@Gogo:~# clear

root@Gogo:~# ls
Descargas Escritorio Msica Pblico Vdeos
Documentos Imgenes Plantillas TheFatRat
root@Gogo:~# ls -a
. .cache Documentos Imgenes .profile Vdeos
.. .config Escritorio .local Pblico
.bash_history .dbus .gconf Msica .rnd
.bashrc Descargas .ICEauthority Plantillas TheFatRat
root@Gogo:~# echo hola
hola
root@Gogo:~# echo hola como estas
hola como estas
root@Gogo:~# echo "hola como estas" > hola.txt
root@Gogo:~# ls
Descargas Escritorio Imgenes Plantillas TheFatRat
Documentos hola.txt Msica Pblico Vdeos
root@Gogo:~# echo "adios mi amigo" > adios.txt
root@Gogo:~# ls
adios.txt Documentos hola.txt Msica Pblico Vdeos
Descargas Escritorio Imgenes Plantillas TheFatRat
root@Gogo:~# mkdir utsjr
root@Gogo:~# ls
adios.txt Documentos hola.txt Msica Pblico utsjr
Descargas Escritorio Imgenes Plantillas TheFatRat Vdeos
root@Gogo:~# mkdir -p utsjr/tics/tic01/operativos
root@Gogo:~# cd utsjr
root@Gogo:~/utsjr# ls
tics
root@Gogo:~/utsjr# cd tics
root@Gogo:~/utsjr/tics# ls
tic01
root@Gogo:~/utsjr/tics# cd tic01
root@Gogo:~/utsjr/tics/tic01# ls
operativos
root@Gogo:~/utsjr/tics/tic01# cd operativos
root@Gogo:~/utsjr/tics/tic01/operativos# ls
root@Gogo:~/utsjr/tics/tic01/operativos# cd ~
root@Gogo:~#
root@Gogo:~# sudo su
root@Gogo:~# ls
adios.txt Documentos hola.txt Msica Pblico utsjr
Descargas Escritorio Imgenes Plantillas TheFatRat Vdeos
root@Gogo:~# mkdir ut
root@Gogo:~# ls
adios.txt Documentos hola.txt Msica Pblico ut Vdeos
Descargas Escritorio Imgenes Plantillas TheFatRat utsjr
root@Gogo:~# cp hola.txt ut
root@Gogo:~# cd ut
root@Gogo:~/ut# ls
hola.txt
root@Gogo:~/ut# cd ..
root@Gogo:~# ls ut
hola.txt
root@Gogo:~# cd ut
root@Gogo:~/ut# mkdir ut2
root@Gogo:~/ut# cd ..
root@Gogo:~# ls
adios.txt Documentos hola.txt Msica Pblico ut Vdeos
Descargas Escritorio Imgenes Plantillas TheFatRat utsjr
root@Gogo:~# cp adios.txt ut/ut2
root@Gogo:~# ls ut/ut2
adios.txt
root@Gogo:~# cd ut/ut2
root@Gogo:~/ut/ut2# ls
adios.txt
root@Gogo:~/ut/ut2# mkdir ut3
root@Gogo:~/ut/ut2# ls
adios.txt ut3
root@Gogo:~/ut/ut2# cd ut3
root@Gogo:~/ut/ut2/ut3# echo "Hola otra vez" > hola4.txt
root@Gogo:~/ut/ut2/ut3# ls
hola4.txt
root@Gogo:~/ut/ut2/ut3# cp hola4.txt ~
root@Gogo:~/ut/ut2/ut3# ls ~
adios.txt Documentos hola4.txt Imgenes Plantillas TheFatRat utsjr
Descargas Escritorio hola.txt Msica Pblico ut Vdeos
root@Gogo:~/ut/ut2/ut3# cd ..
root@Gogo:~/ut/ut2# cp -r ut3 ~
root@Gogo:~/ut/ut2# ls ~
adios.txt Escritorio Imgenes Pblico ut3
Descargas hola4.txt Msica TheFatRat utsjr
Documentos hola.txt Plantillas ut Vdeos
root@Gogo:~/ut/ut2# cd ..
root@Gogo:~/ut# cd ..
root@Gogo:~# ls
adios.txt Escritorio Imgenes Pblico ut3
Descargas hola4.txt Msica TheFatRat utsjr
Documentos hola.txt Plantillas ut Vdeos
root@Gogo:~# cp-r ut3 /utsjr
bash: cp-r: no se encontr la orden
root@Gogo:~# cp -r ut3 /utsjr
root@Gogo:~# cd utsjr
root@Gogo:~/utsjr# ls
tics
root@Gogo:~/utsjr# cp -r ut3 utsjr
cp: no se puede efectuar `stat' sobre ut3: No existe el fichero o el directorio
root@Gogo:~/utsjr# cd ..
root@Gogo:~# cp -r ut3 utsjr
root@Gogo:~# cd utsjr
root@Gogo:~/utsjr# ls
tics ut3
root@Gogo:~/utsjr# cd ..
root@Gogo:~# cp -r ut3 utsjr/tics
root@Gogo:~# mv hola.txt ut3/
root@Gogo:~# ls ut3
hola4.txt hola.txt
root@Gogo:~# ls
adios.txt Documentos hola4.txt Msica Pblico ut utsjr
Descargas Escritorio Imgenes Plantillas TheFatRat ut3 Vdeos
root@Gogo:~# ls utsjr
tics ut3
root@Gogo:~# mv hola4.txt utsjr/tics
root@Gogo:~# ls
adios.txt Documentos Imgenes Plantillas TheFatRat ut3 Vdeos
Descargas Escritorio Msica Pblico ut utsjr
root@Gogo:~# ls utsjr/tics
hola4.txt tic01 ut3
root@Gogo:~# ls
adios.txt Documentos Imgenes Plantillas TheFatRat ut3 Vdeos
Descargas Escritorio Msica Pblico ut utsjr
root@Gogo:~# mv adios.tx utsjr/tics/tic01/operativos
mv: no se puede efectuar `stat' sobre adios.tx: No existe el fichero o el
directorio
root@Gogo:~# mv adios.txt utsjr/tics/tic01/operativos
root@Gogo:~# ls adios.txt utsjr/tics/tic01/operativos
ls: no se puede acceder a adios.txt: No existe el fichero o el directorio
utsjr/tics/tic01/operativos:
adios.txt
root@Gogo:~# ls utsjr/tics/tic01/operativos
adios.txt
root@Gogo:~# ls
Descargas Escritorio Msica Pblico ut utsjr
Documentos Imgenes Plantillas TheFatRat ut3 Vdeos
root@Gogo:~# mv ut3 ut/
root@Gogo:~# ls ut
hola.txt ut2 ut3
root@Gogo:~# ls
Descargas Escritorio Msica Pblico ut Vdeos
Documentos Imgenes Plantillas TheFatRat utsjr
root@Gogo:~# mv utsjr utq
root@Gogo:~# ls
Descargas Escritorio Msica Pblico ut Vdeos
Documentos Imgenes Plantillas TheFatRat utq
root@Gogo:~# cd utq
root@Gogo:~/utq# ls
tics ut3
root@Gogo:~/utq# cd tics
root@Gogo:~/utq/tics# ls
hola4.txt tic01 ut3
root@Gogo:~/utq/tics# mv hola4.txt hello.txt
root@Gogo:~/utq/tics# ls
hello.txt tic01 ut3
root@Gogo:~/utq/tics# rm hello.txt
root@Gogo:~/utq/tics# ls
tic01 ut3
root@Gogo:~/utq/tics# rm -r ut3
root@Gogo:~/utq/tics# ls
tic01
root@Gogo:~/utq/tics#

Das könnte Ihnen auch gefallen