Tuesday, November 23, 2010
Wednesday, November 17, 2010
okay today after the downloads that Mr Elkner wanted me to download on he's page elkner.net . After i download everything I was playing around with terminal and i just pressed sugar and then i press enter and then my sugar page came full sizes on my ubuntu page and s the other way is to press sugar-emulator and it goes like a short cut.
VIEDOS ABOUT TERMINAL
I WAS SEARCHING FOR MORE INFORMATION ABOUT UNIX/LINUX TERMINALS AND I FOUND A VIDEO THAT GIVES YOU REALLY GOOD INFORMATION. THE WEBSITE IS http://www.techievideos.com/videos/839/Basic-Linux-Terminal-Commands/
Tuesday, November 16, 2010
More Information about unix Tutorial
For more information about commands and meaning of the commands you can go to unixtutorial.com there is more information that is going to be very useful and it explains steps by steps how to do it.
command and meaning part 4
Command | Meaning |
---|---|
* | match any number of characters |
? | match one character |
man command | read the online manual page for a command |
whatis command | brief description of a command |
apropos keyword | match commands with keyword in their man pages |
command and meaning part 3
Command | Meaning |
---|---|
command > file | redirect standard output to a file |
command >> file | append standard output to a file |
command < file | redirect standard input from a file |
command1 | command2 | pipe the output of command1 to the input of command2 |
cat file1 file2 > file0 | concatenate file1 and file2 to file0 |
sort | sort data |
who | list users currently logged in |
command and meaning part 2
cp file1 file2 | copy file1 and call it file2 |
mv file1 file2 | move or rename file1 to file2 |
rm file | remove a file |
rmdir directory | remove a directory |
cat file | display a file |
less file | display a file a page at a time |
head file | display the first few lines of a file |
tail file | display the last few lines of a file |
grep 'keyword' file | search a file for keywords |
wc file | count number of lines/words/characters in file |
Friday, November 12, 2010
Unix tutorial basic
- ls............... list files and directories
- ls -a........... list all files and directories
- mkdir.......make a directory
- cd directory..... change to named directory
- cd...........change to home-directory
- cd ~....... change to home-directory
- cd .......... change to parent directory
- pwd ..... display the path of the current directory
Friday, November 5, 2010
Subscribe to:
Posts (Atom)