Tutorials Point, Simply Easy Learning: UML Tutorial
Tutorials Point, Simply Easy Learning: UML Tutorial
Tutorials Point, Simply Easy Learning: UML Tutorial
What is Unix ?
The UNIX operating system is a set of programs that act as a link between the computer and the user. The computer programs that allocate the system resources and coordinate all the details of the computer's internals is called the operating system or kernel. Users communicate with the kernel through a program known as the shell. The shell is a command line interpreter; it translates commands entered by the user and converts them into a language that is understood by the kernel.
Unix was originally developed in 1969 by a group of AT&T employees at Bell Labs, including Ken Thompson, Dennis Ritchie, Douglas McIlroy, and Joe Ossanna. There are various Unix variants available in the market. Solaris Unix, AIX, UP Unix and BSD are few examples. Linux is also a flavour of Unix which is freely available. Several people can use a UNIX computer at the same time; hence UNIX is called a multiuser system. A user can also run multiple programs at the same time; hence UNIX is called multitasking.
Unix Architecture:
Here is a basic block diagram of a UNIX system:
1|Page
The main concept that unites all versions of UNIX is the following four basics:
Kernel: The kernel is the heart of the operating system. It interacts with hardware and most of the tasks like memory management, tash scheduling and file management. Shell: The shell is the utility that processes your requests. When you type in a command at your terminal, the shell interprets the command and calls the program that you want. The shell uses standard syntax for all commands. C Shell, Bourne Shell and Korn Shell are most famous shells which are available with most of the Unix variants. Commands and Utilities: There are various command and utilities which you would use in your day to day activities. cp, mv, cat and grep etc. are few examples of commands and utilities. There are over 250 standard commands plus numerous others provided through 3rd party software. All the commands come along with various optional options. Files and Directories: All data in UNIX is organized into files. All files are organized into directories. These directories are organized into a tree-like structure called the filesystem.
System Bootup:
If you have a computer which has UNIX operating system installed on it, then you simply need to turn on its power to make it live. As soon as you turn on the power, system starts booting up and finally it prompts you to log into the system, which is an activity to log into the system and use it for your day to day activities.
Login Unix:
When you first connect to a UNIX system, you usually see a prompt such as the following:
2|Page
To log in:
1. 2. 3. 4. Have your userid (user identification) and password ready. Contact your system administrator if you don't have these yet. Type your userid at the login prompt, then press ENTER. Your userid is case-sensitive, so be sure you type it exactly as your system administrator instructed. Type your password at the password prompt, then press ENTER. Your password is also case-sensitive. If you provided correct userid and password then you would be allowed to enter into the system. Read the information and messages that come up on the screen something as below.
login : amrood amrood's password: Last login: Sun Jun 14 09:32:32 2009 from 62.61.164.73 [amrood]$
You would be provided with a command prompt ( sometime called $ prompt ) where you would type your all the commands. For example to check calendar you need to type cal command as follows:
Fr 5 12 19 26
Sa 6 13 20 27
Change Password:
All Unix systems require passwords to help ensure that your files and data remain your own and that the system itself is secure from hackers and crackers. Here are the steps to change your password: 1. 2. 3. 4. To start, type passwd at command prompt as shown below. Enter your old password the one you're currently using. Type in your new password. Always keep your password complex enough so that no body can guess it. But make sure, you remember it. You would need to verify the password by typing it again.
[amrood]$ passwd Changing password for amrood (current) Unix password:****** New UNIX password:******* Retype new UNIX password:******* passwd: all authentication tokens updated [amrood]$
successfully
3|Page
[amrood]$ ls -l total 19621 drwxrwxr-x 2 amrood -rw-rw-r-- 1 amrood drwxr-xr-x 2 amrood drwxr-xr-x 2 root -rw-r--r-- 1 root drwxr-xr-x 8 root -rwxr-xr-x 1 root -rw-rw-r-- 1 amrood -rw-rw-r-- 1 amrood -rw-rw-r-- 1 amrood [amrood]$
amrood amrood amrood root root root root amrood amrood amrood
4096 5341 4096 4096 276480 4096 3192 20480 5654 166255
Dec Dec Feb Dec Dec Nov Nov Nov Aug Aug
25 09:59 uml 25 08:38 uml.jpg 15 2006 univ 9 2007 urlspedia 9 2007 urlspedia.tar 25 2007 usr 25 2007 webthumb.php 25 2007 webthumb.tar 9 2007 yourfile.mid 9 2007 yourfile.swf
Here enteries starting with d..... represent directories. For example uml, univ and urlspedia are directories and rest of the enteries are files.
4|Page
Logging Out:
When you finish your session, you need to log out of the system to ensure that nobody else accesses your files while masquerading as you.
To log out:
1. Just type logout command at command prompt, and the system will clean up everything and break the connection
System Shutdown:
The most consistent way to shut down a Unix system properly via the command line is to use one of the following commands: Command halt init 0 init 6 poweroff reboot shutdown Description Brings the system down immediately. Powers off the system using predefined scripts to synchronize and clean up the system prior to shutdown Reboots the system by shutting it down completely and then bringing it completely back up Shuts down the system by powering off. Reboots the system. Shuts down the system.
You typically need to be the superuser or root (the most privileged account on a Unix system) to shut down the system, but on some standalone or personally owned Unix boxes, an administrative user and sometimes regular users can do so.
5|Page
Listing Files:
To list the files and directories stored in the current directory. Use the following command:
[amrood]$ls
Here is the sample output of the above command:
[amrood]$ls bin ch07 ch07.bak docs hosts hw1 hw2 hw3 lib pub res.01 res.02 res.03 test_results users work
The command ls supports the -1 option which would help you to get more information about the listed files:
[amrood]$ls -l total 1962188 drwxrwxr-x 2 -rw-rw-r-- 1 drwxr-xr-x 2 drwxr-xr-x 2 -rw-r--r-- 1 drwxr-xr-x 8 drwxr-xr-x 2 -rwxr-xr-x 1 -rw-rw-r-- 1 -rw-rw-r-- 1 -rw-rw-r-- 1 drwxr-xr-x 11 [amrood]$ amrood amrood amrood root root root 200 root amrood amrood amrood amrood amrood amrood amrood root root root 300 root amrood amrood amrood amrood 4096 5341 4096 4096 276480 4096 4096 3192 20480 5654 166255 4096 Dec Dec Feb Dec Dec Nov Nov Nov Nov Aug Aug May 25 09:59 uml 25 08:38 uml.jpg 15 2006 univ 9 2007 urlspedia 9 2007 urlspedia.tar 25 2007 usr 25 2007 webthumb-1.01 25 2007 webthumb.php 25 2007 webthumb.tar 9 2007 yourfile.mid 9 2007 yourfile.swf 29 2007 zlib-1.2.3
Here is the information about all the listed columns: 1. 2. 3. 4. 5. 6. 7. First Column: represents file type and premission given on the file. Below is the description of all type of files. Second Column: represents the number of memory blocks taken by the file or directory. Third Column: represents owner of the file. This is the Unix user who created this file. Fourth Column: represents group of the owner. Every Unux user would have an associated group. Fifth Column: represents file size in bytes. Sixth Column: represents date and time when this file was created or modified last time. Seventh Column: represents file or directory name.
In the ls -l listing example, every file line began with a d, -, or l. These characters indicate the type of file that's listed.
6|Page
Meta Characters:
Meta characters have special meaning in Unix. For example * and ? are metacharacters. We use * to match 0 or more characters, a question mark ? matches with single character. For Example:
[amrood]$ls ch*.doc
Displays all the files whose name start with ch and ends with .doc:
ch03-2.doc ch06-2.doc
Here * works as meta character which matches with any character. If you want to display all the files ending with just .doc then you can use following command:
[amrood]$ls *.doc
Hidden Files:
An invisible file is one whose first character is the dot or period character (.). UNIX programs (including the shell) use most of these files to store configuration information. Some common examples of hidden files include the files:
.profile: the Bourne shell ( sh) initialization script .kshrc: the Korn shell ( ksh) initialization script .cshrc: the C shell ( csh) initialization script .rhosts: the remote shell configuration file
[amrood]$ ls -a . .. .emacs .profile .rhosts bin docs hosts hw1 lib pub res.01 test_results users work
7|Page
Single dot .: This represents current directory. Double dot ..: This represents parent directory.
Note: I have put stars (*) just to show you the location where you would need to enter the current and new passwords otherwise at your system, it would not show you any character when you would type.
Creating Files:
You can use vi editor to create ordinary files on any Unix system. You simply need to give following command:
[amrood]$ vi filename
Above command would open a file with the given filename. You would need to press key i to come into edit mode. Once you are in edit mode you can start writing your content in the file as below:
This is unix file....I created it for the first time..... I'm going to save this content in this file.
Once you are done, do the following steps:
Press key esc to come out of edit mode. Press two keys Shift + ZZ together to come out of the file completely.
Now you would have a file created with filemame in the current directory.
Editing Files:
You can edit an existing file using vi editor. We would cover this in detail in a separate tutorial. But in short, you can open existing file as follows:
[amrood]$ vi filename
Once file is opened, you can come in edit mode by pressing key i and then you can edit file as you like. If you want to move here and there inside a file then first you need to come out of edit mode by pressing key esc and then you can use following keys to move inside a file:
l key to move to the right side. h key to move to the left side. k key to move up side in the file. j key to move down side in the file.
8|Page
[amrood]$ cat filename This is unix file....I created it for the first time..... I'm going to save this content in this file. [amrood]$
You can display line numbers by using -b option along with cat command as follows:
[amrood]$ cat filename -b 1 This is unix file....I created it for the first time..... 2 I'm going to save this content in this file. [amrood]$
You can give multiple files at a time to get the information about those file. Here is simple syntax:
Copying Files:
To make a copy of a file use the cp command. The basic syntax of the command is:
9|Page
Renaming Files:
To change the name of a file use the mv command. Its basic syntax is:
Deleting Files:
To delete an existing file use the rm command. Its basic syntax is:
[amrood]$ rm filename
Caution: It may be dangerous to delete a file because it may contain useful information. So be careful while using this command. It is recommended to use -i option along with rm command. Following is the example which would completely remove existing file filename:
10 | P a g e
Home Directory:
The directory in which you find yourself when you first login is called your home directory. You will be doing much of your work in your home directory and subdirectories that you'll be creating to organize your files. You can go in your home directory anytime using the following command:
[amrood]$cd ~ [amrood]$
Here ~ indicates home directory. If you want to go in any other user's home directory then use the following command:
[amrood]$cd [amrood]$
Absolute/Relative Pathnames:
Directories are arranged in a hierarchy with root (/) at the top. The position of any file within the hierarchy is described by its pathname. Elements of a pathname are separated by a /. A pathname is absolute if it is described in relation to root, so absolute pathnames always begin with a /. These are some example of absolute filenames.
chem/notes personal/res
11 | P a g e
Listing Directories:
To list the files in a directory you can use the following syntax:
[amrood]$ls dirname
Following is the example to list all the files contained in /usr/local directory:
[amrood]$ls /usr/local X11 ace atalk bin doc etc gimp include info jikes lib man sbin share ami
Creating Directories:
Directories are created by the following command:
[amrood]$mkdir dirname
Here, directory is the absolute or relative pathname of the directory you want to create. For example, the command:
12 | P a g e
[amrood]$mkdir /tmp/amrood/test mkdir: Failed to make directory "/tmp/amrood/test"; No such file or directory [amrood]$
In such cases, you can specify the -p option to the mkdir command. It creates all the necessary directories for you. For example:
Removing Directories:
Directories can be deleted using the rmdir command as follows:
Changing Directories:
You can use the cd command to do more than change to a home directory: You can use it to change to any directory by specifying a valid absolute or relative path. The syntax is as follows:
13 | P a g e
Renaming Directories:
The mv (move) command can also be used to rename a directory. The syntax is as follows:
Owner permissions: The owner's permissions determine what actions the owner of the file can perform on the file. Group permissions: The group's permissions determine what actions a user, who is a member of the group that a file belongs to, can perform on the file. Other (world) permissions: The permissions for others indicate what action all other users can perform on the file.
Nov 2 00:10
myfile
14 | P a g e
Here first column represents different access mode ie. permission associated with a file or directory. The permissions are broken into groups of threes, and each position in the group denotes a specific permission, in this order: read (r), write (w), execute (x):
The first three characters (2-4) represent the permissions for the file's owner. For example -rwxr-xr-- represents that onwer has read (r), write (w) and execute (x) permission. The second group of three characters (5-7) consists of the permissions for the group to which the file belongs. For example -rwxr-xr-- represents that group has read (r) and execute (x) permission but no write permission. The last group of three characters (8-10) represents the permissions for everyone else. For example -rwxr-xr-- represents that other world has read (r) only permission.
Read:
Grants the capability to read ie. view the contents of the file.
Write:
Grants the capability to modify, or remove the content of the file.
Execute:
User with execute permissions can run a file as a program.
Read:
Access to a directory means that the user can read the contents. The user can look at the filenames inside the directory.
Write:
Access means that the user can add or delete files to the contents of the directory.
Execute:
Executing a directory doesn't really make a lot of sense so think of this as a traverse permission.
15 | P a g e
Changing Permissions:
To change file or directory permissions, you use the chmod (change mode) command. There are two ways to use chmod: symbolic mode and absolute mode.
Here's an example using testfile. Running ls -1 on testfile shows that the file's permissions are as follows:
Nov 2 00:10
testfile
Then each example chmod command from the preceding table is run on testfile, followed by ls -l so you can see the permission changes:
[amrood]$chmod o+wx testfile [amrood]$ls -l testfile -rwxrwxrwx 1 amrood users 1024 [amrood]$chmod u-x testfile [amrood]$ls -l testfile -rw-rwxrwx 1 amrood users 1024 [amrood]$chmod g=r-x testfile [amrood]$ls -l testfile -rw-r-xrwx 1 amrood users 1024
[amrood]$chmod o+wx,u-x,g=r-x testfile [amrood]$ls -l testfile -rw-r-xrwx 1 amrood users 1024 Nov 2 00:10
testfile
16 | P a g e
Here's an example using testfile. Running ls -1 on testfile shows that the file's permissions are as follows:
Nov 2 00:10
testfile
Then each example chmod command from the preceding table is run on testfile, followed by ls -l so you can see the permission changes:
[amrood]$ chmod 755 testfile [amrood]$ls -l testfile -rwxr-xr-x 1 amrood users 1024 [amrood]$chmod 743 testfile [amrood]$ls -l testfile -rwxr---wx 1 amrood users 1024 [amrood]$chmod 043 testfile [amrood]$ls -l testfile ----r---wx 1 amrood users 1024
Changing Ownership:
The chown command changes the ownership of a file. The basic syntax is as follows:
17 | P a g e
18 | P a g e
Which shows that the SUID bit is set and that the command is owned by the root. A capital letter S in the execute position instead of a lowercase s indicates that the execute bit is not set. If the sticky bit is enabled on the directory, files can only be removed if you are one of the following users:
The owner of the sticky directory The owner of the file being removed The super user, root
To set the SUID and SGID bits for any directory try the following:
[amrood]$ chmod ug+s dirname [amrood]$ ls -l drwsr-sr-x 2 root root 4096 Jun 19 06:45 dirname [amrood]$
Unix Environment
An important Unix concept is the environment, which is defined by environment variables. Some are set by the system, others by you, yet others by the shell, or any program that loads another program. Avariable is a character string to which we assign a value. The value assigned could be a number, text, filename, device, or any other type of data. For example, first we set a variables TEST and then we access its value using echo command:
/etc/profile profile
The process is as follows: 1. 2. 3. 4. The shell checks to see whether the file /etc/profile exists. If it exists, the shell reads it. Otherwise, this file is skipped. No error message is displayed. The shell checks to see whether the file .profile exists in your home directory. Your home directory is the directory that you start out in after you log in. If it exists, the shell reads it; otherwise, the shell skips it. No error message is displayed.
19 | P a g e
$
This is the prompt where you can enter commands in order to have them execute. Note - The shell initialization process detailed here applies to all Bourne type shells, but some additional files are used by bash and ksh.
The type of terminal you are using A list of directories in which to locate commands A list of variables effecting look and feel of your terminal.
You can check your .profile available in your home directory. Open it using vi editor and check all the variables set for your environment.
[amrood]$TERM=vt100 [amrood]$
[amrood]$PATH=/bin:/usr/bin [amrood]$
Here each of the individual entries separated by the colon character, :, are directories. If you request the shell to execute a command and it cannot find it in any of the directories given in the PATH variable, a message similar to the following appears:
20 | P a g e
You can make the change yourself every time you log in, or you can have the change made automatically in PS1 by adding it to your .profile file.
21 | P a g e
Environment Variables:
Following is the partial list of important environment variables. These variables would be set and accessed as mentioned above: Variable DISPLAY HOME IFS LANG Description Contains the identifier for the display that X11 programs should use by default. Indicates the home directory of the current user: the default argument for the cd built-in command. Indicates the Internal Field Separator that is used by the parser for word splitting after expansion. LANG expands to the default system locale; LC_ALL can be used to override this. For example, if its value is pt_BR, then the language is set to (Brazilian) Portuguese and the locale to Brazil. On many Unix systems with a dynamic linker, contains a colonseparated list of directories that the dynamic linker should search for shared objects when building a process image after exec, before searching in any other directories. Indicates search path for commands. It is a colon-separated list of directories in which the shell looks for commands. Indicates the current working directory as set by the cd command. Generates a random integer between 0 and 32,767 each time it is referenced. Increments by one each time an instance of bash is started. This variable is useful for determining whether the built-in exit command ends the current session.
LD_LIBRARY_PATH
22 | P a g e
[amrood]$ echo $HOME /root [amrood]$ echo $DISPLAY [amrood]$ echo $TERM xterm [amrood]$ echo $PATH /usr/local/bin:/bin:/usr/bin:/home/amrood/bin:/usr/local/bin [amrood]$
Printing Files:
Before you print a file on a UNIX system, you may want to reformat it to adjust the margins, highlight some words, and so on. Most files can also be printed without reformatting, but the raw printout may not look quite as nice. Many versions of UNIX include two powerful text formatters, nroff and troff. They are not covered in this tutorial but you would quit a lot material on the net for these utilities.
The pr Command:
The pr command does minor formatting of files on the terminal screen or for a printer. For example, if you have a long list of names in a file, you can format it onscreen into two or more columns. Here is the syntax of pr command:
pr option(s) filename(s)
The pr changes the format of the file only on the screen or on the printed copy; it doesn't modify the original file. Following table lists some pr options: Option -k -d -h "header" -t Produces k columns of output Double-spaces the output (not on all pr versions). Takes the next item as a report header. Eliminates printing of header and top/bottom margins. Description
23 | P a g e
Before using pr, here are the contents of a sample file named food
[amrood]$cat food Sweet Tooth Bangkok Wok Mandalay Afghani Cuisine Isle of Java Big Apple Deli Sushi and Sashimi Tio Pepe's Peppers ........ [amrood]$
Let's use pr command to make a two-column report with the header Restaurants:
[amrood]$pr -2 -h "Restaurants" food Nov 7 9:58 1997 Restaurants Page 1 Sweet Tooth Bangkok Wok Mandalay Afghani Cuisine ........ [amrood]$ Isle of Java Big Apple Deli Sushi and Sashimi Tio Pepe's Peppers
(1 file)
The lp command shows an ID that you can use to cancel the print job or check its status.
If you are using lp command, you can use -nNum option to print Num number of copies. Along with the command lpr, you can use -Num for the same. If there are multiple printers connected with the shared network, then you can choose a printer using -dprinter option along with lp command and for the same purpose you can use -Pprinter option along with lpr command. Here printer is the printer name.
[amrood]$lpstat -o laserp-573 john 128865 laserp-574 grace 82744 laserp-575 john 23347 [amrood]$
on laserp
[amrood]$lpq laserp is ready and printing Rank Owner Job Files active john 573 report.ps 1st grace 574 ch03.ps ch04.ps 2nd john 575 standard input [amrood]$
Here the first line displays the printer status. If the printer is disabled or out of paper, you may see different messages on this first line.
Sending Email:
25 | P a g e
[amrood]$mail no email
26 | P a g e
[amrood]$ls -l | grep "Aug" -rw-rw-rw1 john doc -rw-rw-rw1 john doc -rw-rw-r-1 john doc -rw-rw-r-1 carol doc [amrood]$
There are various options which you can use along with grep command: Option -v -n -l -c -i Description Print all lines that do not match pattern. Print the matched line and its line number. Print only the names of files with matching lines (letter "l") Print only the count of matching lines. Match either upper- or lowercase.
Next, let's use a regular expression that tells grep to find lines with "carol", followed by zero or more other characters abbreviated in a regular expression as ".*"), then followed by "Aug". Here we are using -i option to have case insensitive search:
[amrood]$ls -l | grep -i "carol.*aug" -rw-rw-r-1 carol doc 1605 Aug 23 07:35 macros [amrood]$
27 | P a g e
More than two commands may be linked up into a pipe. Taking a previous pipe example using grep, we can further sort the files modified in August by order of size. The following pipe consists of the commands ls, grep, and sort:
[amrood]$ls -rw-rw-r--rw-rw-r--rw-rw-rw-rw-rw-rw[amrood]$
-l | grep "Aug" | sort +4n 1 carol doc 1605 Aug 23 1 john doc 2488 Aug 15 1 john doc 8515 Aug 6 1 john doc 11008 Aug 6
This pipe sorts all files in your directory modified in August by order of size, and prints them to the terminal screen. The sort option +4n skips four fields (fields are separated by blanks) then sorts the lines in numeric order.
[amrood]$ls -rw-rw-r--rw-rw-r--rw-rw-rw-rw-rw-r-.
-l | grep "Aug" | sort +4n | 1 carol doc 1605 Aug 23 1 john doc 2488 Aug 15 1 john doc 8515 Aug 6 1 john doc 14827 Aug 9
28 | P a g e
doc
16867 Aug
6 15:56 ch05
The screen will fill up with one screenful of text consisting of lines sorted by order of file size. At the bottom of the screen is the more prompt where you can type a command to move through the sorted text. When you're done with this screen, you can use any of the commands listed in the discussion of the more program.
Starting a Process:
When you start a process (run a command), there are two ways you can run it:
Foreground Processes:
By default, every process that you start runs in the foreground. It gets its input from the keyboard and sends its output to the screen. You can see this happen with the ls command. If I want to list all the files in my current directory, I can use the following command:
[amrood]$ls ch*.doc
This would display all the files whose name start with ch and ends with .doc:
ch02.doc ch05.doc
ch03-2.doc ch06-2.doc
The process runs in the foreground, the output is directed to my screen, and if the ls command wants any input (which it does not), it waits for it from the keyboard.
29 | P a g e
Background Processes:
A background process runs without being connected to your keyboard. If the background process requires any keyboard input, it waits. The advantage of running a process in the background is that you can run other commands; you do not have to wait until it completes to start another! The simplest way to start a background process is to add an ampersand ( &) at the end of the command.
ch02.doc ch05.doc
ch03-2.doc ch06-2.doc
Here if the ls command wants any input (which it does not), it goes into a stop state until I move it into the foreground and give it the data from the keyboard. That first line contains information about the background process - the job number and process ID. You need to know the job number to manipulate it between background and foreground. If you press the Enter key now, you see the following:
ls ch*.doc &
The first line tells you that the ls command background process finishes successfully. The second is a prompt for another command.
CMD sh abiword ps
One of the most commonly used flags for ps is the -f ( f for full) option, which provides more information as shown in the following example:
[amrood]$ps -f UID PID PPID C STIME TTY TIME CMD amrood 6738 3662 0 10:23:03 pts/6 0:00 first_one
30 | P a g e
Here is the description of all the fileds displayed by ps -f command: Column UID PID PPID C STIME TTY TIME CMD Description User ID that this process belongs to (the person running it). Process ID. Parent process ID (the ID of the process that started it). CPU utilization of process. Process start time. Terminal type associated with the process CPU time taken by the process. The command that started this process.
There are other options which can be used along with ps command: Option -a -x -u -e Description Shows information about all users Shows information about processes without terminals. Shows additional information like -f option. Display extended information.
Stopping Processes:
Ending a process can be done in several different ways. Often, from a console-based command, sending a CTRL + C keystroke (the default interrupt character) will exit the command. This works when process is running in foreground mode. If a process is running in background mode then first you would need to get its Job ID using ps command and after that you can use kill command to kill the process as follows:
[amrood]$ps -f UID PID PPID amrood 6738 3662 amrood 6739 3662 amrood 3662 3657 amrood 6892 3662 [amrood]$kill 6738 Terminated
C 0 0 0 4
Here kill command would terminate first_one process. If a process ignores a regular kill command, you can use kill -9 followed by the process ID as follows:
[amrood]$kill -9 6738
31 | P a g e
Daemon Processes:
Daemons are system-related background processes that often run with the permissions of root and services requests from other processes. A daemon process has no controlling terminal. It cannot open /dev/tty. If you do a "ps -ef" and look at the tty field, all daemons will have a ? for the tty. More clearly, a daemon is just a process that runs in the background, usually waiting for something to happen that it is capable of working with, like a printer daemon is waiting for print commands. If you have a program which needs to do long processing then its worth to make it a daemon and run it in background.
[amrood]$top
32 | P a g e
Tracking and isolating hardware and software problems. Determining the status of the network and various foreign hosts. Testing, measuring, and managing networks.
Syntax:
Following is the simple syntax to use ping command:
Example:
Following is the example to check the availability of a host available on the network:
[amrood]$ping google.com PING google.com (74.125.67.100) 56(84) bytes of data. 64 bytes from 74.125.67.100: icmp_seq=1 ttl=54 time=39.4 ms 64 bytes from 74.125.67.100: icmp_seq=2 ttl=54 time=39.9 ms 64 bytes from 74.125.67.100: icmp_seq=3 ttl=54 time=39.3 ms 64 bytes from 74.125.67.100: icmp_seq=4 ttl=54 time=39.1 ms 64 bytes from 74.125.67.100: icmp_seq=5 ttl=54 time=38.8 ms --- google.com ping statistics --22 packets transmitted, 22 received, 0% packet loss, time 21017ms rtt min/avg/max/mdev = 38.867/39.334/39.900/0.396 ms [amrood]$
If a host does not exist then it would behave something like this:
33 | P a g e
Connect and login to a remote host. Navigate directories. List directory contents Put and get files Transfer files as ascii, ebcdic or binary
Syntax:
Following is the simple syntax to use ping command:
It should be noted that all the files would be downloaded or uploaded to or from current directories. If you want to upload your files in a particular directory then first you change to that directory and then upload required files.
Example:
Following is the example to show few commands:
[amrood]$ftp amrood.com
34 | P a g e
C:>telnet amrood.com Trying... Connected to amrood.com. Escape character is '^]'. login: amrood amrood's Password: ***************************************************** * * * *
35 | P a g e
Tty pts/0
Idle
[amrood]$ finger amrood Login: amrood Name: (null) Directory: /home/amrood Shell: /bin/bash On since Thu Jun 25 08:03 (MST) on pts/0 from 62.61.164.115 No mail. No Plan.
Check all the logged in users on remote machine as follows:
Idle
[amrood]$ finger amrood@avtar.com Login: amrood Name: (null) Directory: /home/amrood Shell: /bin/bash On since Thu Jun 25 08:03 (MST) on pts/0 from 62.61.164.115 No mail. No Plan.
It's usually available on all the flavors of Unix system. Its implementations are very similar across the board. It requires very few resources. It is more user friendly than any other editors like ed or ex.
You can use vi editor to edit an existing file or to create a new file from scratch. You can also use this editor to just read a text file.
Following is the example to create a new file testfile if it already does not exist in the current working directory:
[amrood]$vi testfile
As a result you would see a screen something like as follows:
37 | P a g e
Operation Modes:
While working with vi editor you would come across following two modes: 1. Command mode: This mode enables you to perform administrative tasks such as saving files, executing commands, moving the cursor, cutting (yanking) and pasting lines or words, and finding and replacing. In this mode, whatever you type is interpreted as a command. Insert mode: This mode enables you to insert text into the file. Everything that's typed in this mode is interpreted as input and finally it is put in the file .
2.
The vi always starts in command mode. To enter text, you must be in insert mode. To come in insert mode you simply type i. To get out of insert mode, press the Esc key, which will put you back into command mode. Hint: If you are not sure which mode you are in, press the Esc key twice, and then you'll be in command mode. You open a file using vi editor and start type some characters and then come in command mode to understand the difference.
38 | P a g e
There are many other ways to move within a file in vi. Remember that you must be in command mode (press Esc twice). Here are some more commands you can use to move around the file: Command 0 or | $ w b ( ) E { } [[ ]] n| 1G G nG :n fc Fc H nH M L nL :x Description Positions cursor at beginning of line. Positions cursor at end of line. Positions cursor to the next word. Positions cursor to previous word. Positions cursor to beginning of current sentence. Positions cursor to beginning of next sentence. Move to the end of Blank delimited word Move a paragraph back Move a paragraph forward Move a section back Move a section forward Moves to the column n in the current line Move to the first line of the file Move to the last line of the file Move to nth line of the file Move to nth line of the file Move forward to c Move back to c Move to top of screen Moves to nth line from the top of the screen Move to middle of screen Move to botton of screen Moves to nth line from the bottom of the screen Colon followed by a number would position the cursor on line number represented by x
Control Commands:
There are following useful command which you can use along with Control Key: Command CTRL+d Move forward 1/2 screen Description
39 | P a g e
Editing Files:
To edit the file, you need to be in the insert mode. There are many ways to enter insert mode from the command mode: Command i I a A o O Description Inserts text before current cursor location. Inserts text at beginning of current line. Inserts text after current cursor location. Inserts text at end of current line. Creates a new line for text entry below cursor location. Creates a new line for text entry above cursor location.
Deleting Characters:
Here is the list of important commands which can be used to delete characters and lines in an opened file: Command x X dw d^ d$ D dd Description Deletes the character under the cursor location. Deletes the character before the cursor location. Deletes from the current cursor location to the next word. Deletes from current cursor position to the beginning of the line. Deletes from current cursor position to the end of the line. Deletes from the cursor position to the end of the current line. Deletes the line the cursor is on.
40 | P a g e
Change Commands:
You also have the capability to change characters, words, or lines in vi without deleting them. Here are the relevant commands: Command cc cw r R s S Description Removes contents of the line, leaving you in insert mode. Changes the word the cursor is on from the cursor to the lowercase w end of the word. Replaces the character under the cursor. vi returns to command mode after the replacement is entered. Overwrites multiple characters beginning with the character currently under the cursor. You must use Esc to stop the overwriting. Replaces the current character with the character you type. Afterward, you are left in insert mode. Deletes the line the cursor is on and replaces with new text. After the new text is entered, vi remains in insert mode.
Advanced Commands:
There are some advanced commands that simplify day-to-day editing and allow for more efficient use of vi: Command J << >> Description Join the current line with the next one. A count joins that many lines. Shifts the current line to the left by one shift width. Shifts the current line to the right by one shift width.
41 | P a g e
The / command searches forwards (downwards) in the file. The ? command searches backwards (upwards) in the file.
The n and N commands repeat the previous search command in the same or opposite direction, respectively. Some characters have special meanings while using in search command and preceded by a backslash (\) to be included as part of the search expression. Character ^ . * $ Description Search at the beginning of the line. (Use at the beginning of a search expression.) Matches a single character. Matches zero or more of the previous character. End of the line (Use at the end of the search expression.)
42 | P a g e
The character search searches within one line to find a character entered after the command. The f and F commands search for a character on the current line only. f searches forwards and F searches backwards and the cursor moves to the position of the found character. The t and T commands search for a character on the current line only, but for t, the cursor moves to the position before the character, and T searches the line backwards to the position after the character.
Set Commands:
You can change the look and feel of your vi screen using the following :set commands. To use these commands you have to come in command mode then type :set followed by any of the following options: Command :set ic :set ai :set noai :set nu :set sw :set ws :set wm Ignores case when searching Sets autoindent To unset autoindent. Displays lines with line numbers on the left side. Sets the width of a software tabstop. For example you would set a shift width of 4 with this command: :set sw=4 If wrapscan is set, if the word is not found at the bottom of the file, it will try to search for it at the beginning. If this option has a value greater than zero, the editor will automatically "word wrap". For example, to set the wrap margin to two characters, you would type this: :set wm=2 Changes file type to "read only" Prints terminal type Discards control characters from input Description
Running Commands:
The vi has the capability to run commands from within the editor. To run a command, you only need to go into command mode and type :! command. For example, if you want to check whether a file exists before you try to save your file to that filename, you can type :! ls and you will see the output of ls on the screen. When you press any key (or the command's escape sequence), you are returned to your vi session.
Replacing Text:
43 | P a g e
:s/search/replace/g
The g stands for globally. The result of this command is that all occurrences on the cursor's line are changed.
IMPORTANT:
Here are the key points to your success with vi:
You must be in command mode to use commands. (Press Esc twice at any time to ensure that you are in command mode.) You must be careful to use the proper case (capitalization) for all commands. You must be in insert mode to enter text.
Learn JSP Learn Servlets Learn log4j Learn iBATIS Learn Java Learn JDBC Java Examples Learn Best Practices Learn Python Learn Ruby Learn Ruby on Rails Learn SQL Learn MySQL Learn AJAX Learn C Programming Learn C++ Programming Learn CGI with PERL Learn DLL Learn ebXML Learn Euphoria Learn GDB Debugger Learn Makefile Learn Parrot
Learn ASP.Net Learn HTML Learn HTML5 Learn XHTML Learn CSS Learn HTTP Learn JavaScript Learn jQuery Learn Prototype Learn script.aculo.us Web Developer's Guide Learn RADIUS Learn RSS Learn SEO Techniques Learn SOAP Learn UDDI Learn Unix Sockets Learn Web Services Learn XML-RPC Learn UML Learn UNIX Learn WSDL Learn i-Mode
44 | P a g e
Learn Perl Script Learn PHP Script Learn Six Sigma Learn SEI CMMI Learn WiMAX Learn Telecom Billing
Learn GPRS Learn GSM Learn WAP Learn WML Learn Wi-Fi
webmaster@TutorialsPoint.com
45 | P a g e