Job Openings

Apply for Linux Technical Analyst

Please fill out the form below and click Submit to submit your application for consideration. Fields with an asterisk (*) are required.

Summary
Title:Linux Technical Analyst
ID:01-2021
Department :Support
Location:13971
Resume
* Resume:
Supported formats: Word, PDF, RTF, Text, and HTML.
  - or Upload from:
 
Contact Information
* Name:
Address 1:
Address 2:
* City:
* State:
Zip:
* Phone:
* Email:
Attachments
Cover Letter:
You can type in a Cover Letter or Copy/Paste from an existing document.
General Base Questions
* Are you currently authorized to work in the United States on a full-time basis for any employer?
Yes
No
* What is the best phone number where you can be reached?
* Are you located in Houston area? (Yes/No)
Yes
No
* Are you willing to relocate to Houston?
Yes
No
* What is the best time to call you?
Early Morning (6:00AM to 9:00AM)
Morning (9:00AM to 12:00PM)
Afternoon (12:00PM to 3:00PM)
Late Afternoon (3:00PM to 6:00PM)
Evening (6:00PM to 9:00PM)
Late Evening (9:00PM to 12:00AM)
* Desired Salary
* Where did you learn about this opening?
I am a current cPanel employee
Third party recruiter
Employee referral
cPanel's job site
External job board
Conference
Other
If you were referred by a cPanel employee, recruiter, or external job board, please type the name.
*NIX Analysts Technical Questions(Current)
* Apache
1 (no experience)
2
3
4
5 (expert)
* NGINX
1 (no experience)
2
3
4
5 (expert)
* Litespeed
1 (no experience)
2
3
4
5 (expert)
* MySQL/MariaDB
1 (no experience)
2
3
4
5 (expert)
* Bind/Named/PowerDNS
1 (no experience)
2
3
4
5 (expert)
* Exim/Postfix
1 (no experience)
2
3
4
5 (expert)
* Redhat/CentOS/AlmaLinux
1 (no experience)
2
3
4
5 (expert)
* CloudLinux
1 (no experience)
2
3
4
5 (expert)
* Ubuntu
1 (no experience)
2
3
4
5 (expert)
* cPanel & WHM
1 (no experience)
2
3
4
5 (expert)
* Plesk
1 (no experience)
2
3
4
5 (expert)
* Webmin or DirectAdmin
1 (no experience)
2
3
4
5 (expert)
* Courier/Dovecot
1 (no experience)
2
3
4
5 (expert)
* Bash Scripting
1 (no experience)
2
3
4
5 (expert)
* Perl Scripting
1 (no experience)
2
3
4
5 (expert)
* strace
1 (no experience)
2
3
4
5 (expert)
* Grep - Awk - Sed - Regex
1 (no experience)
2
3
4
5 (expert)
* PHP Programming
1 (no experience)
2
3
4
5 (expert)
* Understanding of API's
1 (no experience)
2
3
4
5 (expert)
* Iptables/firewalld Rules
1 (no experience)
2
3
4
5 (expert)
* Defect Reporting
1 (no experience)
2
3
4
5 (expert)
* Hyperscalers
1 (no experience)
2
3
4
5 (expert)
* Virtualization Software
1 (no experience)
2
3
4
5 (expert)
* Server Networking
1 (no experience)
2
3
4
5 (expert)
* Knowledge Management/Documentation/Technical Writing
1 (no experience)
2
3
4
5 (expert)
Linux Proficiency
* How can you identify the currently running kernel version on most Linux operating systems?
Select all that apply.
echo ${kernel.version}
uname -a
/cat/proc/kernel
less /proc/kernel/ver
* How would you create a new file called "file.txt" in the current directory within most Linux operating systems?
Select all that apply.
mkfile file.txt
vi file.txt
touch file.txt
open file.txt
* What would running the command "pwd" directly after logging in as root do?
Select all that apply.
Output the current working directory
Change the current user's password
Change to the specified directory
* What would running the command "df -hl" do?
Select all that apply.
Halt the "df" process
Output all active human users logged in locally
Display the available disk space on locally mounted file systems
Display the available disk space in human readable format for all volumes
* Challenge: Write a one-line BASH `for` loop to create 100 user accounts (user1 through user100) using the `useradd` command.