|
Certification Central
|
Nov 26 2008, 9:18 PM EST |
|
edit |
3 words added
1 widget added
1 widget deleted
|
Change:
Live on Selfcast! Note to Educators: Wetpaint Wikis that support learning are now advertising free! Find out how to qualify by visiting http://www.wetpaint.com/category/Education--Ad-free Tips for Building a Wiki: Rename your home page to something more specific about your classroom Add images and widgets (like YouTube videos and polls) Invite
View changes from previous version.
(Word count: 367)
View all updates.
|
|
Certification Central
|
Nov 26 2008, 9:13 PM EST |
|
edit |
1 widget added
1 widget deleted
|
Change:
There were only format changes (bold, italics, etc.) in this version. See this version for details.
(Word count: 364)
View all updates.
|
|
Certification Central
|
Nov 26 2008, 9:10 PM EST |
|
edit |
1 widget added
1 widget deleted
|
Change:
There were only format changes (bold, italics, etc.) in this version. See this version for details.
(Word count: 364)
View all updates.
|
|
Certification Central
|
Nov 26 2008, 9:01 PM EST |
|
edit |
1 widget added
|
Change:
There were only format changes (bold, italics, etc.) in this version. See this version for details.
(Word count: 364)
View all updates.
|
|
Section 5: Users and Groups
|
Jun 24 2008, 11:35 AM EDT |
|
edit |
24 words added
|
Change:
admin on other systemsbindaemonftpsshdnfsnobodyapachesquid"The Root" of the issueroot maintains the system and creates users SU (substitute user)use the su command to login as root witout logging off. suroot to run commands that which reuire a root login.
View changes from previous version.
(Word count: 63)
View all updates.
|
|
Section 5: Users and Groups
|
May 27 2008, 10:44 AM EDT |
|
edit |
12 words added
|
Change:
Target GoalsCreate users and groupsManage usersManage groupsDefault Accountsroot - equivelent to admin on other systemsbindaemonftpsshdnfsnobodyapachesquid "The Root" of the issueroot maintains the system and creates users
View changes from previous version.
(Word count: 38)
View all updates.
|
|
Linux+ Certification
|
May 27 2008, 8:42 AM EDT |
|
edit |
5 words added
|
Change:
Linux This icon represents Ubuntu which is a more "tweaked" version of Debian LinuxWithout further ado, let's jump into the deep end! No floaties required...Section 1: Installing LinuxSection 2: Getting to Know LinuxSection 3: The Linux FilesystemSection 4: File Manipulation Section 5: Users and Groups
View changes from previous version.
(Word count: 207)
View all updates.
|
|
Section 5: Users and Groups
|
May 20 2008, 11:43 AM EDT |
|
edit |
25 words added
|
Change:
Target Goals Create users and groupsManage usersManage groupsDefault Accountsroot - equivelent to admin on other systemsbindaemonftpsshdnfsnobodyapachesquid
View changes from previous version.
(Word count: 26)
View all updates.
|
|
Section 5: Users and Groups
|
May 20 2008, 8:45 AM EDT |
|
edit |
2 words added
5 images added
|
|
|
|
Section 5: Users and Groups
|
May 20 2008, 8:43 AM EDT |
|
edit |
1 image added
|
Change:
There were only format changes (bold, italics, etc.) in this version. See this version for details.
(Word count: 0)
View all updates.
|
|
Section 5: Users and Groups
|
May 20 2008, 8:40 AM EDT |
|
create |
No content added or deleted. |
Change:
Created by May 20 2008, 8:40 AM EDT for: no reason given
View all updates.
|
|
Section 4: File Manipulation
|
May 19 2008, 4:05 PM EDT |
|
edit |
3 images deleted
|
Change:
There were only format changes (bold, italics, etc.) in this version. See this version for details.
(Word count: 1350)
View all updates.
|
|
Section 4: File Manipulation
|
May 19 2008, 4:03 PM EDT |
|
edit |
511 words added
6 images added
|
Change:
restores the entire contents of the source file or directory structure. You can restore portions of the tar file by indicating the path and file name you wish to extract. copy-in recovery cpio -icdv < [archieve_filename]-i extracts files using copy-out mode d creates directories as necessarytar -wxvf
View changes from previous version.
(Word count: 1350)
View all updates.
|
|
Section 4: File Manipulation
|
May 19 2008, 3:03 PM EDT |
|
edit |
99 words added
1 image added
|
Change:
searches for specific pattern or entry in files. Once the first occurance is found N will start the search for the next.! (NOT), && (AND), and || (OR) will help narrow and widen searchesOutput Redirectionls >list tells shell to output command results to the file list.
View changes from previous version.
(Word count: 840)
View all updates.
|
|
Section 4: File Manipulation
|
May 19 2008, 2:35 PM EDT |
|
edit |
267 words added
|
Change:
Deletes from cursor to beginning of word and puts you in insert mode, ESC returns to command modecbDeletes from cursor to beginning of word and puts you in insert mode, ESC returns to command modec$ or UDeletes rest of line and
View changes from previous version.
(Word count: 743)
View all updates.
|
|
Section 4: File Manipulation
|
May 16 2008, 12:18 PM EDT |
|
edit |
120 words added
1 image added
|
Change:
Included in most versions of UNIX and Linux used for program development but can become a letter-quality word processor. Use Vi to create shell scripts.Open the Vi editor using the vi command. This will open an unnamed file.Command Mode - used to save,
View changes from previous version.
(Word count: 474)
View all updates.
|
|
Section 4: File Manipulation
|
May 16 2008, 9:14 AM EDT |
|
edit |
103 words added
1 image added
|
Change:
accessible via multiple file names.Hard Link - Looks like a real file to all applications.(it is more like a copy). Even if original deleted contents still available via linked file. Links may only be created on the same partition and cannot be created for directories.
View changes from previous version.
(Word count: 354)
View all updates.
|
|
Section 4: File Manipulation
|
May 16 2008, 8:42 AM EDT |
|
edit |
41 words added
1 image added
|
Change:
attribute and whereis to search for commands Grepgrep allows you to search contents of files. grep foo test will show all lines that match foo in the file test. Using ls -l | grep ball will return all files within the current directory containing the word ball.
View changes from previous version.
(Word count: 253)
View all updates.
|
|
Section 4: File Manipulation
|
May 16 2008, 8:34 AM EDT |
|
edit |
1 word added
1 word deleted
|
Change:
matching keywords against a database named slocate.db. locate should be updated prior to being run by logging in as root and running updatedb or slocate -u. locate only searches yby name use find to search by attribute and whereis to search for commands
View changes from previous version.
(Word count: 213)
View all updates.
|
|
Section 4: File Manipulation
|
May 16 2008, 8:11 AM EDT |
|
edit |
34 words added
|
Change:
matching keywords against a database named slocate.db. locate should be updated prior to being run by logging in as root and running updatedb or slocate -u. locate only searches y name use find to search by attribute and whereis to search for commands
View changes from previous version.
(Word count: 213)
View all updates.
|