Skip to content

Gaur95/JNIT_Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

JNIT_Workshop

day1 history

  sudo passwd ubuntu
    2  sudo nano /etc/ssh/sshd_config.d/60-cloudimg-settings.conf
    3  sudo systemctl restart ssh
    4  ls
    5  mkdir hello
    6  ls
    7  date
    8  whoami
    9  pwd
   10  cd hello
   11  pwd
   12  ls
   13  touch akash.txt
   14  ls
   15  cd ..
   16  ls
   17  sudo apt install tree
   18  sudo apt update ;sudo apt install tree
   19  tree
   20  cp ankit/akki  hello/
   21  ls
   22  mkdir hello
   23  cp ankit/akki  hello/
   24  tree
   25  history
   26  tree
   27  cd hello/
   28  ls
   29  rm akki
   30  ls
   31  cd ..
   32  tree
   33  ls
   34  cat sanjana.txt
   35  nano akash.txt
   36  cat akash.txt
   37  history

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published