Linux / UNIX Tech Support Forum
This is a discussion on how to correct command to change directory? within the Ubuntu / Debian forums, part of the Linux Distribution category; i use name tonjaa in user setting home directory = /home/tonjaa when i open terminal like this = tonjaa@tonjaa-desktop:~$ i ...
|
|||||||
| Ubuntu / Debian Discussion about Debian or Ubuntu Linux related problems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
i use name tonjaa in user setting home directory = /home/tonjaa
when i open terminal like this =tonjaa@tonjaa-desktop:~$ i have folder name ton009 on desktop have file name duck09.jpg if i want to change directory to folder name ton009 for copy file duck09.jpg to documents what's correct command to do ? from tonjaa@tonjaa-desktop:~$ ? please tell me by step . Last edited by nixcraft; 28-05-2009 at 04:08 AM. |
| Sponsored Links | ||
|
|
|
||||
|
Try following to get list of files and dir from a shell prompt
Code:
ls ls -l Code:
cd directory name Code:
cd ~ Code:
cd ~/Desktop ls -l Code:
cd ~/Desktop/ton009 ls -l Code:
cp duck09.jpg /tmp cd /tmp ls -l
__________________
Vivek Gite Linux Evangelist Last edited by nixcraft; 28-05-2009 at 04:08 AM. |
![]() |
| Tags |
| cd command |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| chsh command - change user shell from a script | gsb1bee | Shell scripting | 1 | 30-04-2009 10:33 AM |
| Installing the correct version of RHEL 5 Advanced Platform. | Zepiroth | CentOS / RHEL / Fedora | 1 | 16-03-2009 10:37 PM |
| I wonder how to have correct sound out of the speakers. | titi13 | Linux hardware | 2 | 01-06-2008 07:34 PM |
| Shell script to change folder directory owner after restore | marinm | Shell scripting | 5 | 23-01-2007 12:53 PM |
| Linux how do I change IP address with ifconfig command | chiku | Linux software | 1 | 07-12-2006 08:47 PM |