answersLogoWhite

0


Best Answer

Scp user@bravo:-r your@home:blank

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which scp command would you to copy your home directory from plum to the local system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What command would you use to create a new directory on a unix type of system?

Use the 'mkdir' command


How would you list the mount points on the remote system named bravo that the local system named grape can mount?

the showmount command can be used to display a list of directory hierarchies that a server is exporting.


What command would be used to include a pre-configured NFS share in the local directory structure?

mount


What command would be used to include a pre configured nfs share in the local directory structure?

mount


Which command would a user type on the command line to find out what directory in the directory tree he is currently in?

PWD


What is the pwd command in Linux?

The pwd command prints the working directory. The working directory is the directory you are "in", where operations on files that don't have an absolute path specified will be performed. For instance, if my working directory is /home/username/stuff, then the command echo "test" > test.txt would place the file test.txt in that directory.


What command would you use to remove a directory on a UNIX server?

If you are just removing the directory, use the command: rmdir dir-name The dir-name directory has to be empty for this to work. If there are files or other subdirectories then use the command: rm -rf dir-name


Which command would you use to remove a directory on a UNIX server?

rmdir


What command would you use to create a directory called testcopy?

mkdir testcopy


What would you type at a command prompt to execute a program called sampleprog in your current directory if the current directory is not in your path statement?

./sampleprog


What command would you use to find where executable file resides of the system in Linux?

"find / -executable" will search the root directory for executables. Not that this will also show directories that are accessible.


What is the difference between the root directory your home directory and your working directory?

The root directory is the top level directory of the entire file system. Every branch starts from there. The current working directory is where you happen to be in the tree at the moment. If the root is always "/" and my process is in the directory /usr/local/bin/test/data, then the root directory is still "/" and my working directory is currently /usr/local/bin/test/data