mv command in Linux is used for moving and renaming files and directories. In this tutorial, you’ll learn some of the essential usages of the mv command.| Linux Handbook
This Linux Basics guide teaches you everything important associated with UID in Linux.| Linux Handbook
You see an s instead of x in the file permissions? Linux has some special file permissions called SUID, GUID and Sticky Bit. Know more about them.| Linux Handbook
The chown command in Linux enables you to change the user and group ownership of a file or directory. Learn to use chown with some practical examples.| Linux Handbook
This nifty online chmod calculator lets you calculate the file permissions in absolute and symbolic modes in a few clicks.| Linux Handbook
This article will teach you how to change permissions in Linux with practical examples of chmod command.| Linux Handbook
chgrp command is used for changing the group of a file or directory in Linux. This guide shows you how to use chgrp command in Linux with practical examples.| Linux Handbook
This quick tip for beginners demonstrates how to copy a directory in Linux using the cp command. You'll also learn a few additional tips around copying directory.| Linux Handbook
This detailed tutorial tells you what are symbolic links, how to create a symbolic links and other important things associated with symlinks.| Linux Handbook
You can get file permissions, size, mtime, ctime, atime, ownership and several other file attribute information using the stat command in Linux.| Linux Handbook
Learn how to delete files and remove directories with rm command in Linux.| Linux Handbook
What is inode in Linux? What is it used for? Why is it important and how to check inode in Linux? This guide explains all the important aspects of inodes.| Linux Handbook
Let's see what are the various kinds of file timestamps in Linux, how to see the timestamps for a file and how to change the timestamps.| Linux Handbook
This tutorial explains the Linux directory structure. You'll learn the Linux filesystem hierarchy along with the purpose of the various directories on a Linux system.| Linux Handbook
Learn the super powerful and super useful find command with these practical examples.| Linux Handbook
Learn the concept of hard links in Linux and its association with inodes in this tutorial.| Linux Handbook