Unix Operating System Organization and its components
Unix Operating System: Unix is a popular and powerful multi-user operation system. It is a set of programs that acts
Continue readingUnix Operating System: Unix is a popular and powerful multi-user operation system. It is a set of programs that acts
Continue readingCron in Linux Cron is a time-based job scheduler in Linux or Unix operation system. It is most suitable for
Continue readingNohup command in Linux nohup command is used to execute long running programs in background mode. Even if we logoff
Continue readingCreate log file with current timestamp in Bash It is best practice to have log file in any shell script
Continue readingOutput redirection in Shell script There are times, we want to display status codes and error messages in standard output
Continue readingParse input or command line arguments in Bash script Bash script will take input values and produces output values. We
Continue readingBash supports number of string manipulation operations. It is providing the option to replace the given string to another string.
Continue readingIn some cases, we wants to check whether the directory is exists or not using shell script.If the directory exists,
Continue readingSudo command The sudo command is used to switch to another user.It will give the special priviledges to the user.It
Continue readingSED command stands for stream editor and it helps to perform lot of functions in files like searching,replacing,insertion or deletion.We
Continue reading