EMBEDDED LINUX ARCHITECTURE - PowerPoint PPT Presentation

1 / 6
About This Presentation
Title:

EMBEDDED LINUX ARCHITECTURE

Description:

Moving around in the file system. pwd 'Print working directory' - show what dir ... cat Concatenate a file. less View text files and paginate them if needed. 6 ... – PowerPoint PPT presentation

Number of Views:1594
Avg rating:3.0/5.0
Slides: 7
Provided by: ofar
Category:

less

Transcript and Presenter's Notes

Title: EMBEDDED LINUX ARCHITECTURE


1
EMBEDDED LINUX ARCHITECTURE
  • Lecture NO. 6
  • HOW TO REMOTELY LOGIN TO LINUX MACHINE

2
HOW TO REMOTELY LOGIN TO LINUX MACHINE
  • Using the program PuTTY
  • PuTTY A Free Telnet/SSH Client
  • PuTTY Download Page

3
HOW TO REMOTE LOGIN TO LINUX MACHINEBASIC LINUX
COMMANDS
  • Moving around in the file system
  • pwd "Print working directory" - show what dir
    you're in.
  • ls List the contents of a dir.
  • ls -l List the contents of a dir and show
    additional info of the files.
  • ls -a List all files, including hidden files.
  • cd Change directory. cd .. Go to the parent
    directory.
  • cd .. Go to the parent directory. Examining files

4
HOW TO REMOTE LOGIN TO LINUX MACHINEBASIC LINUX
COMMANDS
  • Manipulating files and directories
  • cp Copy a file.
  • cp -i Copy a file and ask before overwriting.
  • cp -r Copy a directory with its contents.
  • mv Move or rename a file.
  • mv -i Move or rename a file and ask before
    overwriting.

5
HOW TO REMOTE LOGIN TO LINUX MACHINEBASIC LINUX
COMMANDS
  • Manipulating files and directories
  • rm Remove a file.
  • rm -r Remove a directory with its contents.
  • rm -i Ask before removing a file. Good to use
    with the -r option.
  • mkdir Make a directory.
  • rmdir Remove an empty directory.

6
HOW TO REMOTE LOGIN TO LINUX MACHINEBASIC LINUX
COMMANDS
  • Examining files
  • file Determine the type of a file.
  • cat Concatenate a file.
  • less View text files and paginate them if needed.
Write a Comment
User Comments (0)
About PowerShow.com