Title: IT1100
1IT1100
2Which command creates a directory
- B. md
- R. mkdir
- Y. makedir
3To find what directory you are at use
- B. curdir
- R. pwd
- Y. echo curdir
4To show all system processes
- B. ps aux
- R. ps
- Y. ps -sp
5To show User processes
- B. ps aux
- R. ps
- Y. ps -user
6To execute a command in to background end line
with
7Which will locate a file fastest
- B. locate
- R. find
- Y. which
8To compress a file use
- B. compressor cvf
- R. tar cvf
- Y. gzip
9To uncompress use
- B. compressor xvf
- R. tar xvf
- Y. gzip -d
10To list a directory including hidden files use
11To list files including file premissions use
12To create a file use
- B. cfile
- R. touch
- Y. create
13To display a file use
- B. less
- R. pfile
- Y. dfile
14To remove a dir including all files use
- B. rmdir
- R. rm -r
- Y. rmdir -zap
15Which editor is the smallest
16Which editor do most programmers use
17To get out of emacs
- B. ltescgtSltescgtQ
- R. xSXC
- Y. Q
18To get out of vi
- B. ltescgtx
- R. ZZ
- Y. ltescgtZZ
19Which gives a user the most information on a
command
20Which gives the user a one liner about a command
- B. apropos
- R. man
- Y. info
21To run the last command type
22To display a list of the last commands ran
- B. hist
- R. history
- Y. chstry
23To copy a file
24To Rename a file
25Which allows the user to scroll forward and
backward
26To see only on copy of each line use
27To send the output of a command to another
command use
28To send the output of a command to a file use
29To find text within an output use
- B. find
- R. grep
- Y. locate
30To halt the system NOW use
- B. halt
- R. shutdown
- Y. down
31To shutdown with user messages in a given time use
- B. halt
- R. shutdown
- Y. down
32Chmod 777 file The world has what rights
- B. Read, Write, Execute
- R. Write, Execute
- Y. None
33Chmod 744 the group has what rights
- B. write
- R. read
- Y. execute
34If I only want the owner to have full rights but
noone else use
- B. chmod 777
- R. chmod 700
- Y. chmod 000
35If a file has rwx------ rights, who can write to
the file
- B. everyone
- R. only the owner
- Y. the owner the root user
36To create a new user
- B. usradd
- R. user
- Y. useradd
37To delete a user
- B. usrdel
- R. userdel
- Y. user-
38To change the ownership of a file
- B. clown
- R. chowner
- Y. chown
39To change the group that a file belongs to
- B. grpch
- R. chgrp
- Y. chgroup
40To change a password
- B. pwd
- R. passwd
- Y. chpass
41To get info on user bill
- B. bill -info
- R. info bill
- Y. finger bill
42To switch to the root user
- B. su root
- R. su --root
- Y. switchuser root
43To change your directory
- B. cd
- R. chdir
- Y. Type the name of the directory backwards
44To delete a file
45When an employee quits
- B. resign
- R. change the users password
- Y. delete the user
46After a sysgen
- B. document the system hardware
- R. schedule a random restart
- Y. create a backdoor password
47Which password is strongest
- B. secret
- R. bill
- Y. T0p5ecret
48The log file that contains login attempts is
- B. password.log
- R. logins.log
- Y. auth.log
49The daemon that controls the apache web server
is
- B. httpd
- R. smbd
- Y. apached
50The daemon that allows for windows file access is
- B. httpd
- R. smbd
- Y. windowsd