Download presentation
Presentation is loading. Please wait.
Published byGwendoline Lambert Modified over 9 years ago
1
Universidad del Cauca Red de Datos Module 4 Directory and File commands
2
Universidad del Cauca Red de Datos Use control characters EraseControl+HBackspace erases characters IntrControl+CInterrupt: Cancel the current operation and redisplay the command-line prompt. SuspendControl+Z Suspend an operation or application. EOFControl+DSend an End Of File CopyControl+U PasteControl+Y
3
Universidad del Cauca Red de Datos file command " Dertermines file type bin: directory proftpd-1.2.4.tar.gz: gzip compressed data - deflate method, original file name mail.h: ascii text so-5_2-ga-bin-solsparc-en.bin: ELF 32- bit MSB executable SPARC Version 1, dynamically linked, stripped
4
Universidad del Cauca Red de Datos Working with files " cat " more " head " tail " wc " touch " tee
5
Universidad del Cauca Red de Datos Working with directories " Create directoriesmkdir " Remove files and directoriesrm " Copy files and directoriescp " Move and rename files and directorios mv
6
Universidad del Cauca Red de Datos Module 5 Searching for files and text
7
Universidad del Cauca Red de Datos Find files and searching text " find -name " find /export/home –name archive " grep [file2 file3....]
8
Universidad del Cauca Red de Datos Sorting sort -f -r
9
Universidad del Cauca Red de Datos Comparing diff text files diff Files in directories Diff –r –s dir1 dir2
10
Universidad del Cauca Red de Datos Seguridad de Archivos I " Control de acceso a los archivos " Permisos básicos r – Read x – EXecution w – Write
11
Universidad del Cauca Red de Datos Seguridad de Archivos II " Categorias de los permisos Self Group Others
12
Universidad del Cauca Red de Datos Ejemplo > ls -l total 13842 drwxr-xr-x 2 mconsta root 512 Apr 9 20:46 Curso -rw-r--r-- 1 mconsta root 17333 Apr 2 21:13 Makefile -rw-r--r-- 1 mconsta root 1699 Apr 1 22:32 arch.dsk -rw-r--r-- 1 root other 1431 Apr 5 08:47 peticiones.txt -rwx--x--x 1 mconsta root 1199716 Nov 26 04:58 pico
13
Universidad del Cauca Red de Datos Cambiar permisos I " Chmod u – user g - grupo o - others a – all " +, -
14
Universidad del Cauca Red de Datos Cambiar permisos II " Chmod codigo archivo Read4 Write2 Execute1
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.