1Z0-402 試験問題を無料オンラインアクセス
試験コード: | 1Z0-402 |
試験名称: | Oracle Enterprise Linux: Fundamentals |
認定資格: | Oracle |
無料問題数: | 224 |
更新日: | 2025-09-20 |
As normal user scott you have generated version 2 dsa key pair using the ssh-keygen program. What are the default user permissions available for the private key?
View the Exhibit.
Which option with the mkdir command would print a message for each created directory as shown in the Exhibit?
Match the following Linux kernel virtual hierarchies with their content:
1) /proc a) Per process information directories and other tunables 2) /sys b) RAM drive for POSIX shared memory operations 3) /dev/pts c) Kernel object data structures 4) /dev/shm d) Auto-ownership of terminals (ttys)
View the Exhibit.
The root user issued the following command on mailqueue.txt shown in the Exhibit:
cat mailqueue.txt | cut -dr -f2- | cut -f2 | cut -d "@" -f2 | sort | uniq | wc -I
What is the purpose of using this command?