Précédent
- 1
- 2
`file /usr/local/freesurfer/bin/qdec.bin` returns information about the file type of `qdec.bin`, and `ls -l /usr/local/freesurfer/bin/qdec.bin` provides detailed information including permissions, number of links, owner, group, size, and last modified date.
/usr/local/freesurfer/bin/qdec.bin: exécutable ELF 64 bits LSB, x86-64, version 1 (GNU/Linux), statiquement lié, épuré
:~# ls -l /usr/local/freesurfer/bin/qdec.bin
-rwxr-xr-x 1 root root 3834580 2011-05-22 15:59 /usr/local/freesurfer/bin/qdec.bin
root@nas:~# uname -a
Linux nas2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19 20:34:50 UTC 2010 i686 GNU/Linux
root@nas:~# getconf LONG_BIT
32
Linux nas2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19 20:34:50 UTC 2010 i686 GNU/Linux
root@nas:~# getconf LONG_BIT
32
Précédent
- 1
- 2