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, April 27, 2017
locate command examples in linux ?
›
When you need to search for some files, you might typically use find command. find is a good search utility but it is slow. However locate ...
Tuesday, April 25, 2017
How to run a program on specific CPU core on linux ?
›
Now i am using watch command set taskset to core 3. Before going set the taskset first find out the pid of the particular process using...
Sunday, April 16, 2017
Linux Common Interview Questions and Answers ?
›
Q.0 What does the last two sections define in fstab file? Ans: The 5th column tells the dump information if whether the partition has ...
How to find out from which folder a process is running on linux ?
›
First step find out the pid of the particular process. Example: deb@linuxforfreshers.com:~$ pidof chrome 15499 Or deb@li...
Tuesday, March 21, 2017
lsof command exapmles in linux ?
›
lsof a utility command every system admin and developer love. The lsof command stands for list open file descriptors and as the name sugg...
‹
›
Home
View web version