Friday, July 12, 2019

Linux important commands

sudo :
Switch to super user
sudo su
chmod :



ssh : protocol to log into remote system.

grep : Global Regular Expression Print

nohup :
example : run java without holding the current session.

nohup java -jar a.jar &




No comments:

Post a Comment

ec2-user@ec2 Permission denied