
Linux file handling
1) Creating an empty file. We can use touch command for make a new file in Linux. Syntax is following.touch [new file name]

rm [file name]
3) Copy or move a file.
For copy a file to a different location we use cp command.
cp /var/www/html/new.php /temp
To move a file we use same syntax with the command mv.
mv /var/www/html/new.php /temp
4) Renaming a file.
The command we use to rename a file is same as moving file.we can do it like this.
mv /var/www/html/new.php /var/www/html/new2.php

Cat [file name]


chmod -R 777 [file name]
The chmod command is used to give or edit permissions to a folder or a file.
Errors are absolutely normal when programming. You may get hundred of errors while learning. Not....
So you want to learn Reverse engineering. That's great. RE is used in various topics such as....
Stack is a concept used in computer architecture to store temporary data. It is used to pass....
CATEGORIES
SOCIAL
RANDOM ARTICLES