answersLogoWhite

0

What else can I help you with?

Related Questions

What are the socket types in UNIX?

Unix commands


In unix Which command do you use to assign a socket to a specific address?

There isn't a generalized way from the command line in Unix to connect to a socket; there are socket libraries you can utilize from within the 'C' language to assign, bind, and connect to a specific socket address. For example: int connect(int s, const struct sockaddr *name, int namelen); In Linux, you can use the 'socket' command to connect to a specific socket as: socket ?options? host port Where the host is the IP address and the port is the port number (giving you the socket address).


What are BSD sockets?

A BSD socket is basically an early version of a POSIX socket. It is used to connect a Unix system to the internet.


What are the compatibility options for an e12 lamp socket?

The compatibility options for an e12 lamp socket include e12 bulbs, candelabra bulbs, and some LED bulbs designed to fit the smaller socket size.


What are some of the options available in UNIX command PS?

The 'ps' command may differ slightly in different versions of unix operating systems. It is usually better to use the 'man ps' command or the 'info ps' command to see the options that are available for your distribution.


How can you kill a orphaned process with ppid 1 I am not able to kill that with Kill -9 pid options.?

PID 1 on a Unix or Unix-like system is init. You cannot kill init.


What is the Command to see the contents of a directory in UNIX?

Use the 'ls' command.Try 'man ls' to see the options


Which Intel CPUs will fit in the following socket Socket 423?

This socket was designed for first-generation Pentium 4 processors. If you're considering an upgrade then your options are pretty limited.


How do you run SQL script from a Unix Shell?

The basic format is mysql (any mysql options) < sql_script_you_want_to_run.sql for mysql, and psql (any psql options) < sql_script_you_want_to_run.sql for postgresql.


What operating systems support Secure socket tunneling protocol?

Most modern operating systems (Windows, Linux, Unix, mainframes) support SSH and SSL.


Explain the different types of files in unix?

The UNIX operating system consists of Regular Computer files. In addition there are listed file directory , symbolic link file, named pipe file, domain socket file, device file, and doors (computing) file.


Explain different types of files in UNIX?

The UNIX operating system consists of Regular Computer files. In addition there are listed file directory , symbolic link file, named pipe file, domain socket file, device file, and doors (computing) file.