Latest Answer: It gives the environment or the shell in which your script would be run ...
Latest Answer: To connect to sybase, write this in the command line:isql -Sservername -Uusername -Ppassword1>use database2>gowhen you're done, just type quit.Although i don't recommend using the -P option as other people might see your password. ...
Latest Answer: echo enter a string read stringlen=`expr length "$string"`i=$lenreverse=''while [ $i -gt 0 ]dochar=`echo $string | cut -c $i`reverse="$reverse$char"i=`expr $i - 1`doneecho string:$stringecho reverse:$reverseif [ $reverse = ...
Latest Answer: in shell we cannot edit the text whereas in the editor it is possible to edit the text ...
Latest Answer: preemptive multitask ...
Latest Answer: It is capacity of hard disk which is used by RAM for paging. ...
Latest Answer: an inode is a data structure on a traditional Unix-style file system such as UFS. An inode stores basic information about a regular file, directory, or other file system object
http://en.wikipedia.org/wiki/Inode ...
Latest Answer: Program in execution is called ProcessThread is a flow of control in a program ...
Latest Answer: Mutex is a mechanism which is useful in coordinating mutually exclusive access to a shared resource. For example, to prevent two threads from writing to shared memory at the same time, each thread waits for ownership of a mutex object before executing ...
Latest Answer: ashellbshellbash (born again shell)cshellkshellzshell ...
View page << Previous 1 2 [3] 4 5 Next >>

Go Top