Online Access Free 1Z0-409 Practice Test
| Exam Code: | 1Z0-409 |
| Exam Name: | Oracle Linux Fundamentals (Oracle PartnerNetwork) |
| Certification Provider: | Oracle |
| Free Question Number: | 230 |
| Posted: | Jul 13, 2026 |
Which three statements are true about tunneling an application through ssh? (Choose three.)
As a system administrator, you have created the /public directory. The permission to the directory is shown below:
[root@server1 ~]# ll -d /public/
drwxr-xr-x 3 root root 4096 Dec 17 04:35 /public/
You have a requirement that all the normal users in the system should be able to create files in the /public directory, but they should not be able to delete one another's files.
Which command will achieve this task?
What is the minimum number of disk partitions required to have a successful Linux installation?
Which command could user smith use to change the time stamps of the file1 and dir1 given below, to the current system time?
[smith@server1 ~]$ ls -l
-rw-rw-r-- 1 smith smith 6 Jan 20 10:01 file1
drwxrwxr-x 2 smith smith 4096 Jan 20 10:54 dir1