Question 6

You must add an additional swap device and you add this entry to /etc/fstab:
/.swapfile none swap defaults 0 0
Examine these commands and output:
# dd if=/dev/zero of=/.swapfile bs=1024 count=1048576
1048576+0 records in
1048576+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 4.32499 s, 248 MB/s
# swapon -a
swapon: /.swapfile: insecure permissions 0644, 0600 suggested.
swapon: /.swapfile: read swap header failed
Which two actions must you perform to add this swap device?
  • Question 7

    Examine the contents of the /etc/exports file on an NFS server:
    /status *(rw,async)
    /usr/shared/tools *(all-squash,anonuid=501,anongid=501,ro)
    /projects/big *(ro) pteam(rw)
    The NFS server exports /usr/shared/tools to NFS clients. Which statement is true?
  • Question 8

    Examine this udev device naming rule which gets processed successfully:
    makefile
    KERNEL=="hdb", DRIVER=="ide-disk", SYMLINK+="sparedisk"
    Which two statements are true?
  • Question 9

    Which two statements are true about container technology?
  • Question 10

    Examine this command and output:
    $ ftp host01.example.com
    Connected to host01.example.com (192.168.40.131).
    220 (vsFTPd 3.0.2)
    Name (host01.example.com:oracle):
    After entering a carriage return, this error message is displayed:
    530 Permission denied
    Login Failed
    ftp>
    Why is the oracle user denied access to the FTP server on host01.example.com?