<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/23884446?origin\x3dhttp://justanothertechblog.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Just Another Tech Blog

Anything and everything having to do with technology, computers, science, and most of all... Linux! The documentation of my Linux endeavor.



Switching jobs within a terminal

Thursday, November 23, 2006

This is a great tip from the "Linux By Examples" blog. Here is the meat of it:
To stop the current job and return to shell prompt, press Ctrl+z.
To switch back to the text editor, again, I press Ctrl+z to stop the current job, and use fg - to resume.
A bit confusing, but read the whole thing @ Linux By Examples, and try it out yourself! That's the BEST way to learn anything!
posted by linnerd40, Thursday, November 23, 2006


0 Comments:

Add a comment