Jose, On 03/09/2013 05:34 AM, Jose Lopez wrote:
> In terminal how do I call for the (ls) or the (cd) in my case. > ~$ (cd home/iso) is that correct? After opening a terminal window, just type the two words cd iso Do not type any () around the command, which would run it in a subshell. Using cd /home/jose/iso would also work, but it is longer to type. > I'm pretty fresh to terminal commands. but I really want to know how > to use and get the list like you did here. I think a little time spent learning some basic shell (terminal) commands would be worthwhile for you. See https://help.ubuntu.com/community/UsingTheTerminal for some ideas. Once you are comfortable using the commands listed in the section "File & Directory Commands", and using a text editor (such as nano), your ability to do Lubuntu QA and ISO testing tasks will be increased. For more of a "step by step" tutorial, with screen shots to help guide you, try http://linuxcommand.org/lc3_learning_the_shell.php Hoping this helps, Jonathan -- Mailing list: https://launchpad.net/~lubuntu-qa Post to : [email protected] Unsubscribe : https://launchpad.net/~lubuntu-qa More help : https://help.launchpad.net/ListHelp

