colon

How do I copy a file with Colon (punctuation) name in it. When I type the following command to copy “file:name.txt” to a remote host called server1:

scp file:name.txt user@server1:/path

I get the following error:

ssh: Could not resolve hostname s: Name or service not known

How do I copy file with scp or rsync with a colon in it?

{ 8 comments }

HowTo: Save File in Vi / Vim Text Editor

by Vivek Gite on April 24, 2010 · 0 comments

I‘m new to Linux or UNIX like operating system. I just wanted to create a file called demo.txt and save & close it using vi text editor. How do I save a file using vi?

{ 0 comments }

Understanding /etc/group File

by nixcraft on February 25, 2006 · 16 comments

Can you explain me the format of /etc/group user group file under Linux / UNIX operating systems?

{ 16 comments }