memang di Linux (dan varian *nix lain) tidak mengenal konsep file extension. ekstensi di Linux hanya digunakan untuk kemudahan user, sedangkan bagi si OS-nya sendiri itu tidak ada artinya.
untuk mengeksekusi sebuah file syaratnya adalah: - file tersebut memiliki flag x, dan user yang bersangkutan memiliki privilege untuk mengeksekusinya. - file tersebut memang file executable, baik file binary maupun file yang dapat dieksekusi oleh sebuah interpreter (hint: #!/bin/sh, #!/bin/perl, dll.) semoga membantu... --- Harry <[EMAIL PROTECTED]> wrote: > Itu tidak ada hubungannya, -x- memang bisa di > execute akan tetapi > tidak bisa mengenali file *.exe kecuali pake program > third party > > > Harry > > YM : callme_harry > MSN : [EMAIL PROTECTED] > Friendster : > http://www.friendster.com/addfriendrequest.php?uid=5590705 > > =============================== > > > > On 5/30/05, Made P. Wilantara <[EMAIL PROTECTED]> > wrote: > > file .exe (execution file) mah biasanya di > Windows, kalau di linux tidak > > biasanya pake file .exe tapi bisa apa saja > sepanjang bisa hak untuk > > mengeksekusi, coba di lihat dengan perintah ls -l > <nama file> kalau ada > > tanda > > -x- berarti bisa dieksekusi, tinggal panggil nama > file tersebut, akan > > tetapi > > kalau berisi shell script bisa dipanggil dengan > perintah ./<nama file > > > > > > Salam, > > Made > > > > Yahoo! Groups Links > > > [EMAIL PROTECTED] > > > > > Warm Regards, Wiras Adi -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GIT/MU/P d- s+:- a- C++(+++) L++$ P+>$ E--- W+++$ N o-- K? w+(++)@$ O- M V- PS+ PE-(--) Y--@ PGP-(---)@ t-(--) 5? X R(+) tv-- b+++(++++) DI? D---- G++ e++(+++) h* r+++ y+++ ------END GEEK CODE BLOCK------ __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new Resources site http://smallbusiness.yahoo.com/resources/ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Indo-Linux/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
