Linux for freshers
Linux Administration, Interview Question, Tips And Tricks
Pages
(Move to ...)
Linux History
Features Of Linux
FILE SYSTEM HIERARCHY
Linux Boot Process
User administration in Linux
how to use Vi Editor in linux?
LVM ( logical volume manager )
ACL (access control list)
Package_Management_with_RPM
list of control operators in linux?
commands and arguments
Examples for head, tail, cat in linux?
working with files
how to create a directories in linux?
how to use man page in linux?
apache (web sever)
SSH (Secure Shell )Server
Samba Server
NFS (Network File System ) Server
DHCP Server
FTP server
Telnet Server
Yum (Yellowdog Updater, Modified) Server
NTP (Network Time Protocol)
SMTP (Simple Mail Transfer Protocol)
how to flush the iptabels in linux ?
how to use iptables in linux?
How to Break Root Password
Kernel Boot Parameters
Kernel Upgrade in Linux
NFS Interview questions and answers
DNS Server Interview Questions And Answers for Lin...
SAMBA Server Interview Questions And Answers for l...
Apache Server Interview Questions And Answers
Interview questions on Port numbers
LVM Interview questions and answers
SSH Interview questions and answers
Ldap Server Interview Questions And Answers
sendmail Server Interview Questions And Answers
Squid Server Interview Questions And Answers for L...
rpm interview questions and answers
SSH Tips
List of port number in linux
RAID (redundant array of inexpensive disks)
Kickstart
linux basic interview questions and answers?
Difference between ext2,ext3,ext4
Difference between Telnet and SSH
Difference Between YUM and RPM
How To Configure NTP Client In Linux
Common Network Utilities
Linux Network Configuration
At and Batch usage
How Cron jobs are wroking in linux?
Syslog config
how to use Bash Shell in linux?
Service Management
A-Z Bash commands in linux?
Disk Quotas
Manage Partition in linux
Grep_Usage
Process Management
Basic File Permissions
BROWSING THE FILE SYSTEM
How to configure sudo in linux?
User_Administration
File Prompting Commands in linux?
how to create a group in linux
How to Increase Swap Space Size in Linux System
How to apply ACL in linux
How do I Use the Linux Top Command?
how to reduce LVM partition size (resize of lvm partition)
Linux: Keep An Eye On Your System With Glances Mon...
How to lock and unlock user account in linux
how to check the logged users in Linux ?
How to check file system using fsck in linux?
▼
Thursday, January 21, 2016
how to change mysql root password in rhel6 ?
›
I recently had to reset the MySQL root password due to the fact that initializing it the way I assumed it should did not work. The followi...
Friday, January 15, 2016
What is the command for finding the highest memory occupied file in Linux ?
›
# du –ah / | sort –n –r | head –n 1 Option Explanations :du – estimate file space usage a – write counts for all files, not jus...
How to change hostname in Red Hat 6 ?
›
There are several ways to change the hostname of a machine running Redhat 6. These also works on CentOS, Fedora and older/other Redhat va...
Saturday, December 19, 2015
How to change default login shell permanently in linux ?
›
In Red hat Linux the default shell you login to is /bin/bash but in case you want to change the default login shell follow the below...
Saturday, December 12, 2015
how to assign network setting in rhel 7 using nmtui and nmcli ?
›
How to assign network in RHEL 7? networking two ways lagacy network manager networkmanager -------------- rpm -qa | grep -i Networkm...
‹
›
Home
View web version