next up previous
Next: About this document ... Up: Lab 2: Shell, Environment Previous: Standard Output

Other Useful C Shell Commands

As mentioned above, the information can be viewed by anyone. Be thus sure you only include the kind of information everybody can know.

You may also include additional information stored in the file .plan in your home directory.
To create or change your .plan file type:
cd # this will switch into your home directory
vi .plan # opens the file
Hello (some message)

After saving the file try

finger youruserid

You will see the message: plan exists, but it is unreadable (on the screen) because the file .plan is not world readable. To change the permission type:

chmod a+r .plan

Where 'a' stands for "all" = user + group + other as explained earlier.


next up previous
Next: About this document ... Up: Lab 2: Shell, Environment Previous: Standard Output
Instructional Support Group 2008-08-05