Search Results

Search: Posts Made By: jasonkb
Forum: Programming 04-23-2007
2,810
Posted By jasonkb
Those last suggestions of yours were really good....
Those last suggestions of yours were really good. I had a look in the ~/ dir and ls -a showed a hidden directory for every program I have installed. When I checked in each they had funnily enough...
Forum: Programming 04-23-2007
2,810
Posted By jasonkb
Well I guess this is a problem. I don't have a...
Well I guess this is a problem. I don't have a specific thing that I am trying to do- just learning how all this works for now, with the unfortunate beginning from a Java developers perspective...
Forum: Programming 04-22-2007
2,810
Posted By jasonkb
Thanks for pointing that out by the way. I had...
Thanks for pointing that out by the way. I had wondered the reason for all the if(systemcall(...) ) in my book. Thought they were kinda overkill but when I kept getting -1 from it that prompted me...
Forum: Programming 04-22-2007
2,810
Posted By jasonkb
After reading that I did a search and lo and...
After reading that I did a search and lo and behold, when I execute from the console, testDir is created in the current directory. When executed from KDE, it creates the directory but in ~/ !!! ...
Forum: Programming 04-22-2007
2,810
Posted By jasonkb
Works from console but not when clicked in KDE
why is it that:

#include <sys/stat.h>
#include <stdio.h>



int main(int argc, char **argv)
{
mkdir("testDir", S_IRUSR|S_IWUSR|S_IXUSR);

return 0;
}


works from the console when i...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 01:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy