Red Hat Certification Exam Question:
Download Questions PDF

Explain One Package named zsh is dump on ftp://server1.example.com under /pub/updates
directory and your FTP server is 192.168.0.254. Install the package zsh.

Red Hat Certification Interview Question
Red Hat Certification Interview Question

Answer:

1. rpm -ivh ftp://server1/example.com/pub/updates/zsh-*
or
1. Login to ftp server : ftp ftp://server1.example.com using anonymous user.
2. Change the directory: cd pub and cd updates
3. Download the package: mget zsh-*
4. Quit from the ftp prompt : bye
5. Install the package
6. rpm -ivh zsh-*
7. Verify either package is installed or not : rpm -q zsh

Download Red Hat Certification Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know Quota is implemented on /data but not working properly. Find out the Problem and implement the quota to user1 to have a soft limit 60 inodes (files) and hard limit of 70 inodes (files).Suppose You are a System administrator. Using Log files very easy to monitor the system. Now there are 50 servers running as Mail, Web, Proxy, DNS services etc. You want to centralize the logs from all servers into on LOG Server. How will you configure the LOG Server to accept logs from remote host?