Skip to main content

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>

Comments