Showing posts with label technology. Show all posts
Showing posts with label technology. Show all posts

UNIX Commands

change directory
cd \find_this_directory/sub_directory
/this_directory/sub_directory

list files
ls

list permissions
ls -l

change permissions
chmod -permission filename.ext
r, w, x (read, write, execute)