Question:
Intro to Linux help me please?
2010-05-11 00:11:59 UTC
True/False
Indicate whether the statement is true or false.
____ 1. Linux is closely related to the UNIX operating system.
____ 2. Because Linux is written in C, it is available for a lot of different hardware platforms.
____ 3. xdm is a program that is used to display a graphical login screen.
____ 4. The root group always has a GID of 1.
____ 5. Processes in the terminal should only be started in the foreground so the shell is available for other processes.
____ 6. ../../etc is an example of an absolute path.
____ 7. The home directory refers to the highest layer of the file system tree.
____ 8. You can use the command touch to change the time stamp of a file or create a new file with a size of 0 bytes.
____ 9. Each inode has a size of 64 bytes and contains all the information about a file besides the filename.
____ 10. Linux differentiates between uppercase and lowercase letters.
____ 11. The ulimit command has a direct impact on the system performance.
____ 12. The most important difference between Ext2 and Ext3 is that Ext2 supports journaling.
____ 13. Processes started from an interactive shell can be administered through that shell.
____ 14. All the scripts used by init to start and stop services are located in the directory /etc/init.d/.
____ 15. Allowing other users access to your graphical login screen via the network is a potential security risk.
____ 16. As a general rule, always work with the least restrictive privileges possible for a given task.
____ 17. The user root holds the ultimate power on the system and can log in as any other local user without a password and read and change any locally stored file.
____ 18. The log file to which most messages are written is the file /var/log/errors.
ITOS-1700 FINAL EXAM WINTER 2010
2 | P a g e
Multiple Choice
Identify the choice that best completes the statement or answers the question.
For each question there is only ONE ANSWER! 
____ 19. Linus Torvalds made the source code of his Linux kernel available with the ____.
a.
shareware license
c.
DNS license
b.
payware license
d.
GPL
____ 20. One of the goals of UNIX was to enable a number of users to use the system simultaneously (____ capability).
a.
multiuser
c.
multiprocessing
b.
multitasking
d.
multiservice
____ 21. Because several users might also want to use several different programs simultaneously, mechanisms must be available to allow these programs to run simultaneously (____ capability).
a.
multiuser
c.
multiprocessing
b.
multitasking
d.
multiservice
____ 22. ____ is the installation and administration tool for SLES 9.
a.
XFree X11
c.
YaST
b.
Apache
d.
KDE Desktop Environment
____ 23. ____ are different modes your system can work in.
a.
Time zones
c.
Bootings
b.
Runlevels
d.
GRUBs
____ 24. Runlevel ____ offers full networking capabilities and starts the graphical user interface.
a.
1
c.
4
b.
2
d.
5
____ 25. The base of any GUI on Linux is the ____.
a.
Free Window System
c.
X Window System
b.
Cygwin Window System
d.
Y Window System
____ 26. the X Window System is simply called X or ____.
a.
X3
c.
X9
b.
X5
d.
X11
____ 27. The ____ controls the graphical screen.
a.
X server
c.
X workstation
b.
X client
d.
X channel
____ 28. ____ is an environment variable that stores the default display name for your system.
a.
DEFAULT
c.
NAME
b.
DISPLAY
d.
SYSTEM
____ 29. You can terminate the running X server by entering ____.
a.
X &
c.
init 5
b.
xterm
d.
init 3
____ 30. You can start the X server by entering ____.
a.
X &
c.
twm
b.
xterm
d.
init 3
____ 31. To securely log in to a remote machine, enter ____.
a.
telnet host
c.
ssh host
b.
rlogin host
d.
rsh host
ITOS-1700 FINAL EXAM WINTER 2010
3 | P a g e
____ 32. In Linux, the separation character between individual directory names is the ____ character.
a.
/
c.
-
b.
\
d.
_
____ 33. ____ can be used to display files.
a.
/bin/bash
c.
/bin/cp
b.
/bin/cat
d.
/bin/dd
____ 34. Data redirected to ____ is automatically discarded.
a.
/dev/console
c.
/dev/null
b.
/dev/lp0
d.
/dev/sda
____ 35. The file ____ contains encrypted passwords of users.
a.
/etc/passwd
c.
/etc/profile
b.
/etc/shadow
d.
/etc/hosts
____ 36. The home directory of a user can be addressed via the short cut ____.
a.
“@”
c.
“~”
b.
“^”
d.
“!”
____ 37. ____ can be used to move one directory level higher.
a.
cd
c.
cd ../..
b.
cd -
d.
cd ..
____ 38. You can use the command ____ to create new directories.
a.
mkdir
c.
mv
b.
cd
d.
pwd
____ 39. The command ____ searches for a file through a database previously created for this purpose.
a.
find
c.
search
b.
locate
d.
grep
____ 40. The command ____ is used to search files for certain patterns.
a.
find
c.
search
b.
locate
d.
grep
____ 41. The regular expression ____ matches file, file2, and file10.
a.
file.
c.
file*
b.
file[0-9]+
Three answers:
2010-05-11 01:03:26 UTC
41 questions is gonna cost you 205 points.

I'm sorry, you only have 189 points!



34) C. /dev/null
2016-04-12 11:31:13 UTC
The phrase "I get [an] error" is not at all helpful. If you're going to be using IT then it is really important to be precise. - What command(s) did you try? - What error(s) did you get? - What did you do to try and resolve the error(s) yourself? The command to move a file or folder is "mv", and you can read about it with "man mv": mv {from_name} {to_name} If this is what you tried but it didn't work for you, you will need to provide more details.
hawklord
2010-05-11 01:54:22 UTC
question 42 = is google a good place to find answers



a = yes

b = no

c = why should i look

d = whats google

e = my dog has a wet nose



oh - 38 = mkdir


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...