Linux (1)
Linux (1)
What is an Kernal ?
MULTICS PROJECT
Boot Loader
Kernal
Init
Login Screen
Hardware Boot
Boot Loader
Kernal
Init
Login Screen
Hardware Boot
Boot Loader
Kernal
Init
Login Screen
Hardware Boot
Boot Loader
Kernal
Init
The virtual console enable a user to have multiple logins even when
not using an X window System. They provide full screen non-GUI
access to the system. The virtual console available through
Ctrl+Alt+(F1-F6)
Full Backup
Complete back up of entire system.
Incremental Backup
It includes all files that were changed since the last
backup. It always smaller than differential backup.
Differential Backup
It includes all the files that were changed since the last
full backup. As time increases since the last full-backup
the size of differential backup increases.
Commands for Backup
Options :
-c - Create
-v - Verbose
-f - File
-t - Table of content
-x - Extract to
tar Command
Options :
-I - To install the package
-v - Verbose
-h - To Display the progress in hashes
--force - To install package forcefully
--aid - To install package along with dependencies
RPM -Upgrade
Options :
-U - To Upgrade the existing the package
-v - Verbose
-h - To Display the progress in hashes
RPM - Remove
Options :
Options :
Ext2 Ext3
No journaling support Journaling supported
Less speed More speed
Less Secure More secure
Formatting of partition
To activate RAID
[root@comp1 ~]#mdadm -A /dev/md0 /dev/hda8
/dev/hda9 /dev/hda10
Basic File Permission
Permissions
i.e.
read-write for the owner.
read-only for the owner’s group and
read-only for the others
Default File Permission
Packages
portmap-4.0-63.i386.rpm
nfs-utils-1.0.6-46.i386.rpm
Port Numbers
2049 Nfsd
111 Portmap
Configuration File
/etc/exports
Service
portmap
nfs
Daemons
nfsd
Configuring NFS Server
Packages
samba-common-3.0.10-1.4E.i386.rpm
samba-3.0.10-1.4E.i386.rpm
samba-client-3.0.10-1.4E.i386.rpm
Port Numbers
137 NetBIOS Name Service
138 NetBIOS Datagram Service
139 NetBIOS Session Service
Configuration File
/etc/samba/smb.conf
Service
smb
Daemons
smbd
Configuring SAMBA Server
Create Users
[root@comp1 ~]#useradd user1
[root@comp1 ~]#useradd user2