Skip to main content

Posts

Showing posts from July, 2010

Unix commands

Simple Unix commands (bash shell) Login: 1. Open terminal 2. $ su <<login name>> 3. $  <<password>> Check login: $ id Go to root directory: $ cd / Find directory: $ find / -type d -name <<folder name>> Change permissions for the user: $ chmod -R 777 /<dir1>/<dir2>