Directories and File Handling Commands
Directories and File Handling Commands
Option' Description
'ls' Lists files and directories in the current directory
'ls -a' Lists all files and directories, including hidden files and
directories
'ls -lh' Lists files and directories in long format with
human-readable file sizes
'ls -R' Lists files and directories recursively, including
subdirectories
CHANGING FILE
PERMISSIONS
chmod
▪ The 'chmod' command is used to change the permissions of a file or directory in Unix-OS.
REFERENCES
Websites
• ist.njit.edu
• geeksforgeeks.org
• cyberciti.biz
• tutorialshut.com