Oracle SQL Linux - Lab Exercise
Oracle Linux - Lab Exercise
Practice Questions |
1.Write a script to display the following system details:
Server Name
Kernel Version
Operating System Version
IP Address
System Architecture
|
2. How can you determine the startup time of your system or server?
|
3. How can you check your user ID and group memberships?
|
4. How can you view the history of previously executed commands?
|
5. Display the total CPU count and memory information of your system ?
|
6. Create directory by Following structure ?
|
7. Retrieve the fifth entry after sorting in descending order and display disk space usage?
|
8. How do you create a file and copy it to the /tesdb/database/oracle/sql directory in Oracle?
|
9. How do you rename the copied files?
|
10. Duplicate the Oracle directory and send it to OEL?
|
11. How can you create replicated files within the OEL environment?
|
12. How do you copy files from OEL to Python?
|
13. How do you rename OEL?
|
14. How do you zip the Python directory and copy it to the Windows directory mentioned in the diagram?
|
15. How do you compress various directories and view them in their compressed form as per the diagram?
|
16. How can you check the total size of the tesdb directory?
|
17. How do you update file or directory permissions for a user and a group in one step?
|
18. How can you stop the most resource intensive process?
|
19. Print the location of ls command on the system?
|
20. What is the process to establish a symbolic link between Windows and Oracle?
|
21. How do you delete files that are older than 10 days?
|
22. How can you check if a previous command has been executed?
|
23. How can you track CPU usage without using the top utility?
|
24. How can you retrieve the current swap memory status?
|
25. How can you create a file that incorporates the date and time?
|