Here you will find more than 50000 job interview questions

Job Questions Search Engine


Sponsored Links

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

What is the difference between User ID and GUID (Group UserID)

August 27, 2010 by bigboss · Comments Off
Filed under: Shell Scripting Interview Questions, Unix Scripting Interview Questions 

User ID and Group ID. They are used for a first-cut security in Unix systems, in that files and programs can be restricted to certain groups, or to certain users.  Groups are kept in the /etc/group file, users and the group they belong to are kept in the /etc/passwd file.

How can you debug the process from unix shell

August 6, 2010 by bigboss · Leave a Comment
Filed under: Shell Scripting Interview Questions 

Shell can make your debugging process easier because it has lots of commands to perform the function. For example sh –ncommand helps you to perform debugging. It helps you to read the shell but not to execute it during the course. Similarly sh –x command helps you by displaying the arguments and functions as they are executed.

  • 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