Explore Linux Commands, Shell Scripting over a weekend

via Udemy

Go to Course: https://www.udemy.com/course/linux-commands-shell-scripting/

Overview

Brief overview about linux operating systemBrief Introduction about Linux Operating SystemsHistory of Linux Operating SystemLinux DistributionsLinux Kernel Architecture FundamentalsLinux Basic Commandsuname - print system informationarch - print machine hardware architecture namehostid - prints numeric identifier of current hosthostname - print local host namefree - display amount free and used memory in the systemid - prints real and effective user id and group idlogname - prints the user's login namewhoami - prints the effect user idusers - prints the currently logged in users informationgroups - print the groups that a user is inwho - show who is logged indate - print or set the system date and timecal - displays a calendarprintenv - print all or part of environment variablesecho - writes argument into standard outputcd - change the current working directorymkdir - make directoriesdf - reports file system disk space usagedu - estimates the file space usagewhich - shows full path of the commandwhatis - displays one line manual page descriptionswhereis - locate the binary, source, and manual page files for a commandsum - checksum and count the blocks in a filecksum - checksum and count the bytes in a filemd5sum - compute and check MD5 message digestbase64 - base64 encode/decode data and print to standard outputsha1sum - compute and check SHA1 message digestsha256sum - compute and check SHA256 message digestsha384sum - compute and check SHA384 message digestsha512sum - compute and check SHA512 message digestFile and Directory Management Commandsmkdir - make directoriesrmdir - remove empty directoriesrm - remove files or directoriesrm - remove files or directoriesreverse search of commands instead of typing in command terminalcd - change the working directorybasename, dirname - strip directory and suffix from filenamescp - copy files and directoriesmv - move filesln - make links between filesunlink - call the unlink function to remove the specified filestat, fstat, lstat, fstatat - get file statusod - dump files in octal and other formatscat - concatenate files and print on the standard outputtac - concatenate and print files in reversenl - number lines of fileshead - output the first part of filestail - output the last part of filesmore - file perusal filter for crt viewingless - opposite of moregrep - search a file for a patterntr - translate or delete characterscut - remove sections from each line of filesProcess Management Commandsps - report a snapshot of the current processes.pstree - display a tree of processesuptime - displays system running timekill - sends a signal to the processnice - run a program with modified scheduling prioritytop - display Linux processespmap - report memory map of a processslabtop - display kernel slab cache information in real timetload - graphic representation of system load averagelsof - list open filesproc - process information pseudo-filesystemprocinfo - Shows System Statistics from /proc Filesystem Linux Root File System and Hierarchy/bin/boot/dev/sbin/usr/var/proc/sys/libLinux Shell Scripting BasicsBrief IntroductionSimple Shell ScriptShell VariablesArray variablesArithmetic OperatorsIf - Decision MakingRelational OperatorsBoolean OperatorsString OperatorsFile test operatorControl Loop ( While, For, Until )

Skills

Reviews