UNIX for Dummies Test


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX for Dummies Test
# 8  
Old 01-20-2003
I got 8 out of 10.

Would like to know where I goofed.

Code:
1. ls
2. df
3. /etc
4. rm
5. ps
6. w
7. /etc/passwd
8. vi
9. grep
10. /sbin/

I figured that #10 was probably different. Under OpenBSD it is located at /usr/sbin so I went with /sbin.

Haven't found the other one, yet.
# 9  
Old 01-20-2003
Q.6's answer is "all of the above" Smilie
# 10  
Old 01-21-2003
Quote:
Originally posted by Neo
Q.6's answer is "all of the above" Smilie
I got 9/10 and also answered w to (6) wrongly.

Why can ps show whether a user is connected?
# 11  
Old 01-21-2003
Quote:
Originally posted by cbkihong

Why can ps show whether a user is connected?
ps can show user id of processes, so if a user is connected, you will see their user id (and what shell and processes they are running).
# 12  
Old 01-21-2003
Quote:
Originally posted by Neo


ps can show user id of processes, so if a user is connected, you will see their user id (and what shell and processes they are running).
That'll teach me to take the "most" appropriate answer. I thought about selecting "all" but alas, I did not.

I dunno, gimme another beer.
# 13  
Old 01-21-2003
Q6 was the 'trick question' if you ask me Smilie Most everyone would pick the utility they tend to use the most vice all of them.
# 14  
Old 01-23-2003
Question

I was 9/10 also, tried again changing answer for # 10 and still had 9/10.

My sendmail doesn't exist in any of those directories.

???
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

dummies question

Please help to answer some highlighted question below. 1. How to create more than 1 partition in a single hard disk? 2. How to format the created partition to be viewable like in windows C: or D: ? 3. How to use pen drive in unix environment? 4. How to find a file starting with... (8 Replies)
Discussion started by: jimmyysk
8 Replies

2. Shell Programming and Scripting

How to check weather a string is like test* or test* ot *test* in if condition

How to check weather a string is like test* or test* ot *test* in if condition (5 Replies)
Discussion started by: johnjerome
5 Replies

3. Shell Programming and Scripting

Test on string containing spacewhile test 1 -eq 1 do read a $a if test $a = quitC then break fi d

This is the code: while test 1 -eq 1 do read a $a if test $a = stop then break fi done I read a command on every loop an execute it. I check if the string equals the word stop to end the loop,but it say that I gave too many arguments to test. For example echo hello. Now the... (1 Reply)
Discussion started by: Max89
1 Replies

4. Solaris

Solaris for dummies

Is there one command that will display all system information on a Solaris host running Solaris 8? System information such as model, memory, CPU, disk space etc. etc. (2 Replies)
Discussion started by: mita
2 Replies

5. UNIX for Dummies Questions & Answers

Unix Test

Hi, I just started studying AI at the university of amsterdam and I heard there is some basic UNIX test which is available online. Well, if any of you knows a link to that test I would truely appreciate it. Thanks a lot, L (1 Reply)
Discussion started by: L.A. BOSS
1 Replies

6. Shell Programming and Scripting

Perl for Dummies

Hi all. iam new to this and i want to learn perl Any good website out there ?? anything will do thanks :( (1 Reply)
Discussion started by: perleo
1 Replies

7. UNIX for Dummies Questions & Answers

scripts for dummies

í have no idea how to write a script. can someone help? how would i write a script that will do the following commands mkdir temp cp * temp cd temp ls i want to be able to do a set of commands by typing in only one command. i´m a windows user that is trying to learn unix, finally :P so... (6 Replies)
Discussion started by: eeldivady
6 Replies

8. Post Here to Contact Site Administrators and Moderators

Unix for Dummies FAQ

I have created a small FAQ for the "Unix for Dummies" forum. Hopefully this will be useful, as there are questions which are asked (and answered) repeatedly. <A HREF="http://www.droflet.net/unix_dot_com_faq.html">http://www.droflet.net/unix_dot_com_faq.html (0 Replies)
Discussion started by: PxT
0 Replies
Login or Register to Ask a Question