-
Glossary of Unix programming
shell or command prompt
The single character or set of characters that the UNIX shell displays for which a user can enter a command or set of commands.
shell preprocessing
This describes actions taken by the shell to manipulate the command line before executing it. This is when filename, variable, command, and arithmetic substitution occur (as covered in Chapter 8, “Substitution”).
shell script
A program written using a shell programming language like those supported by Bourne, Korn, or C shells. In general, a script contains a list of commands that are executed noninteractively by the shell.
shell variable
A special variable that is set by the shell and is required by the shell in order function correctly.
signal
Software interrupts sent to a program to indicate that an important event has occurred. The events can vary from user requests to illegal memory access errors. Some signals, like the interrupt signal, indicate that a user has asked the program to do something that is not in the usual flow of control.
signal handler
A function that executes when a signal is received by a shell script. Usually signal handlers clean up temporary files and then exit.
-
Glossary of Unix programming
simple command
A simple command is a command that you can execute by just giving its name at the prompt.
socket file
A special file for interacting with the network via the UNIX file system.
STDERR
Standard error. A special type of output used for error messages. The file descriptor for STDERR is 2.
STDIN
Standard input. User input is read from STDIN. The file descriptor for STDIN is 0.
STDOUT
Standard output. The output of scripts is usually to STDOUT. The file descriptor for STDOUT is 1.
subdirectory
A directory that is contained within another directory.
subprocess
Process running under the control of another, often referred to as the parent process. See process.
subshell
Shell running under the control of another, often referred to as the parent shell (typically the login shell). See shell.
-
Glossary of Unix programming
symbolic link or soft link
A special filetype which is a small pointer file allowing multiple names for the same file. Unlike hard links, symbolic links can be made for directories and can be made across filesystems. Commands that access the file being pointed to are said to follow the symbolic link. Commands that access the link itself do not follow the symbolic link.
system call
A C language function that is used to request services from the UNIX kernel.
tcsh
A C shell–like user interface featuring command-line editing.
uninitialized shell
When a shell is started it is uninitialized. This means that important parameters required by the shell to function correctly are not defined.
usage statement
A statement issued by a shell script when one or more of its arguments are improperly specified.
utility
Utilities are programs, such as who and date, you can run or execute.
variable substitution
The process used by the shell to substitute the value of a variable, when the variable’s name is specified.
wc
The command used to count the words, lines and characters in a file.
word
An unbroken set of characters. The shell uses spaces and tabs to separate words.
write permission
Controls the users who can modify a file.
-
For help, type help at DOS prompt
For help, type 'help' at DOS prompt
C:\Docu\Service>help
For more information on a specific command, type HELP command-name
ASSOC Displays or modifies file extension associations.
ATTRIB Displays or changes file attributes.
BREAK Sets or clears extended CTRL+C checking.
BOOTCFG Sets properties in boot.ini file to control boot loading.
CACLS Displays or modifies access control lists (ACLs) of files.
CALL Calls one batch program from another.
CD Displays the name of or changes the current directory.
CHCP Displays or sets the active code page number.
CHDIR Displays the name of or changes the current directory.
CHKDSK Checks a disk and displays a status report.
CHKNTFS Displays or modifies the checking of disk at boot time.
CLS Clears the screen.
CMD Starts a new instance of the Windows command interpreter.
COLOR Sets the default console foreground and background colors.
COMP Compares the contents of two files or sets of files.
COMPACT Displays or alters the compression of files on NTFS partitions.
CONVERT Converts FAT volumes to NTFS. You cannot convert the
current drive.
COPY Copies one or more files to another location.
DATE Displays or sets the date.
DEL Deletes one or more files.
DIR Displays a list of files and subdirectories in a directory.
DISKCOMP Compares the contents of two floppy disks.
DISKCOPY Copies the contents of one floppy disk to another.
DISKPART Displays or configures Disk Partition properties.
DOSKEY Edits command lines, recalls Windows commands, and
creates macros.
DRIVERQUERY Displays current device driver status and properties.
ECHO Displays messages, or turns command echoing on or off.
ENDLOCAL Ends localization of environment changes in a batch file.
ERASE Deletes one or more files.
EVENTQUERY Displays event log entries for specified criteria.
EXIT Quits the CMD.EXE program (command interpreter).
FC Compares two files or sets of files, and displays the
differences between them.
FIND Searches for a text string in a file or files.
FINDSTR Searches for strings in files.
FOR Runs a specified command for each file in a set of files.
FORMAT Formats a disk for use with Windows.
FSUTIL Displays or configures the file system properties.
FTYPE Displays or modifies file types used in file extension
associations.
GOTO Directs the Windows command interpreter to a labeled line in
a batch program.
GPRESULT Displays Group Policy information for machine or user.
GRAFTABL Enables Windows to display an extended character set in
graphics mode.
HELP Provides Help information for Windows commands.
IF Performs conditional processing in batch programs.
LABEL Creates, changes, or deletes the volume label of a disk.
MD Creates a directory.
MKDIR Creates a directory.
MODE Configures a system device.
MORE Displays output one screen at a time.
MOVE Moves one or more files from one directory to another
directory.
OPENFILES Displays files opened by remote users for a file share.
PAGEFILECONFIG Displays or configures Pagefile properties.
PATH Displays or sets a search path for executable files.
PAUSE Suspends processing of a batch file and displays a message.
POPD Restores the previous value of the current directory saved by
PUSHD.
PRINT Prints a text file.
PROMPT Changes the Windows command prompt.
PUSHD Saves the current directory then changes it.
RD Removes a directory.
RECOVER Recovers readable information from a bad or defective disk.
REM Records comments (remarks) in batch files or CONFIG.SYS.
REN Renames a file or files.
RENAME Renames a file or files.
REPLACE Replaces files.
RMDIR Removes a directory.
SET Displays, sets, or removes Windows environment variables.
SETLOCAL Begins localization of environment changes in a batch file.
SC Displays or configures services (background processes).
SCHTASKS Schedules commands and programs to run on a computer.
SHIFT Shifts the position of replaceable parameters in batch files.
SHUTDOWN Allows proper local or remote shutdown of machine.
SORT Sorts input.
START Starts a separate window to run a specified program or command.
SUBST Associates a path with a drive letter.
SYSTEMINFO Displays machine specific properties and configuration.
TASKLIST Displays all currently running tasks including services.
TASKKILL Kill or stop a running process or application.
TIME Displays or sets the system time.
TITLE Sets the window title for a CMD.EXE session.
TREE Graphically displays the directory structure of a drive or
path.
TYPE Displays the contents of a text file.
VER Displays the Windows version.
VERIFY Tells Windows whether to verify that your files are written
correctly to a disk.
VOL Displays a disk volume label and serial number.
XCOPY Copies files and directory trees.
WMIC Displays WMI information inside interactive command shell.
-
Help at Dos prompt
Help at Dos prompt
E:\Documents and Settings\Administrator>help help
Provides help information for Windows commands.
HELP [command]
command - displays help information on that command.
-
Information About ping commannd
Information About ping commannd
At DOS prompt type ping/?
E:\Documents and Settings\Administrator>ping/?
Usage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS]
[-r count] [-s count] [[-j host-list] | [-k host-list]]
[-w timeout] [-R] [-S srcaddr] [-4] [-6] target_name
Options:
-t Ping the specified host until stopped.
To see statistics and continue - type Control-Break;
To stop - type Control-C.
-a Resolve addresses to hostnames.
-n count Number of echo requests to send.
-l size Send buffer size.
-f Set Don't Fragment flag in packet (IPv4-only).
-i TTL Time To Live.
-v TOS Type Of Service (IPv4-only).
-r count Record route for count hops (IPv4-only).
-s count Timestamp for count hops (IPv4-only).
-j host-list Loose source route along host-list (IPv4-only).
-k host-list Strict source route along host-list (IPv4-only).
-w timeout Timeout in milliseconds to wait for each reply.
-R Trace round-trip path (IPv6-only).
-S srcaddr Source address to use (IPv6-only).
-4 Force using IPv4.
-6 Force using IPv6.
-
Glossary
AJAX stands for Asynchronous JavaScript and XML. It's a development technique that mixes (X)HTML, JavaScript, CSS, DOM, XML and XSLT to create interactive Web applications.Apache is one of the the world's most widely used Web servers. Originally developed in 1995 by a group that was to go on to become the The Apache Group, the Apache HTTP Server is Open Source Software, and considered by proponents to be fast, scalable and secure.
Active Server Pages - Microsoft's IIS based server side scripting architecture. ASP is a gateway for scripting languages such as VBScript and JScript.
Cache, pronounced "cash", refers to a stored copy of (or pointers to) previously accessed data in fast SRAM memory.
-
Glossary
Cascading Style Sheets for a set of formatting rules interpreted by the Web browser (or other client) that may contain the styling and formatting information intended for the presentation of a Web page. The W3C recommends the use of CSS to help keep Web content (HTML/XHTML) separate from its formatting information.
A Domain Name Server (DNS) is a distributed network of servers where host names are translated to their IP addresses.
IP address is the unique numeric identifier of every computer connected to the Internet. Each IP address consists of a four number pattern separated by periods (XX.XX.XX.XX). Each number must be between 0 - 255.
Localhost is an alias for the address 127.0.0.1, an address that always indicates the local computer.
-
Glossary
Search Engine Optimisation refers to the process of optimising a Web site so that it appears prominently in search engine results for specific keywords.
Server-side code is executed on the web server with the finished result usually sent to the end user. Server-side code is commonly written in PHP, ASP, JSP, Cold Fusion, or Perl.
Server Side Include - a file spliced into a Web document on the Web server. May be performed by the Web server itself, or commonly by a server side script such as Perl, ASP, ColdFusion or PHP.
-
Windows Shortcuts for computer enthusiasts
Shortcuts
[Window] - Open or close start menu
[Window]+D - View Desktop (+ means press both keys simultaneously)
[Window]+M - Minimise
[Window]+E - Open My Computer
[Window]+F - Search for file or folder
[Window]+ Pause - View system properties
[Alt][Tab] - Switch over active programs
[Shift][Delete] - Permanent delete of a selected file or folder
[F1] - Help
[F2] - Rename selected file or folder
[F3] - Search for file or folder
[F5] - Refresh active window
[Alt][F4] - Closes a window
Windows Explorer
[End] - View the bottom of the active window
[Home] - View the up of the active window
[Ctrl]+N - Open new window
Windows Run command
Add/Remove - wix.cpl
Add hardware wizard - hdwwiz.cpl
Calculator - calc
Checkdisk - chkdsk
Disk defragment - dfrg.msc
Disk partition manager - diskpart
Registry editor - regedit
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks