LINUX Notes
LINUX Notes
FTP Tools
WinSCP (Windows Secure Copy) --> windows
FileZilla --> Windows/Mac/Linux
Introduction
Linux started arround 1991 by Linux Torvalds
Linux is an multi-user , multi-tasking Operating System (multi user can perform
tasks simultaneously)
Linux is an Open Source (source code also free) not like AIX (IBM), Sun Solaris ,
Windows(MicroSoft), HP-UX
Linux is 'case sensitive' ls is different of Ls
Linux distributions:
1. Redhat
2. CentOS
3. Ubuntu
4. SuSe Linux
5. Fedora
6. Gentoo
7. Mandriva
8. Debian
9. Slackware
1. /home --> Users directory in windows --> contains home directories for all users
to store their personal files
ex. /home/mine or /home/gayathri
how to know how many users are there then see
how many directories in the Home directory
2. /bin --> Contains binary files for your commands. user can access the commands
ex. mkdir, ls, date , cd , ps...
3. /sbin --> s means System bin --> just like bin it contains the commands and
files, but only root user can access.
ex. ifconfig , reboot, shutdown , swapon..
Types of users
Super user/root user(only one)/admin user
root(who create the normal users) --> who have all the access
Normal users(like us)
System users(created by software)
--> normal users can access binaries only in bin directory
--> root users can access both bin and sbin directories
sudoers
passwd
shadow
group
motd -->message of the day
5. /opt -->
PIds
cpuinfo
9. /var --> it contains variable files.this includes system log
files(/var/log),emails(/var/mail) and temp files needed across reboots(/var/tmp
10. /tmp --> used for temporary purpose --> contains temporary files
devops.txt in 1 to temp
temp to devops.txt in 2
any body can have the access for temp dir
11. /usr --> it contains the binary and libraries. WAS , IHS or DB2 etc related
softwares will install in this directory