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?
▼
Wednesday, December 30, 2020
how to convert from one date format to another format in linux ?
›
how to convert from one date format to another format in linux ? echo 04-11-2021 | { IFS=- read d m y && echo "$y$m$d"; }...
Monday, December 28, 2020
how to add user using shell script?
›
#!/bin/bash -x if [ $(id -u) -eq 0 ]; then read -p "Enter username : " username read -s -p "Enter password : " pas...
Monday, November 23, 2020
how to check If the file Is Empty or not using shell script?
›
how to check If the file Is Empty or not using shell script? -s FILE FILE exists and has a size greater than zero Example 1:...
Thursday, October 1, 2020
Input/Output Error How to Reboot or shutdown the Linux server?
›
Input/Output Error : Bad Blocks - How to Reboot or shutdown the Linux server? Input/output error while running the command mostly due to...
Monday, September 21, 2020
how to install R in ubuntu ?
›
R is an open-source programming language and free environment that specialises in statistical computing and graphical representation. It is ...
‹
›
Home
View web version