Last active
September 17, 2017 09:12
-
-
Save RakibSiddiquee/bc461f0d57226629942bcd5e78c24251 to your computer and use it in GitHub Desktop.
The linux server commands...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'nano filename.txt' command to open a file in cmd | |
| 'cat filename.txt' command to show the updated file after edit | |
| 'chown -R username.username foldername' to change user permission of a folder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment