Linux Commands 3
Linux Commands 3
• chmod 750 file2.v : it will all to me & read to others and no write
permission
• chmod u+rwx (filename) : read,write,execute for user
• chmod o+rwx (filename) : read,write,execute for others
• date : to know the date
• history | cat > (filename) : for store the list of used commands in
one file
GVIM _ COMMANDS:
vi (filename) : to open the content
u : undo esc : escape mode
“o” : to insert the next line
“O” : create new line above the cursor
:q -> quit without saving
:wq -> save and quit