Login Panel
Username
Password
Remember Me
How to move files from one directory to another directory?
#cp file1 file destination E.g. #cp red color
move from one directory to another: mv_filename/root/directoryname
mv file1 /test Will move file1 to the /test directory
mv * /test move everything in the directory to the /test directory
You must be logged in to post a comment.
Navigation
Loading Questions
If you are facing any issue like can not see video so please login into Google with email what you forwarded to us Google Login or mail to administrator qatraining@infotek-solutions.com
Edit Profile
Full name
Skill
Location
Linkdin
Twitter
Google+
Email
Old Password
New Password
Repeat New Password
March 29, 2015 at 1:43 am
#cp file1 file destination E.g.
#cp red color
March 30, 2015 at 12:05 am
move from one directory to another:
mv_filename/root/directoryname
March 30, 2015 at 9:10 am
mv file1 /test
Will move file1 to the /test directory
mv * /test
move everything in the directory to the /test directory
Navigation
Loading Questions
If you are facing any issue like can not see video so please login into Google with email what you forwarded to us Google Login or mail to administrator qatraining@infotek-solutions.com
Edit Profile