Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 03-21-2007, 06:54 AM   #1 (permalink)
Rawmaterial's Avatar
 
True Techie

Join Date: May 2005

Posts: 247

Rawmaterial is on a distinguished road

Default I need help with UNIX!

A friend of mine -- who doesn’t know anything about UNIX -- needs to hire a UNIX system administrator, so he asked me to create a test for him to give to his applicants. He said he wanted it to be hard enough to weed out the inexperienced ones.

Here are some of the questions on the test. For those of you with experience managing UNIX boxes, how would you rate the difficulty of these questions? How many can you answer?


1. What effect would running the following string of commands have?
Code:

a) du -k | sort -n | tail -10
b) find /home -perm 4000 -o -perm 2000 -type f -exec rm {} \;
c) cut -f7 -d: /etc/passwd | sort | uniq -c | sort -n
d) ps aux | grep "^mysql" | awk '{print $2}' | xargs kill -9


2. Regarding the string of commands from 1d above...
a) What flavor of UNIX is it?
b) Why is it a bad idea?

3. What does this mean in ~root/.bash_history?
Code:

cd ~/.ssh cp /bin/sh .key1 chown root *1 chmod 4711 *1


4. When does this run?
Code:

30 1,13 * * 0


5. Describe how to send email using dig and telnet.

are these hard questions?
Rawmaterial is offline  
Old 03-21-2007, 03:59 PM   #2 (permalink)
macdude425's Avatar
 
Member (again)

Join Date: Jan 2005

Location: Raul's Wild Kingdom...How 'bout that, huh?

Posts: 4,200

macdude425 is on a distinguished road

Send a message via AIM to macdude425 Send a message via Yahoo to macdude425
Default Re: I need help with UNIX!

What exactly will this admin be doing?

Heck, I'd sure fail this test. I know parts of it, but i can't tell you what the whole string does.

Then again, my specialty is Desktop Linux.
__________________



Debian Support Forums!
macdude425 is offline  
Old 03-21-2007, 08:44 PM   #3 (permalink)
Rawmaterial's Avatar
 
True Techie

Join Date: May 2005

Posts: 247

Rawmaterial is on a distinguished road

Default Re: I need help with UNIX!

to be honest i am copying and pasting an email from a friend.
Rawmaterial is offline  
Old 04-01-2007, 09:31 PM   #4 (permalink)
 
Newb Techie

Join Date: Feb 2007

Posts: 1

Aphoticom

Send a message via AIM to Aphoticom Send a message via Yahoo to Aphoticom
Default Re: I need help with UNIX!

These questions should sufficiently weed out inexperienced applicants.

EDIT: However, the applicant should be allowed to miss one.

Last edited by Aphoticom; 04-01-2007 at 09:34 PM.
Aphoticom is offline  
Old 04-04-2007, 08:54 AM   #5 (permalink)
Nitestick's Avatar
 

Join Date: May 2005

Location: Locked in a dungeon, Perth

Posts: 8,034

Nitestick will become famous soon enoughNitestick will become famous soon enough

Default Re: I need help with UNIX!

whoa! that should do nicely at weeding out the noobies.
__________________
Get FireFox
Saxon's Blog|Saxon's Forum - CHECK IT OUT!
Fold for tech forums. MY COMPUTER HELPS CURE CANCER!
"Sniffing Powdered Ubuntu CDs Cures Cancer!" - TuxMachines.org

/Q6600@3.0GHz/4GB Kingston DDR2-800/Gigabyte P35-DS3R/Asus HD4850 512MB|Antec TPII 480w1.50TB of Caviar goodnessWinFast DTV-1000TTT Soprano
If I or anyone else have given you good/bad advice, use the scales icon below their name to adjust their reputation accordingly
I'm sorry but I do not accept support requests via IM, email, or personal messages
You can contact me for Forum related issues via PM only.

Quote:
Originally Posted by veedubfreak View Post
MTv happened. That and parents cant beat their children for being drooling leeches on society anymore.
Nitestick is online now  
Old 04-05-2007, 11:13 AM   #6 (permalink)
 
Junior Techie

Join Date: Nov 2002

Posts: 68

Deathwalker

Default Re: I need help with UNIX!

Looks like it should work well.
__________________
Talk is based on the assumption that you can get somewhere if you keep putting one word after another
Deathwalker is offline  
Old 04-13-2007, 10:25 PM   #7 (permalink)
 
Ultra Techie

Join Date: Apr 2005

Posts: 950

M4A1 is on a distinguished road

Send a message via AIM to M4A1
Default Re: I need help with UNIX!

Post the solutions? I'm curious =D
M4A1 is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On