This document contains 30 questions about UNIX and SQL commands and functions including how to find SQL or Java files, replace strings, rename files, find lines in a file, schedule jobs, check disk space, use the SU command, use the TOP command, find the third row of a file, view processes, connect to a database, find duplicate lines, view files and directories, stop processes, view the first few files in a directory, and view the current shell. It also asks about the difference between commands like CP and SCP, diff and comm, and more, split, tail and head.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
101 views
Unix and SQL Interview Questions&Answers
This document contains 30 questions about UNIX and SQL commands and functions including how to find SQL or Java files, replace strings, rename files, find lines in a file, schedule jobs, check disk space, use the SU command, use the TOP command, find the third row of a file, view processes, connect to a database, find duplicate lines, view files and directories, stop processes, view the first few files in a directory, and view the current shell. It also asks about the difference between commands like CP and SCP, diff and comm, and more, split, tail and head.
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
UNIX AND SQL INTERVIEW QUESTIONS&ANSWERS
1. How to find SQL or JAVA in your UNIX OS?
2. How to replace the string to another string? 3. How to rename a file in UNIX? 4. How to find the lines in a file? 5. Which purpose grep –i is using? 6. Tell me about Touch Command? 7. How to Schduling the jobs in UNIX? 8. How to see the Disk Space in ypur UNIX OS? 9. What is SU Command in UNIX? 10. What is TOP Command in UNIX? 11. Find oput The Third row in a file? 12. Difference between WHO and Finger Commands in UNIX? 13. What is WINSCP ? 14. What is history Command? 15. What is PING Command? 16. How to you find Arrguments in UNIX? 17. How to connect DB through UNIX? 18. How to find the 2nd Column a table in UNIX? 19. How to find the duplicate lines in a file? 20. How to get only files or directories ? 21. How to stop the processecs? 22. How to see the first three files in a directory? 23. What is the ps and last and find and crontab commands ? 24. What is grep and sed commands? 25. How to see the present SHELL? A. Echo $SHELL 26. What is Difference Between CP AND SCP ?
27. What is Difference Between diff ab comm?
28. What is Difference Between more and split and tail and head commands? 29. What is ps –ef ? 30. At a time you can modify Two files is posible or not?