17Apr/070
Linux – Quick Tip
Para saber que clase de archivo tenemos entre manos en nuestro linux podemos utilizar el comando file
datagt@data-desktop:~$ file /bin/bash
/bin/bash: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.0, dynamically linked (uses shared libs), for GNU/Linux 2.6.0, stripped
datagt@data-desktop:~$ file /etc/init.d/rc
/etc/init.d/rc: Bourne shell script text executable
datagt@data-desktop:~$ file /etc/passwd
/etc/passwd: ASCII text