18.01.2015 Views

Redes de Computadoras

Redes de Computadoras

Redes de Computadoras

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Re<strong>de</strong>s</strong> <strong>de</strong> <strong>Computadoras</strong>, 2007/08<br />

returns(status): Renombra el fichero name en el directorio<br />

dir fh al fichero to name en el directorio to fh. Se<br />

<strong>de</strong>vuelve información sobre el éxito <strong>de</strong> la operación.<br />

10. link(dir fh, name, to fh, to name) returns(status):<br />

Crea el fichero to name en el directorio to fh, que es un enlace<br />

al fichero name en el directorio dir fh. 3<br />

11. symlink(dir fh, name, string) returns(status): Crea<br />

un enlace simbólico llamado name en el directorio dir fh con<br />

el valor string. 4<br />

12. readlink(fh) return(string): Devuelve el nombre <strong>de</strong>l enlace<br />

simbólico.<br />

13. mkdir(dir fh, name, attr) returns(fh, new attr):<br />

Crea un nuevo directorio llamado name <strong>de</strong>ntro <strong>de</strong>l directorio<br />

3 Un enlace a un fichero es una nueva entrada en el sistema <strong>de</strong> ficheros que apunta a<br />

un fichero ya existente. Es como un seudónimo.<br />

4 La única diferencia entre un enlace (a secas, también llamado enlace duro) y un<br />

enlace simbólico es que éste último pue<strong>de</strong> hacerse entre sistema <strong>de</strong> ficheros diferentes.<br />

9.4 Network File System 184

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!