Download presentation
Presentation is loading. Please wait.
2
Exercise Two: Uploading an ASCII file to UHUNIX Part 2: Directories donna Bair-Mundy
3
% Check for existing public_html directory ls mail public_html % I have a public_html directory I do not have a public_html directory
4
Create a public_html directory % mkdirpublic_html % ls mail public_html %
5
Check access permissions % ls drwx------2 donnab 3584Apr 10 2002mail -rw------- 1 donnab 45927May 8 11:59myfile.txt drwxr-xr-x5 donnab 1024Mar 20 13:51public_html % -l r w x r - x r - x ownergrouppublic Change the access rights Access rights are correct
6
Changing access rights to public_html %ls -l drwx------5 donnab 1024Mar 20 13:51public_html % r w x r - x r - x ownergrouppublic chmod755public_html % ls -l drwxr-xr-x5 donnab 1024Mar 20 13:51public_html
7
Changing access rights to your personal home directory % % chmod711. r w x – – x – – x 711 ls -a... public_html 1 1 10 0 10 0 1
8
% Log off UHUNIX2 logout You are now logged out from the Sun Tue Jul 8 11:20:18 HST 2003 Proceed to Part 3
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.