Overview
This lab provides guidance on working with files of the Linux+. You will be learning about the foundations of managing files and folders in this lab. By performing this lab, students will learn how to manage permissions, manage file ownership, and administer links on a Linux system.
outcomes:
In this lab, you will learn to:
- Change group ownership and file ownership.
- View default file permissions.
- Change file permissions using chmod.
- View and set special permissions.
- Change the system umask.
- Manage symbolic and hard links.
- Locate commands.
Key terms and descriptions
File
A file is an object on a computer that stores data, information, settings, or commands used with a computer program.
Directory
A directory is a location for storing files on your computer. Directories are found in a hierarchical file system.
Symbolic Link
A symbolic link is a new file that stores the path of the original file and not its contents.
Hard Link
A hard link in Linux represents a link (inode) to the actual file location of a normal file. It looks and acts like a normal file.