NixBasics.com Logo (with Tux, the Linux Penguin, and Beastie, the BSD Daemon)

Sign In or Register

Articles Coming Soon...

  • Staic IP for Debian/Ubuntu
Subscribe to our RSS feed!
feed image
Currently 1 guest online.

Who's Online

No users online

NixBasics.com Stats

Members : 61
Content : 69
Web Links : 23
Content View Hits : 20535
Commands (27/40)

OTHER - A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z

Results 1 - 12 of 40

Commands/X
Author:Josh
xorgconfig Description - "generate an xorg.conf file" Explanation - xorgconfig asks the user a series of questions to help generate an xorg.conf file Example - xorgconfig would begin the questionaire needed to create the...
Tuesday, 16 December 2008 | 419 hits | Read more
vim
Commands/V
Author:Josh
vim Description - "Vi IMproved, a programmers text editor" Explanation - vim is often the command-line based text editor of choice for programmers. According to the manual: "There are a lot of enhancements above Vi:...
Tuesday, 16 December 2008 | 382 hits | Read more
Commands/U
Author:Josh
uname Description - "print system information" Explanation - uname prints up various system information Example - uname would print the name of the currently running kernel; uname -a would print the following information: kernel...
Tuesday, 16 December 2008 | 379 hits | Read more
Commands/T
Author:Josh
touch Description - "change file timestamps" Explanation - touch updates a file's last modified and last open dates to the current date and time Example - touch /some/file would update the file "file" at location "/some/" with a...
Tuesday, 16 December 2008 | 393 hits | Read more
top
Commands/T
Author:Josh
top Description - "display Linux tasks" Explanation - top is a text-based system monitor that displays information such as: overall CPU usage, overall memory usage, swap file usage, and CPU & memory usage of various running...
Tuesday, 16 December 2008 | 353 hits | Read more
tar
Commands/T
Author:Josh
tar Description - "The GNU version of the tar archiving utility" Explanation - tar is usually used for unpacking tarballs (compressed file format, similar to zip files - tarballs end in the suffix of either .tar.bz2 .tar.gz or .tar) ...
Tuesday, 16 December 2008 | 332 hits | Read more
Commands/T
Author:Josh
tail Description - "output the last part of files" Explanation - tail is usually used to output the last few lines of a file. tail defaults to 10 lines if not specified Example - tail /some/file would output the last 10 lines of...
Tuesday, 16 December 2008 | 338 hits | Read more
su
Commands/S
Author:Josh
su Description - "run a shell with substitute user and group IDs" Explanation - su is used to switch to another user, it's often used to gain root access Example - su would prompt the current user for the root user's password. If...
Tuesday, 16 December 2008 | 345 hits | Read more
Commands/S
Author:Josh
sleep Description - "delay for a specified amount of time" Explanation - sleep causes the command line to wait for a given number of seconds Example - sleep 3 would cause the terminal to wait 3 seconds before continuing ...
Tuesday, 16 December 2008 | 320 hits | Read more
Commands/R
Author:Josh
rmdir Description - "remove empty directories" Explanation - rmdir only removes empty directories. To delete a directory and its contents, use the command rm Example - rmdir /some/directory would delete the directory "directory"...
Tuesday, 16 December 2008 | 227 hits | Read more
rm
Commands/R
Author:Josh
rm Description - "remove files or directories" Explanation - rm, as the description states, removes files or directories Example - rm /some/file would delete the file "file" at location "/some/"; rm -rf /some/directory/ would...
Tuesday, 16 December 2008 | 222 hits | Read more
Commands/R
Author:Josh
reboot Description - "reboot or enable/disable Ctrl-Alt-Del" Explanation - reboot is usually used simply to reboot the system Example - reboot would reboot your system Online Manual Additional Info - reboot can only...
Tuesday, 16 December 2008 | 171 hits | Read more

<< Start < Prev 1 2 3 4 Next > End >>
Page 1 of 4


Powered by AlphaContent 4.0.7 © 2008-2010 - All rights reserved
Copyright © 2008-2009, NixBasics.com. All rights reserved worldwide.
Proudly hosted on
RimuHosting