Posts Tagged ‘files’

Copying Files

This item was filled under [ Linux ]

cp (copy)
cp file1 file2 is the command which makes a copy of file1 in the current working directory and calls it file2
What we are going to do now, is to take a file stored in an open access area of the file system, and use the cp command to [...]

Continue reading...

Tagged with: [ , ]

Listing files and directories

This item was filled under [ Linux ]

ls (list)
When you first login, your current working directory is your home directory. Your home directory has the same name as your user-name, for example, ee91ab, and it is where your personal files and subdirectories are saved.
To find out what is in your home directory, type
% ls (short for [...]

Continue reading...

Tagged with: [ , , ]
Update me when site is updated