If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!
digg_url = ‘http://blog.georgegumpert.com/2007/05/02/lcotd-file-viewing/’;Today I’ll be covering commands related to file viewing. These commands are cat, less, head, tail, nl, od, xxd, gv, and xdvi
Filed under: Linux Command of the Day, Linux Resources, Series by georgegumpert
No Comments »
digg_url = ‘http://blog.georgegumpert.com/2007/04/24/lcotd-directory-operations/’;Today I’ll be covering directory operations, which are- as you probably guessed- commands that manipulate directories. Specifically, cd, pwd, basename, dirname, mkdir, rmdir, and rm -r.
Sphere: Related Content
Filed under: Linux Command of the Day, Linux Resources, Series by georgegumpert
No Comments »
digg_url = ‘http://blog.georgegumpert.com/2007/04/19/lcotd-basic-file-operations/’;One of the first things you’ll need to do on a Linux system is manipulate files: copying, renaming, deleting, and so forth. There are a number of commands to perform these actions, and they are: ls (list files in a directory), cp (Copy a file), mv (rename (”move”) a file), rm (Delete [...]
Filed under: Linux Command of the Day, Linux Resources, Series by georgegumpert
No Comments »
digg_url = ‘http://blog.georgegumpert.com/?p=58′;Today I’ll be covering job control. What exactly is job control, you ask? No, it isn’t resisting the urge to give your boss the finger every morning at 9:15am. All Linux shells have job control: the ability to run programs in the background (multitasking behind the scenes) and foreground (running [...]
Filed under: Linux Command of the Day, Linux Resources, Series by georgegumpert
No Comments »
digg_url = ‘http://blog.georgegumpert.com/?p=56′;This one’s a real doozie. In today’s Linux Command of the Day, I’ll be covering Input/Output redirection, pipes, combining commands, quoting, escaping, command-line editing, command history, and filename completion. I know it sounds like a lot, but it’s all really quite simple, and not too much to take in! But [...]
Filed under: Linux Command of the Day, Linux Resources, Series by georgegumpert
No Comments »
Today we’ll be covering shell variables, search path, and aliases.
Filed under: Linux Command of the Day, Linux Resources, Series by georgegumpert
No Comments »
Today, I’ll be covering the Linux “Shell”. In addition, I’ll be touching on the commands, who and type but the focus of this article is learning how the shell works, and by extension, what you are actually doing when you enter commands.
Sphere: Related Content
Filed under: Linux Command of the Day, Linux Resources, Series by georgegumpert
No Comments »
In today’s installment, I will cover Operating System directories, and file protections. The ls and cat commands will be used, and you will be introduced to chown, chmod, and chgrp.
Sphere: Related Content
Filed under: Linux Command of the Day, Linux Resources, Series by georgegumpert
1 Comment »
Yesterday I covered home directories and a few commands that relate to the filesystem (namely pwd, echo, and cd). Today I will cover those mysterious and cryptic system directories.
Sphere: Related Content
Filed under: Linux Command of the Day, Linux Resources, Series by georgegumpert
No Comments »
Today’s LCoTD isn’t so much a single command as an introduction to the filesystem. Today, I’ll cover the cd command, the HOME variable, and the PWD and echo commands.
Sphere: Related Content
Filed under: Linux Command of the Day, Linux Resources, Series by georgegumpert
No Comments »