







Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of the Linux operating system, including its development by Linus Torvalds, key features, advantages such as reliability, backward compatibility, and low cost of ownership, and various commands for logging in, handling files, and navigating directories.
Typology: Assignments
1 / 13
This page cannot be seen from the preview
Don't miss anything!








Developed by Linus TorvaldsDeveloped by Linus Torvalds Torvalds developed Linux Kernel (coreTorvalds developed Linux Kernel (core program of LINUX OS) program of LINUX OS) Is a Multi-user Operating SystemIs a Multi-user Operating System Standard is POSIX (Portable OperatingStandard is POSIX (Portable Operating System for the unIX) System for the unIX) Versions – 0.02,Red Het Linux 6.0Versions – 0.02,Red Het Linux 6.
Login: userLogin: user Password:Password: [user@localhost user] $[user@localhost user] $ Type exit or logoutType exit or logout
/bin – utilities of Linux/bin – utilities of Linux /dev – device related files/dev – device related files /etc – essential miscellaneous system programs/etc – essential miscellaneous system programs & configuration files & configuration files /lib – libraries of data/lib – libraries of data /home – HOME directories of users/home – HOME directories of users /var – information specific to different utilities/var – information specific to different utilities
pwd(Print Workingpwd(Print Working Directory) Directory) cd
cat
whowho who am iwho am i echoecho
expr $a + $b $ c=expr $a + $b Test and [] commandTest and [] command Eg: Eg: test $myname =“xxx”test $myname =“xxx” [ $myname = “xxx” ] [ $myname = “xxx” ] If constructIf construct Eg: if [ $myname =“user” ] Eg: if [ $myname =“user” ] then then echo “Welcome” echo “Welcome” else else echo “Go Out” echo “Go Out” fi fi