So3 nm51 carrillo g jhovani-practica 3

Post on 22-Jun-2015

50 views 0 download

Tags:

Transcript of So3 nm51 carrillo g jhovani-practica 3

Práctica 3 FileComponents

Carrillo González Jhovani

Solaris 3NM51

FileComponents

# Cd /

# ls -l

# cd /dev/dsk

# ls -l

Práctica 3 FileComponents

Carrillo González Jhovani

Solaris 3NM51

# Ls –lL

Práctica 3 FileComponents

Carrillo González Jhovani

Solaris 3NM51

# cd /dev/pts

# ls -l

Práctica 3 FileComponents

Carrillo González Jhovani

Solaris 3NM51

# ls -lL

# cd /etc/init.d ; ls -l

Práctica 3 FileComponents

Carrillo González Jhovani

Solaris 3NM51

# ls –li volmgt

# ls –i /etc/init.d/volmgt

# find /etc –inum 21449 –exec ls –i {} \ ;

Práctica 3 FileComponents

Carrillo González Jhovani

Solaris 3NM51

# mkdir /testdir

# cd /testdir

# touch file1

# ln –s file1 link1

# ls –li

# mkdir /newrdir

# ls –ldi newrdir

# ls –lia newrdir

# mkdir newrdir/dir2

# ls –ldi newrdir

# ls –laRi newrdir