Skip to content

Instantly share code, notes, and snippets.

@gangaaloori
Created October 9, 2013 11:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save gangaaloori/6899803 to your computer and use it in GitHub Desktop.
Save gangaaloori/6899803 to your computer and use it in GitHub Desktop.
Important files on Linux system
/etc/passwd : encrypted password for system users in Linux (relates to /etc/shadow)
/etc/crontab : scheduled shell scripts for automatically
/etc/fstab : mount point on Linux
/etc/initd/ : service startup location
/etc/grubconf : GRUB bootloader configuration
/etc/inittab : Run level mode configuration
/etc/issue : Login banner message
/etc/profile : Bash shell in default
/etc/sysconfig/network-scripts/ : network configuration
/etc/X11 : X-window configuration
/etc/resolvconf : dns configuration
/etc/hosts : IP to host name configuration for local Linux
/usr/sbin : commands for System users
/usr/lib : Libraries for Compiled package
/usr/share : man files
/usr/bin : User executable bash commands
/var/log/messages : main log file on Linux
/var/www/html : default web root
/proc/cpuinfo : cpu related information
/proc/meminfo : memory related information
/etc/selinux/config : SELinux configuration file
/etc/wgetrc : wget config file
/etc/yum.conf : yum config file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment