Skip to content

Hugo-Toledo/Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Linux

Commands in Linux

  ls                  #Shows files and folders 
  cd                  #Change Disrectory
  htop                #Show the process in the server
  top                 #Show the process in the server
  mkdir dirname       #Create new directory
  screen -S 'name'    #Save new screen with 'name'
  screen -r 'name'    #Reattach screen
  screen -D -R 'name' #Detach and reattach screen
  ctrl+a+d            #Detach screen and keeps running 
  ctrl+a+z            #Detach screen and stop work
  ctrl+z              #Stop process
  ctrl + d            #Terminates screen
  screen -ls          #List screens 
  screen -X -S [session you want to kill] kill #To kill an attached screen
  R                   #Starts R
  nano 'name.txt'     #modifi text
  cat 'name.txt'      # show txt file

About

Commands in Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published