Here you will find more than 50000 job interview questions

Job Questions Search Engine


Sponsored Links

What is lynx command

lynx lets you browse the web from an ordinary terminal. Of course you can see only the text,
not the pictures. You can type any URL as an argument to the G command. When you’re doing this
from any Stanford host you can leave out the .stanford.edu part of the URL when connecting
to Stanford URLs. Type H at any time to learn more about lynx, and Q to exit

How to check disk usage and disk space in UNIX

September 16, 2010 by bigboss · Leave a Comment
Filed under: Unix Command Interview Questions 

du filename — shows the disk usage of the files and directories in filename (without argument the current directory is used). du -s gives only a total.

What is the port no for telnet

September 16, 2010 by bigboss · Leave a Comment
Filed under: Unix Command Interview Questions 

Telnet is a client-server protocol, based on a reliable connection-oriented transport. Typically this protocol is used to establish a connection to Transmission Control Protocol (TCP) port number 23, where a Telnet server application (telnetd) is listening. Telnet, however, predates TCP/IP and was originally run over Network Control Program (NCP) protocols.

telnet hostname

How to use FTP commands to copy file ?

September 16, 2010 by bigboss · Leave a Comment
Filed under: Unix Command Interview Questions 

What is the port Number for FTP
FTP (File Transfer Protocol) port number 21 is a reserved port in TCP/IP networking
FTP lets you download files from a remote host which is set up as an ftp-server.
This is a common method for exchanging academic papers and drafts.

ftp hostname (To connect the hostname)

get to copy one file from the remote machine to the local machine
get abc.txt copies file ABC in the current remote directory in your current local directory.

mget to copy multiple files from the remote machine to the local machine;
you are prompted for a y/n answer before transferring each file

mget *

put

mput to copy multiple files from the local machine to the remote machine;
you are prompted for a y/n answer before transferring each file

mput *

quit to exit the FTP environment (same as bye)
rmdir to to remove (delete) a directory in the current remote directory

open to open a connection with another computer

  • Categories

    |
  • Tags

    ADO.NET Questions Algorithm Questions ASP.NET Questions auto_ptr Binary tree questions C++ Constructor Interview Questions C++ Questions CISCO Exams Questions Common Interview Questions Core Java Interview Questions Csharp Questions datastructure questions Delphi 6 find command gdb interview questions grep interview questions IBM certification exams questions Infosys Puzzles Java Struts Linked List Problem Linux Command Questions List Manager Interview Questions Markov Algorithm memory leakage mysql Interview Questions Normalization Oracle Application Developer Certification Exam Interview Questions Oracle Questions Perl Questions PHP Questions Pointers Interview Questions PostgreSQL Database Questions pthread interview questions Smart Pointer Solaris Interview Questions SQL SERVER Interview Questions STL STL Map Symbian OS Tricky Interview Questions Unix Interview Questions unix shell Vector Windows OS Questions