Tagged Questions

0
votes
3answers
34 views

127 Return code from $?

What is the meaning of return value 127 from $? in UNIX.
3
votes
2answers
77 views

mac osx development environment

i have a unix c programming assignment in which i do some advanced C network programming.this is my first step into advance programming. so i was wondering what is the best combina …
4
votes
8answers
251 views

Will static linking on one unix distribution work but not another?

If I statically link an executable in ubuntu, is there any chance that that executable won't work within another distribution such as mint os? or fedora? I know processor types are …
1
vote
6answers
122 views

Writing application for both Unix and Windows

I'll write a program for Interactive UNIX (http://en.wikipedia.org/wiki/INTERACTIVE%5FUNIX). But in a year it will be ported to Windows. I'll write it in ANSI C and/or SH-script. W …
0
votes
3answers
30 views

Unix Script not running in Java using Process Runtime

Hello All... I am developing an application where i required to run some of the scripts of unix from Java Code. Platform i am using is Unix, Tomcat 5.5.. For that, My Sample Cod …
2
votes
1answer
20 views

Book Recommendation for modern X11 Unix GUI programming?

I have the old 8book O'Reily Serious "The X Resources" in my bookshelf bought about 15 years ago. Is there any book which is explaining the new technologies and X11 extensions li …
1
vote
5answers
67 views

UNIX Learner? Books? Websites?

I am looking to buy a book on UNIX for programming, shell scripts and overall about UNIX, any useful UNIX tutorial websites or books you guys recommend?
0
votes
0answers
28 views

by using linux command [closed]

can we display the file contents in vertical order...by using linux command?
0
votes
3answers
155 views

Setting up OS X for Android development. OR Are *nix environments intentionally prohibitive?

I'm trying to start doing Android development on OS X (trying is the key here). I've read all the fun stuff at http://developer.android.com/sdk/index.html. I get the basics, inst …
8
votes
1answer
210 views

Using Unix Process Controll Methods in Ruby

Ryan Tomayko touched off quite a fire storm with this post about using Unix process control commands. We should be doing more of this. A lot more of this. I'm talking about for …
1
vote
3answers
83 views

Unix programming. Not sure how to use the passwd struct

I've done some research and I'm still struggling with the passwd structure. http://www.opengroup.org/onlinepubs/000095399/basedefs/pwd.h.html I need to obtain the user ID however …
1
vote
5answers
132 views

How to determine where code spends a lot of time in a kernel space (system calls)

I noticed that 10% my code run is system space. However I do NOT know which system calls. I suspect, though, it is either has to do files or timestamps. Is there a tool to figure …
0
votes
5answers
139 views

awk command -to accept two variables as parameters and return a value

I have a file which has 50 rows. Each row is made up of three columns. The first two columns are the variables and this will be passed as parameters to return the 3rd column's valu …
0
votes
1answer
109 views

pthread scheduling methods?

With no explicit scheduling, pthreads are scheduled to run by the kernel in a random manner. Are there any scheduling methods defined in the pthread library for the same such a …
0
votes
1answer
131 views

Implementation of pthread_create on Linux

One resource on Linux mentions pthread-create being implemented with clone system call as against other unix-based platform (which implement the same in some other ways). This me …

1 2 3 4 5 next
15 30 50 per page