User Tools

Site Tools


opus:fall2012:jwixon:part1

Part 1

Entries

Entry 1: September 12, 2012

Learned some commands in Vi editor.

Entry 2: September 7, 2012

Learned to move up the system directory from terminal.

  • How do we create directory just for our personal use?

Entry 3: September 5, 2012

Started learning to transverse the file system.

  • How do we create our own File System say we want to create our own OS?

Entry 4: August 31, 2012

Interesting stuff happened but it slips my mind.

Keywords

unix Keyword 1

file ownership(access control)

Definition

Allowing others to view or change a files

References

Keyword Phase 2

File modes (permissions)

Definition

Definition (in your own words) of the chosen keyword.

References

List any sites, books, or sources utilized when researching information on this topic. (Remove any filler text).

  • Reference 1
  • Reference 2
  • Reference 3

Demonstration

Demonstration of the indicated keyword.

If you wish to aid your definition with a code sample, you can do so by using a wiki code block, an example follows:

/*
 * Sample code block
 */
#include <stdio.h>
 
int main()
{
    return(0);
}

Alternatively (or additionally), if you want to demonstrate something on the command-line, you can do so as follows:

lab46:~$ cd src
lab46:~/src$ gcc -o hello hello.c
lab46:~/src$ ./hello
Hello, World!
lab46:~/src$ 

Experiment 1

Question

Resources

Hypothesis

Experiment

Data

Analysis

Conclusions

opus/fall2012/jwixon/part1.txt · Last modified: 2012/11/30 16:15 by jwixon