Search Results

Search: Posts Made By: aarathy
Forum: Programming 12-05-2011
4,509
Posted By aarathy
Vfork error
I'm trying to study about vfork. when i used vfork, it shows the output as follows.
#include <sys/types.h>
#include <stdio.h>
#include <sys/wait.h>
void main()
{
int pid;
int...
Forum: Programming 11-14-2011
1,916
Posted By aarathy
Zombie in C
hello all,
when we are creating a process by using fork, if the child process terminates before parent, the child process exists as zombie.. My doubt is when that child process terminates, how come...
8,155
Posted By aarathy
i'm using ubuntu10.04..
i'm using ubuntu10.04..
Forum: Programming 11-08-2011
6,204
Posted By aarathy
How can we identify which is system calls and...
How can we identify which is system calls and which is normal function? Is there any way to find out?
8,155
Posted By aarathy
i'v tried just pressing enter.. but it didn't...
i'v tried just pressing enter.. but it didn't work..i'v used to set password for root. By using this command any sudoer can change the password of root.. i don't want to give this permission to...
5,012
Posted By aarathy
thank you.. someone asked me this doubt.. i'm...
thank you.. someone asked me this doubt.. i'm trying to find an answer how it really works..
Forum: Programming 11-08-2011
6,204
Posted By aarathy
thank you all..can we change the permissions of a...
thank you all..can we change the permissions of a file by using system calls?
8,155
Posted By aarathy
thanx for your reply...I'v tried su -. But it...
thanx for your reply...I'v tried su -. But it shows authentication failure when I enter the current password of the user. Can you help me to solve this problem?
8,155
Posted By aarathy
login as root user
hello all,
if we haven't set a password to root user, how can we login as root user in konsole by using su? is it necessary to set password for root to login as root user?how can we set password...
Forum: Programming 11-07-2011
6,204
Posted By aarathy
Difference between system calls and normal functions in C
hello all,
i'm a beginner in linux programming. I need to know what is the difference between system calls and normal functions like fopen, fread etc in C?Also how to set permissions by using open...
5,012
Posted By aarathy
memory allocation to a variable
hello all..
i'm a beginner in shell scripting. I need to know what is really happening when we are creating a variable in shell scripting? how memory is allocated for that variable?
Showing results 1 to 11 of 11

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