<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:gd="http://schemas.google.com/g/2005" xmlns:georss="http://www.georss.org/georss" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:thr="http://purl.org/syndication/thread/1.0"><id>tag:blogger.com,1999:blog-8845078961379603463</id><updated>2026-01-04T10:32:10.185+05:30</updated><category term="Server"/><category term="shell scripting"/><category term="Commands"/><category term="Linux concepts"/><category term="Files &amp; Permissions"/><category term="Basic Commands"/><category term="Help in Linux"/><category term="Installation"/><category term="Linux Networking"/><category term="booting"/><category term="process"/><category term="Desktop Environment"/><category term="Linux Distributor"/><category term="text editor"/><title type="text">Page Linux: The Linux / UNIX Guide</title><subtitle type="html">UNIX, Linux Concepts, Commands, Advance Linux, Linux Networking and Servers, Shell Scripting.</subtitle><link href="https://vedslinux.blogspot.com/feeds/posts/default" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/" rel="alternate" type="text/html"/><link href="http://pubsubhubbub.appspot.com/" rel="hub"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default?start-index=26&amp;max-results=25" rel="next" type="application/atom+xml"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><generator uri="http://www.blogger.com" version="7.00">Blogger</generator><openSearch:totalResults>63</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-8765957199303494078</id><published>2014-11-19T20:23:00.000+05:30</published><updated>2014-11-19T20:44:53.724+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Server"/><title type="text">Apache web server</title><summary type="text">



Apache Web Server: Introduction and Installation


What is Apache web Server?
Apache is a most popular, freely available open source web server. A Web server accepts HTTP requests from web clients and serves them HTTP responses in the form of web pages that contains static (text, images etc) and dynamic (scripts) content.According to the Apache Software Foundation:The name 'Apache' was chosen</summary><link href="https://vedslinux.blogspot.com/feeds/8765957199303494078/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/8765957199303494078?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/8765957199303494078" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/8765957199303494078" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/11/apache-web-server.html" rel="alternate" title="Apache web server" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-1166256634473578472</id><published>2014-11-18T20:01:00.003+05:30</published><updated>2015-03-22T12:13:52.106+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Server"/><title type="text">Samba Server Access Control Options</title><summary type="text">



Options to restrict the security in Samba Server



valid users 
It is required when some users only can access the directory, not all users.


[sales]
path = /home/samba/salescomment = Sales Datawriteable = yesvalid users = tom dick harry

Here sales directory can be accessed by the user listed in valid users.


invalid users
To explicitly deny the listed users access we use invalid users. </summary><link href="https://vedslinux.blogspot.com/feeds/1166256634473578472/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/1166256634473578472?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/1166256634473578472" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/1166256634473578472" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/11/samba-server-access-control-options.html" rel="alternate" title="Samba Server Access Control Options" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-24205191660064331</id><published>2014-11-17T19:41:00.000+05:30</published><updated>2015-03-22T12:14:55.915+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Server"/><title type="text">Samba User Security</title><summary type="text">

Samba User authentication and security

If we want only valid user can only access the Samba server then we use security as user in global section. If we set security = user in global section then user will require to provide password to access the Samba Server.


The global for user security  

[global]workgroup = WORKGROUPserver string = Samba Servernetbios name = LinuxSambasecurity = user

</summary><link href="https://vedslinux.blogspot.com/feeds/24205191660064331/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/24205191660064331?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/24205191660064331" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/24205191660064331" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/11/samba-user-security.html" rel="alternate" title="Samba User Security" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-8724552904463993072</id><published>2014-10-24T13:48:00.000+05:30</published><updated>2015-03-22T12:15:47.315+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Server"/><title type="text">Creating Samba User</title><summary type="text">



Samba User Creation on Samba Server

We can create a user for Samba Server who can own files and directories. 

First we create a Linux user who can’t login to any shell.


# useradd -s /bin/false sambauser# passwd passwordChanging password for user sambauser.New UNIX password:Retype new UNIX password:passwd: all authentication tokens updated successfully.


Now we create a samba share </summary><link href="https://vedslinux.blogspot.com/feeds/8724552904463993072/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/8724552904463993072?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/8724552904463993072" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/8724552904463993072" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/10/creating-samba-user.html" rel="alternate" title="Creating Samba User" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-8220126262785055833</id><published>2014-09-16T14:31:00.003+05:30</published><updated>2014-09-16T14:36:15.369+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Basic Commands"/><title type="text">Echo Command - Writing Output on Screen</title><summary type="text">


Echo Command
Echo is a shell built-in command used to display a line of text on standard output.echo with -e option enables interpretation of backslash escapesSome backslashes used for different purpose are:



 

  
\\

  
backslash

 

  
\a

  
alert (BEL)

 

  
\b

  
backspace

 

  
\c

  
suppress trailing newline

 

  
\f

  
form feed

 

  
\n

  
new line

 

  
\r

  
carriage </summary><link href="https://vedslinux.blogspot.com/feeds/8220126262785055833/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/8220126262785055833?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/8220126262785055833" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/8220126262785055833" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/09/echo-command-writing-output-on-screen.html" rel="alternate" title="Echo Command - Writing Output on Screen" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-511719910750578150</id><published>2014-09-12T11:02:00.000+05:30</published><updated>2015-03-22T12:17:32.776+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Server"/><title type="text">Sharing a directory with Samba</title><summary type="text">



Sharing Files and Directories with Samba

Update the global section of configuration file smb.conf as below[global]workgroup = WORKGROUPserver string = Samba Servernetbios name = LinuxSambasecurity = shareEnter the name of workgroup, put server string name as you wish, write the netbios name and security as share. 


Security option
Security has many options as share, user, domain, ads and </summary><link href="https://vedslinux.blogspot.com/feeds/511719910750578150/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/511719910750578150?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/511719910750578150" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/511719910750578150" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/09/sharing-directory-with-samba.html" rel="alternate" title="Sharing a directory with Samba" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-228835374935396554</id><published>2014-09-11T09:09:00.001+05:30</published><updated>2014-09-11T09:11:29.571+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Basic Commands"/><title type="text">Date and hwclock Commands with Example</title><summary type="text">

Date Command
Date command is used to display the current date and time or setting the system date and time on terminal or through ssh session.




date command Examples

To display the current date and time use date command

$  dateThu Aug 28 17:50:29 IST 2014



To Display The Hardware Clock (RTC), you need to be root user to use hwclock command.

#hwclockThu 28 Aug 2014 05:56:45 PM IST  </summary><link href="https://vedslinux.blogspot.com/feeds/228835374935396554/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/228835374935396554?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/228835374935396554" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/228835374935396554" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/09/date-and-hwclock-commands-with-example.html" rel="alternate" title="Date and hwclock Commands with Example" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-4837807908209100109</id><published>2014-08-28T20:17:00.000+05:30</published><updated>2014-08-28T20:17:14.503+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Commands"/><title type="text">Linux Command for calculation - bc</title><summary type="text">

bc Command in Linux with Example
bc is a command line basic calculator. bc is typically used as either a mathematical scripting language or as an interactive mathematical shell.Doing arithmetic calculation use bc as below. bc can be used with echo command
Addition
$ echo "3+5" | bc8
Substraction
$ echo "15-3" | bc12

Multiplication
$ echo "2*8" | bc16
Division
$ echo "2/3" | bc0$ echo "6/4" | </summary><link href="https://vedslinux.blogspot.com/feeds/4837807908209100109/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/4837807908209100109?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/4837807908209100109" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/4837807908209100109" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/08/linux-command-for-calculation-bc.html" rel="alternate" title="Linux Command for calculation - bc" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-911765144807626539</id><published>2014-08-27T20:20:00.000+05:30</published><updated>2015-03-22T12:19:08.960+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Server"/><title type="text">Samba Server Configuration in Linux</title><summary type="text">

Configuring Samba Server



To install Samba
run command



yum&amp;nbsp;install samba samba-client samba-common



The Samba Configuration file is /etc/samba/smb.conf



Take a backup of this file before configuring any samba
share using command

mv /etc/samba/smb.conf /etc/samba/smb.conf.bkp





Minimal
smb.conf



Here is an example of a minimum configuration of
smb.conf



$ cat /etc/samba/</summary><link href="https://vedslinux.blogspot.com/feeds/911765144807626539/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/911765144807626539?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/911765144807626539" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/911765144807626539" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/08/samba-server-configuration-in-linux.html" rel="alternate" title="Samba Server Configuration in Linux" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-7829054614852683992</id><published>2014-08-26T21:15:00.000+05:30</published><updated>2014-08-27T20:44:43.651+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Commands"/><title type="text">Cal Command in Linux</title><summary type="text">

Linux Basic Command - cal to display calendar



Cal displays a simple calendar.&amp;nbsp; If arguments are not specified, the current
month is displayed.&amp;nbsp; The options are as
follows:

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Display single month output.&amp;nbsp; (This is the default.)

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Display prev/current/next month </summary><link href="https://vedslinux.blogspot.com/feeds/7829054614852683992/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/7829054614852683992?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/7829054614852683992" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/7829054614852683992" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/08/linux-command-cal.html" rel="alternate" title="Cal Command in Linux" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaVPcnVaPIMQKHsDsxj8MpSKXBqZ1HkawCMaayB2PLdmDC1cWQFf4yiCj5hy457ASl67f6c90lze_IThosvotaBks24PvLxmeblPnEiFdI7ixPknsfzvlS22yyD7fuAU8TWylx5qeQLms/s72-c/cal+command.PNG" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-2571528226150532798</id><published>2014-08-25T20:31:00.000+05:30</published><updated>2015-03-22T12:20:51.262+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Server"/><title type="text">Daemons required for Samba Server</title><summary type="text">

Samba daemons


Samba consists mainly three daemons nmbd, smbd and winbindd and one management service application SWAT.

nmbd
The nmbd daemon takes care of all the names and naming. This daemon listens for name-server requests and provides the appropriate IP addresses when called upon.  It registers and resolves names, and handles browsing. According to the Samba documentation, it should be </summary><link href="https://vedslinux.blogspot.com/feeds/2571528226150532798/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/2571528226150532798?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/2571528226150532798" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/2571528226150532798" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/08/daemons-required-for-samba-server.html" rel="alternate" title="Daemons required for Samba Server" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-6383754618274696914</id><published>2014-08-23T16:52:00.001+05:30</published><updated>2015-03-22T12:21:56.436+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Server"/><title type="text">Samba Server - Introduction and Installation</title><summary type="text">



What is Samba?
Samba is an Open Source and Free Software suite that provides seamless file and print services to SMB/CIFS clients." Samba is freely available and used to communicate with Linux/Unix servers and Windows-based clients.Samba implements the CIFS network protocol. Samba offers many services. It can share one or more directory tree. It also provides Windows Internet Name Service (</summary><link href="https://vedslinux.blogspot.com/feeds/6383754618274696914/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/6383754618274696914?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/6383754618274696914" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/6383754618274696914" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/08/samba-server-introduction-and.html" rel="alternate" title="Samba Server - Introduction and Installation" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-7367816831556669337</id><published>2014-07-03T14:11:00.001+05:30</published><updated>2015-03-22T12:23:27.111+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Server"/><title type="text">Configuring NFS on Linux</title><summary type="text">

Installing NFS Server and NFS Client
We need to install NFS packages (nfs-utils and nfs-utils-lib ) which contains all required NFS services &amp;nbsp;on our NFS Server as well as on NFS Client machine. We can install it via “yum” (Red Hat Linux) and “apt-get” (Debian and Ubuntu) package installers.[root@nfsserver ~]# yum install nfs-utils nfs-utils-lib[root@nfsserver ~]# yum install portmap (not </summary><link href="https://vedslinux.blogspot.com/feeds/7367816831556669337/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/7367816831556669337?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/7367816831556669337" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/7367816831556669337" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/07/configuring-nfs-on-linux.html" rel="alternate" title="Configuring NFS on Linux" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-8126253284953808793</id><published>2014-06-26T19:59:00.001+05:30</published><updated>2015-03-22T12:24:35.984+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Server"/><title type="text">Network File System (NFS) Services</title><summary type="text">

NFS Services
All NFS versions rely on Remote Procedure Calls (RPC) between clients and servers. RPC services under Red Hat Enterprise Linux 6 are controlled by the rpcbind service. To share or mount NFS file systems, the following services work together.



rpcbind
(portmap in older versions of Linux) The primary daemon upon which all the others rely, rpcbind manages connections for </summary><link href="https://vedslinux.blogspot.com/feeds/8126253284953808793/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/8126253284953808793?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/8126253284953808793" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/8126253284953808793" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/06/network-file-system-nfs-services.html" rel="alternate" title="Network File System (NFS) Services" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-2330525929543328551</id><published>2014-06-24T19:51:00.004+05:30</published><updated>2015-03-22T12:25:15.400+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Server"/><title type="text">NFS Server - Configuration Files</title><summary type="text">

Configuration Files of NFS Server in Linux

Main configuration files to set up an NFS server is /etc/exports.Other two file required to restrict IP address are  /etc/hosts.allow, and /etc/hosts.deny. 



/etc/exports

This file contains a list of directory that is shared and its options. 

An entry in /etc/exports is like 

/nfsdir 192.168.1.101(rw,sync,no_root_squash) 192.168.1.102(ro,sync)

</summary><link href="https://vedslinux.blogspot.com/feeds/2330525929543328551/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/2330525929543328551?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/2330525929543328551" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/2330525929543328551" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/06/nfs-server-configuration-files.html" rel="alternate" title="NFS Server - Configuration Files" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-8967930665435213964</id><published>2014-06-23T21:04:00.000+05:30</published><updated>2015-03-22T12:26:28.944+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Server"/><title type="text">NFS Server in Linux - Concepts</title><summary type="text">


NFS (Network File System)
NFS stands for Network File System, a file system developed by Sun Microsystems, Inc. A Network File System (NFS) allows remote hosts to mount file systems over a network and interact with those file systems as though they are mounted locally. For example, if you were using a computer linked to a second computer via NFS, you could access files on the second computer </summary><link href="https://vedslinux.blogspot.com/feeds/8967930665435213964/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/8967930665435213964?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/8967930665435213964" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/8967930665435213964" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/06/nfs-server-in-linux-concepts.html" rel="alternate" title="NFS Server in Linux - Concepts" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-1335059842438484133</id><published>2014-06-15T14:23:00.000+05:30</published><updated>2015-03-22T12:27:01.663+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="booting"/><title type="text">Login Process in Linux</title><summary type="text">





When Linux booting process is completed it display the login prompt. There are different process running in Linux when any user login to their shell. these processes are as follows.













Login process steps

Init starts getty process

getty process initiates login prompt on terminal

login command check user credentials from /etc/passwd

getty starts user shell process

shell reads </summary><link href="https://vedslinux.blogspot.com/feeds/1335059842438484133/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/1335059842438484133?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/1335059842438484133" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/1335059842438484133" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/06/login-process-in-linux.html" rel="alternate" title="Login Process in Linux" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgokJF-Euzql1g-w9F6MD5eY5rMn9ymyVB8pH1aXGbhBswZDEPS66NHhEejiR_aeLdz26PIRaUHf7P7I2pucyvls3LklQV_KGVow8iwB6Wq1fKT5n41HOUgOnj9d5wBFg71KNlzMZCbrto/s72-c/login.png" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-1536484707388591620</id><published>2014-05-09T08:47:00.002+05:30</published><updated>2014-05-09T08:55:14.512+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Server"/><title type="text">Telnet Server Configuration and Commands in Linux</title><summary type="text">

Telnet

Telnet protocol allows you to connect to remote hosts over TCP/IP network (such as the Internet). Using telnet client software on your computer, you can make a connection to a telnet server (i.e., the remote host). Once your telnet client establishes a connection to the remote host, your client becomes a virtual terminal, allowing you to communicate with the remote host from your </summary><link href="https://vedslinux.blogspot.com/feeds/1536484707388591620/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/1536484707388591620?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/1536484707388591620" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/1536484707388591620" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/05/telnet-server-configuration-and.html" rel="alternate" title="Telnet Server Configuration and Commands in Linux" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-131141688124431377</id><published>2014-04-23T10:11:00.000+05:30</published><updated>2014-05-09T09:07:36.170+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Server"/><title type="text">FTP Linux Commands</title><summary type="text">

Linux Commands of FTP Server




Command to connect ftp server
ftp ftp.example.comftp 192.268.10.20ftp user@ftp.example.comThis command will attempt to connect to the ftp server. If it succeeds, it will ask to log in using a username and password. Public ftp servers often allow you to log in using the username "anonymous". 



FTP Prompt


When you enter your loginname and password for the ftp </summary><link href="https://vedslinux.blogspot.com/feeds/131141688124431377/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/131141688124431377?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/131141688124431377" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/131141688124431377" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/04/ftp-linux-commands.html" rel="alternate" title="FTP Linux Commands" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-3512224940099272249</id><published>2014-04-18T07:11:00.000+05:30</published><updated>2014-04-18T07:11:09.124+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Server"/><title type="text">FTP Server Configuration</title><summary type="text">

Configuration of VSFTPD
Vsftpd configuration file can be found on /etc/vsftpd/vsftpd.conf. After making any change in the file you need to restart the vsftpd service.Default settingBy default ftp is set for anonymous login, and only permits download not upload.Anonymous user cannot create directory in default setting.By default VSFTPD uses directory /var/ftpDefault log file location is /var/log</summary><link href="https://vedslinux.blogspot.com/feeds/3512224940099272249/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/3512224940099272249?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/3512224940099272249" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/3512224940099272249" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/04/ftp-server-configuration.html" rel="alternate" title="FTP Server Configuration" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-6646970606403154620</id><published>2014-04-06T20:14:00.001+05:30</published><updated>2014-04-11T14:52:14.978+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Server"/><title type="text">FTP Server Installation Steps in Linux</title><summary type="text">



What is VSFTPD?



FTP by itself is not a very secure. Data transmitted in
clear text, without encryption so making it subject to interception and theft. Now
we have more secure options the Very Secure FTP daemon (vsftpd).&amp;nbsp;



VSFTPD features



Virtual IP configurations
Powerful per-user configurability
Band Width limits
Per-source-IP configurability
Per-source-IP limits
IPv6 compatible</summary><link href="https://vedslinux.blogspot.com/feeds/6646970606403154620/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/6646970606403154620?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/6646970606403154620" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/6646970606403154620" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/04/ftp-server-installation-steps-in-linux.html" rel="alternate" title="FTP Server Installation Steps in Linux" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-357815901080485206</id><published>2014-04-02T07:54:00.003+05:30</published><updated>2014-04-05T11:48:04.410+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Server"/><title type="text">FTP server Basics and Types</title><summary type="text">


What is FTP
FTP stands for File Transfer Protocol and it is used as one of the most common means of copying files between server and client over a TCP based network like Internet. FTP is the most used protocol over internet to transfer files. Any Linux system can operate as an FTP server. It has to run only the server software—an FTP daemon with the appropriate configuration. Transfers are </summary><link href="https://vedslinux.blogspot.com/feeds/357815901080485206/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/357815901080485206?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/357815901080485206" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/357815901080485206" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/04/ftp-server-basics-and-types.html" rel="alternate" title="FTP server Basics and Types" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMAMxKTFo64Qo3QRGTE2-yTKrlLxWYmVvPLwljPkGd9zC60urK_Y1f5ch9hN73au2sFObKIhkG98rEYPMVndCyts9b-95KtjVYCnDvxiBsa6g53Shyphenhyphenna1K3Bxv36qVr0z09nwF090z_08/s72-c/active_ftp.jpg" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-6367608620801353742</id><published>2014-03-15T17:34:00.002+05:30</published><updated>2015-03-22T12:29:12.019+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Commands"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux concepts"/><title type="text">Internal and External Commands in Linux UNIX </title><summary type="text">

Internal Command



Internal commands are the commands that are executed
directly by the shell. These commands will not have a separate process. You can’t
find these commands in PATH directories in system because these are built in shell
command. echo is an external command and if you try to find its path it will
show shell built in.



$ type echo

echo is a shell builtin



when you run echo </summary><link href="https://vedslinux.blogspot.com/feeds/6367608620801353742/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/6367608620801353742?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/6367608620801353742" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/6367608620801353742" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/03/internal-and-external-commands-in-linux.html" rel="alternate" title="Internal and External Commands in Linux UNIX " type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcKue_xQo0QRZXoT-MlgZeLzNm8VmTDfx3boB1y1cBAmYhEbMgso26o72p8RInLo4Joqscx1qg3CftcbAxqoIOtKGGnbJggMgCutNQGDZqcLuYib2yGYGRglf3N6C7LOclM9hiRpngh1g/s72-c/internal+vs+external+commands.png" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-1457262286783811815</id><published>2014-03-13T20:39:00.000+05:30</published><updated>2014-03-13T20:44:03.844+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux Networking"/><title type="text">Name Resolver Configuration (resolv.conf) in Linux</title><summary type="text">







Name Resolver



The name
resolver is used to convert a human friendly name (hostname) to machine
friendly name i.e. (IP address). It is use to configure client side access to
the Internet Domain Name System (DNS). This file defines which name servers to
use.





Fully Qualified Domain Name



A fully qualified domain name (FQDN) is the complete domain name
for a specific computer or </summary><link href="https://vedslinux.blogspot.com/feeds/1457262286783811815/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/1457262286783811815?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/1457262286783811815" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/1457262286783811815" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/03/name-resolver-configuration-resolvconf.html" rel="alternate" title="Name Resolver Configuration (resolv.conf) in Linux" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUhvO1hARJ1IFi5aTwxZ1yuQ1SR2JYoeR8bx4nT0UBavf8QvY01HDDC1z43fS-0unmWWcp2328DbMNXMPlpFHIoTjFWdOnMk8F6oKguLVhohVyXhuNK9O26TbGbKfQwj7zQa3-fl3RR40/s72-c/resolv_conf.jpg" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8845078961379603463.post-1911396859473256068</id><published>2014-03-11T20:51:00.000+05:30</published><updated>2014-03-11T20:53:51.578+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux Networking"/><title type="text">Network Interface Configuration (ifconfig) in Linux</title><summary type="text">

ifconfig command



The “ifconfig” or interface configuration command is used
for displaying and configuring the network configuration information like ip
address, broadcast address, netmask etc.



ifconfig is used to configure the system's kernel-resident
network interfaces. It is used at boot time to set up interfaces as necessary.
After that, it is usually only needed when debugging or when</summary><link href="https://vedslinux.blogspot.com/feeds/1911396859473256068/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="https://www.blogger.com/comment/fullpage/post/8845078961379603463/1911396859473256068?isPopup=true" rel="replies" title="0 Comments" type="text/html"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/1911396859473256068" rel="edit" type="application/atom+xml"/><link href="https://www.blogger.com/feeds/8845078961379603463/posts/default/1911396859473256068" rel="self" type="application/atom+xml"/><link href="https://vedslinux.blogspot.com/2014/03/network-interface-configuration.html" rel="alternate" title="Network Interface Configuration (ifconfig) in Linux" type="text/html"/><author><name>Ved</name><uri>http://www.blogger.com/profile/12521066212539267018</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdnYKbE9NOdd8EVVBIgTso2jE5MjZU0nXdkjuG59E45eK5XAfBuxESq0YCzg9JJjsXxp-UVFa4F6sAhNfaTyWMKc2W0glBXrZKnKinj-cLgMS31p9IIfWdr35UjnCKRUjdkOQN_4ANNy8/s72-c/ifconfig.png" width="72"/><thr:total>0</thr:total></entry></feed>