Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Unix Commands Interview Questions
Questions Answers Views Company eMail

what is ls -ltd?

HCL,

5 15662

what is the command to print last 8 lines of any text file.

10 14661

How to install scsi driver in unix? give me explanation clearly?

HCL, TCS,

1 7846

Sorry to all Technical person for mistake of Question. Now i am post currect question Why copied file permission is changed in destination. When i give all permission i.e 777 to file and copy that to other location in destination the permission is 755. But if give permission 555 in destination that file permission is 555 and if give permission 444 to file after copy in destination the file permission is 444. These all are happening in normal user. How the umask value is calculate here really i am not understand. Please write the proper answer. Thanks in Advance

TCS,

3 8891

How i'll delete a particular line from the file? Please give answer as soon as possible. Thanks in advance.

IBM,

12 23080

How to display a file name which has zero bytes in size.

Polaris,

11 21103

what is the difference between KILL and KILL -9?

Informatica, Nutanix,

5 28335

what is the difference between SED and GREP ? Which one is more better and why?

IBM,

4 36728

how to find the 51th record of a file containing 100 records in unix.

IBM,

12 24425

If JFS file system is 100% full how we can increase the file system ?

3 7887

What is shrinking file system in AIX where it actually resides?

2382

when we installing aix os the ssh installed default?

2 5374

Where LOG fiels resides in AIX and pls tel me how to remove the log file

Vestas,

6 10727

write grep commands to select the lines that have exactly two characters

PSI Data Systems,

8 24852

How to check the flavor of UNIX?

HCL, Syntel,

8 26408


Post New Unix Commands Questions

Un-Answered Questions { Unix Commands }

Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?

1159


What is the command to find hidden files in the current directory?

1145


Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?

1154


Is grep faster than awk?

994


What command will change your prompt to myprompt?

1258


What is difference between grep and find command in unix?

1149


How do I delete files from command prompt?

1161


What is time_t?

1061


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

2209


Explain the steps that a shell follows while processing a command.

1168


What is the functionality of a top command?

1058


What do chmod, chown, chgrp commands do?

1229


What difference between cmp and diff commands?

1253


How can we use grep command in unix?

1148


What is ‘ps’ command for?

1144