... Depends on who owns the directory in the first place - gives you a hint? Tarique -- ============================================================= PHP...
6019
ajith kumar
ajith_stalwarts
Nov 1, 2004 8:22 am
... Chandrasekhar babu writes ... Ajith writes, it is working now.Canu please tell me how it is working if a new line (\n) is given ? -- Before posting to this...
6020
Ganesan R
nasenagr
Nov 1, 2004 8:54 am
... We'll leave that as an excercise for you to figure out. Hint: It was always working (even without the newline). Ganesan...
6021
Chandrashekar Babu
lug@...
Nov 1, 2004 9:12 am
... Previously, your program did work... but as the default standard output is generally buffered on Linux (or any UNIX for that matter), the output never ...
6022
Philip Tellis
philiptellis
Nov 1, 2004 3:32 pm
... why not just use CGI::Session or Apache::Session? ... wx for the user that the web server runs as....
6023
Kenneth Gonsalves
kengon2233
Nov 2, 2004 2:11 am
... well, for my perl stuff i use CGI::SecureState - which, in my opinion, is a sensational module. It looks after all the session stuff without imposing a ...
6024
linux-bangalore-progr...
linux-bangalore-progr...
Nov 2, 2004 8:15 am
Thank you for subscribing to the linux-bangalore-programming mailing list. This message is to give you some information about this list and other lists we...
6025
yashpal_ait21
Nov 3, 2004 6:25 am
Hi all, I am trying to read a directory with read system call but its failing where as when I read a file with read system call, its read successfully. What i...
6026
Kiran Kumar Immidi
immidi_kiran
Nov 3, 2004 6:38 am
... Search for every occurrence of DIR in man open. ... man readdir ===== Regards, Kiran Kumar Immidi __________________________________ Do you Yahoo!? Check...
6027
David Koo
nothing2n@...
Nov 3, 2004 8:39 am
... man 3 opendir man 3 readdir ... and follow it up from there. Koo -- Windows - just another pane....
6028
m.barış demiray
barisdemiray
Nov 3, 2004 9:58 am
... Hi, ... You can use opendir() and readdir() for this purpose. Here is a few-liner sample: [mbaris@zion:/tmp/code_temp]$ cat readdir.c #include...
6029
SANANDAN
sanandan.sharma@...
Nov 3, 2004 9:58 am
... Directory is also a special file. You should be able to read the contents of a directory like an ordinary file. I am not sure why read is failing for you....
6030
Ganesan R
nasenagr
Nov 3, 2004 10:43 am
... As others have mentioned you need to use opendir()/readdir(). I personally find glob(3) more convenient. Ganesan...
6031
May tell
mrblre
Nov 3, 2004 11:37 am
Hello everyone, I need to port linux into PPC(860) board. ... OS: Red Hat Linux 9.0 (kernel version 2.4) Target: MBX860(Motorola PPC 860) I want to know the...
6032
Philip Tellis
philiptellis
Nov 3, 2004 11:41 am
... why not just get a ppc version of linux? -- The telephone is a good way to talk to people without having to offer them a drink. -- Fran Lebowitz,...
6033
kamathln
Nov 4, 2004 5:27 am
... again. ... gets ... will ... OK I think i got it. Also, My mistake is that i dint document my prog b4 sending.Like Darius on Radiocity saya, "Whippings to...
6034
Om
omanakuttan@...
Nov 4, 2004 5:27 am
... This is available long long back. check www.denx.de HTH...
6035
Karthik J
ramkrs80
Nov 4, 2004 5:31 am
Hi , I am currently executing a project in python as GUI running on NT workstation and the remote package running in IRIX (unix) work station with MIPS pro C...
6036
Saifuddin
saif@...
Nov 4, 2004 6:49 am
... Go to this url, and you will find scripts to port your linux to most of the common architecture with all sets of glibc, uclibc and gcc versions. Just go...
6037
Kenneth Gonsalves
kengon2233
Nov 4, 2004 7:11 am
... you dont need training in python. anyone can learn python in a day. Just go through the tutorial that comes with the python docs. Also buy a copy of ...
6038
Biju Chacko
Biju_Chacko
Nov 4, 2004 7:45 am
... On the subject -- any recommendations for IDEs for python? How's Boa vis-a-vis IDLE? -- b...
6039
Kenneth Gonsalves
kengon2233
Nov 4, 2004 8:15 am
... i personally prefer idle because i find it easier to do things by hand. Also its fast, can open idle, write my code and go for a cup of tea before boa ...
6040
Ganesan R
nasenagr
Nov 4, 2004 8:44 am
... Personally I am happy with emacs :-), I suspect that's not the answer you're looking for :-). I was impressed by Eric3. It doesn't have a GUI builder ...
6041
yashpal_ait21
Nov 4, 2004 3:37 pm
Hi all, I have written a small piece of code but getting error on compilation. #include<stdio.h> #include<fcntl.h> #include<unistd.h> #include<sys/types.h> ...
6042
Manish Malik
mmfornix
Nov 4, 2004 4:07 pm
... Hash: SHA1 ... It's readdir. man readdir Funny feeling, I remember *someone* asking this question today on some other discussion board. Probably it was...
6043
m.barış demiray
barisdemiray
Nov 4, 2004 4:54 pm
... Hi, ... There is no function named dirread. It should be readdir(). Also there are several errors. - opendir() does not return the opened directory's path....
6044
ralph_s_v_a
Nov 5, 2004 8:16 pm
... If you can manage it talk to jace@..., and ask him if you could spend some time with him, you would learn Python the best way possible. ... The...
6045
Atul Chitnis
achitnis
Nov 7, 2004 1:36 pm
Interested in knowing what kind of demographics to expect at Linux Bangalore/2004? Wonder no more - the traditional Live CDRS Stats are now online! ...
6046
linux-bangalore-progr...
linux-bangalore-progr...
Nov 7, 2004 10:51 pm
This is a reminder to members of this list about the posting rules: 1. Do not top-post 2. Do not over-quote 3. Do not post HTML messages 4. Do not recycle...
6047
Deekshit M
dmantamp
Nov 8, 2004 5:25 am
Hi All, Is there any way to check whether I am a local user or using NIS/YP account, using a simple C program ? Another general, Linux question; Is it possible...