I'm Vijay, and I've been working on this blog for the past 20+ years! I’ve been in the IT industry for more than 20 years now. I completed my graduation in B.E. Computer Science from a reputed Pune university and then started my career in…
Overview of Unix File System: In this tutorial, we will dive deep into Unix File System. The file system is central to how Unix organizes information, and all the information that needs to be stored and retrieved uses the file system. In this tutorial, we cover Unix file structure, types…
Overview of Unix File Access Permissions: In this tutorial, we will get to know how to change access permissions based on individual ownership and group ownership. The commands covered here include chmod, chown, and chgrp. Unix Video #7: File Manipulation #1) chmod: Change file access permissions. Description: This command is used…
Introduction to Find Command in Unix: Search files and directories with Unix Find File Command The Unix find command is a powerful utility to search for files or directories. The search can be based on different criteria, and the matching files can be run through defined actions. This command recursively…
A beginner's guide to Unix - A complete Unix tutorial series of 20+ in-depth text and video tutorials with hands-on examples. By the end of this series, you will be able to understand the basic and advanced concepts of Unix Architecture, Unix Commands, and applications including File Management, Text Processing,…
Overview of Unix File Comparison Commands : In this tutorial, we will cover the different ways involved for comparing two files. The file comparison command helps us to compare the files and find the similarities and differences between these files. The different file comparison commands used in Unix are cmp,…
Overview of Advanced Unix Shell Scripting: Unix shells provide a very powerful and extensible framework for scripting. A number of advanced mechanisms allow for more complex scripting using the inbuilt commands. Unix Video #24: Advanced Shell Scripting in Unix Unix includes commands for: Testing various conditions associated with specified files.…
Unix Permissions: Learn what are the Different File Permissions in Unix Unix is a multi-user system where the same resources can be shared by different users. All permissions in Unix are based on restricting access to specific files and folders to specific users or user groups. => Click here for…
Overview: In this tutorial, we will cover the basics of the Unix file system. We will also cover the commands that are used to work with the file system such as touch, cat, cp, mv, rm, mkdir, etc. => Click here for the Complete Unix Tutorial series Unix Video #3:…