- Forums
- Linux Systems
- Linux Shell Command File Permissions Display Show Print Unix
This Page Contains information about Linux Shell Command File Permissions Display Show Print Unix By unix in category Linux Systems with 0 Replies. [2868], Last Updated: Sat May 18, 2024
unix
Sat Aug 26, 2006
0 Comments
3219 Visits
To display the permissions of files in UNIX/Linux, enter this shell command:
CODE:
ls -l
also for hidden files
CODE:
ls -la