Job Openings

Apply for Linux Support Engineer

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

Summary
Title:Linux Support Engineer
ID:052022
Department :Support
Location:1395722
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 Sofia
* Do you have European citizenship?
Yes
No
* Do you have EU Blue Card?
Yes
No
* Are you located in Sofia? (Yes/No)
Yes
No
* Would you be willing to relocate to Sofia?
Yes
No
* What is the best phone number where you can be reached?
* 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 employer
Third party recruiter
Employee referral
cPanel's job site
External job board
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 -r
dmesg | sed 's/^\[.*\] //'|grep '^Linux v'
/cat/proc/kernel
less /proc/kernel/ver
cat /proc/version
* 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
if [ ! -e file.txt ]; then echo > file.txt; fi
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
Output "/root"
* What would running the command "df -hl" do?
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