Which command is used to display the octal value of the text
Which command is used to display the octal value of the text
One process requires M resource to complete a job. What should be the minimum nu
One process requires M resource to complete a job. What should be the minimum number of resources available for N processes so that at…
Which command changes a file’s group owner
Which command changes a file’s group owner
Sysfs can be considered as the reflection of the
Sysfs can be considered as the reflection of the
Single Unix Specification Version 2 provides enhanced support for
Single Unix Specification Version 2 provides enhanced support for
The maximum time slice that can be given to a process in Linux (where tick is 10
The maximum time slice that can be given to a process in Linux (where tick is 10ms) is
What is /proc/[PID]/cwd?
What is /proc/[PID]/cwd?
The file permission 764 means:
The file permission 764 means:
Which variable is used to display number of arguments specified in command line
Which variable is used to display number of arguments specified in command line
What is the output of this program? #include int main() { int *ptr; ptr = (int *
What is the output of this program? #include int main() { int *ptr; ptr = (int *)calloc(1,sizeof(int)); *ptr = 10; printf(“%dn”,*ptr); return 0; }
Bootstrapping is also known as
Bootstrapping is also known as
Which one of the following string will print by this program? #include #include
Which one of the following string will print by this program? #include #include int main() { printf(“Examplen”); pthread_exit(“Bye”); printf(“Linux”); return 0; }
