What’s involved in end to end VB.NET testing?
Once the software is complete, it will go though rigorous testing before its actual integration. In this article we will take a look at different types of... Read more »
Once the software is complete, it will go though rigorous testing before its actual integration. In this article we will take a look at different types of... Read more »
A process is an instance of running a program Process Identification Number or Process ID or pid is used to initiate a process. Read more »
we have 2 modes in cpu . kernel mode and usermode. kernel provides service to the user on request. user executes the commands when kernel provides service to it.after... Read more »
passwd eg: passwd oracle changes password for oracle user passwd without any argument, changes password for root Read more »
SHMMNI=Max no of shared segments, SHMMAX=Max size of each shared segments SHMSEG=specifies the semaphores Read more »
physical address is used in main memory. logical address is used in virtual memory. Read more »
Yes a process can kill itself in UNIX. The only condition that the system checks for is that it should not produce a deadlock condition. Read more »
Unix identifies every process by a Process Identification Number (pid) which is assigned when the process is initiated. When we want to perform an operation on a... Read more »
soft link is like shortcut.so if you delete the softlink file, the original file wont get deleted. Hard link is like real copy of the file.so if you delete the hardlink... Read more »
uname -a It will tell you all the OS runing on ur Unix machine Read more »
for removing directory rm -rf * for all dir Read more »
Test is a condition evaluation command.The test command evaluates the expression if the value is True,returns a zero exit status; otherwise,a nonzero exit status... Read more »
It is an core of the operating systems, coz it will handle all the critical tasks like memory management,process management, device management..etc. Read more »
ps lists all the processes running not the shell type. echo $shell can be used to find out the shell running. Read more »
It will show an error becuse here $cat will not work like narmal cat command.$cat is not a command it is a variable which should be defined prevously according to... Read more »