... Depends on who owns the directory in the first place - gives you a hint? Tarique -- ============================================================= PHP...
... 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...
... 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 ...
Chandrashekar Babu
lug@...
Nov 1, 2004 9:12 am
6022
... why not just use CGI::Session or Apache::Session? ... wx for the user that the web server runs as....
... 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 ...
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...
linux-bangalore-progr...
linux-bangalore-progr...
Nov 2, 2004 8:15 am
6025
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...
... Search for every occurrence of DIR in man open. ... man readdir ===== Regards, Kiran Kumar Immidi __________________________________ Do you Yahoo!? Check...
... 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....
SANANDAN
sanandan.sharma@...
Nov 3, 2004 9:58 am
6030
... As others have mentioned you need to use opendir()/readdir(). I personally find glob(3) more convenient. Ganesan...
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...
... 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,...
... 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...
... This is available long long back. check www.denx.de HTH...
Om
omanakuttan@...
Nov 4, 2004 5:27 am
6035
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...
... 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...
Saifuddin
saif@...
Nov 4, 2004 6:49 am
6037
... 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 ...
... 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 ...
... 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 ...
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> ...
... Hash: SHA1 ... It's readdir. man readdir Funny feeling, I remember *someone* asking this question today on some other discussion board. Probably it was...
... 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....
Interested in knowing what kind of demographics to expect at Linux Bangalore/2004? Wonder no more - the traditional Live CDRS Stats are now online! ...
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...
linux-bangalore-progr...
linux-bangalore-progr...
Nov 7, 2004 10:51 pm
6047
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...