Author: Shraddha

Vi Editor

File editing using VI editor As the evolution of computer is going, there are many different kinds of programming languages invented. For writing those programs we required an editor to write some C program or a shell script using an editor. In Linux we have powerful tool which provides a very stunning editing of linux … Continue reading Vi Editor

File compressing and archiving, processes and job scheduling

Day 5: File compressing and archiving, processes and job scheduling. When we want to reduce size of file or want to send some useful information over network, for that we have file compressing scheme. We can compress a group files to save disk space or we can transfer files in less time with more accuracy … Continue reading File compressing and archiving, processes and job scheduling

Deleting, Copying, Moving, Renaming , Transferring Files and Sorting.

Day 4 The last post was about creating users , creating files and directory.We have learn about how to create files and how to add users into groups , individuals. Now in this tutorial you will come know about File handling that copying,moving files by Linux commands. It is as simple as like Windows. So … Continue reading Deleting, Copying, Moving, Renaming , Transferring Files and Sorting.

File permissions, changing permissions of files in Linux .

Day 2: File permissions, modifying file permissions In Linux there are many users can work on single system. There are different kinds of users having certain work allocating to them and access on same system. In this case, we want give access of specific users to a specific files,we need a permission for particular user … Continue reading File permissions, changing permissions of files in Linux .