Linux Terminal Commad (Move,Delete,Edit,Rename)

Move
sudo su
mv /home/your-local-file.txt /your-server-destination-path/your-local-file.txt

Edit
vim mongod.conf
:qw or :q

Delete
rm x_mongod.conf

Rename
mv mongod.conf x_mongod.conf

Comments

Popular posts from this blog

WP register_post_type() with custom CMB2 meta box

Git post receive setup at server for git push to the production from local machine