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 &
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