This UNIX quiz for application developers tests essential skills such as navigating directories, understanding shell functionalities, command syntax, file permissions, and recognizing file types. It's designed to enhance practical UNIX command line proficiency.
VAR refers to a variable name and $VAR to its value.
VAR refers to a variable value and $VAR to its name.
VAR refers to an integer variable and $VAR to a string variable.
Both expressions refer to the same thing.
Rate this question:
Obtain a list of commands whose description contains given keywords.
Change the system language to French
Get help on a particular command.
Create a new binary file.
Rate this question:
All of the elements of the array sports.
The number of elements in the array sports.
The first element in the array sports.
I love sports!
Rate this question:
Message passing
File sharing
Shared memory
Smoke signals
Rate this question:
ESC - :wq
:w!
:quit
:save
ALT FS
Rate this question:
A file is created that points to an existing file.
A file is created that is a copy of an existing file.
A file is moved from one location to another.
A file is renamed.
Rate this question:
Is a*.??[0-9]
Is a*.??#
Cat a*.??[0-9]
Cat a?.**#
Rate this question:
Dw
A
X
Z
None of the above.
Rate this question:
Admin
Root
Nobody
Sysadm
Rate this question:
Del
DELETE
Dl
Er
None of the above
Rate this question:
A user’s unencrypted password
A user’s login name
A user’s preferred shell program
A user’s group ID
Rate this question:
Integer
Floating point
Character
String
Rate this question:
Filtering of email coming from a particular internet domain name.
Calculation of student grades based on percentaes.
Extraction of all transactions in a database with a customer number of 1000 or less.
Specification of the format of a string representing a zip code.
Rate this question:
Student 1
Student
Stu 195819588491
Studentdent 5
Rate this question:
“[^0-9]”
“^[#]”
“^[0-9]”
“[0-9].*$”
Rate this question:
Nice value
Pvalue
Importance index
Run number
Rate this question:
Creat()
New()
Open()
Ork()
Rate this question:
./home/file.txt
Bin/cat
Cs2204/
/usr/bin/cat
Rate this question:
With { and }
With [ and ]
With while and elihw.
With do and done.
Rate this question:
All lines in file beginning with a non-alphabetic character and containing an exclamation point elsewhere on the line.
The number of lines in file beginning with a non-alphabetic character and containing an exclamation point elsewhere on the line.
All lines in file beginning with an alphabetic character and containing a period, an asterisk, and an exclamation point.
The number of lines in file not containing any alphabetic characters before the first exclamation point..
Rate this question:
My_script dos not have execute permission set.
The current working directory is not in the PATH.
Both a and b.
Neither a nor b.
Rate this question:
Plain file
Special file
Batch file
Directory file
Rate this question:
The list of files in the current working directory.
The list of currently running processes.
The list of arguments to the script
The list 1, 2, 3, 4, ...
Rate this question:
Time
Modify
Cat
Touch
Cd
Cd /~
Cd ~
Cd ~student5
Rate this question:
/
/config
/etc
/startup
Rate this question:
"*.txt "
"*.txt( |$)"
"[a-zA-Z]*\.txt( |$)"
"[a-zA-Z]?\.txt\n"
Rate this question:
PATH+=/usr/bin
PATH=/usr/bin
$PATH:/usr/bin
PATH=$PATH:/usr/bin
Rate this question:
Edit sample.txt
Vi sample.txt
Sample.txt
Vi qui - TAB.
None of the above
Rate this question:
Compiled source code.
Uncompiled source code
An executing instance of a program
An executable file.
Command name, followed by arguments, followed by options
Command name, followed by arguments,
Command name, followed by options
Command name, followed by options, followed by arguments
Rate this question:
A single change to a macro can have a large effect on the way a target is built.
Macros can be used to override some of make’s defaults.
Correct use of macros allow a Makefile meant for one purpose to be easily converted for use in another context.
All of the above.
Rate this question:
Bash
Sh
Fresh
Ksh
Rate this question:
Chmod 046 textfile
Chmod 640 textfile
Chmod 310 textfile
Chmod rw r nil textfile
Rate this question:
Quiz Review Timeline (Updated): Sep 30, 2024 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.