Giter Club home page Giter Club logo

linux-filing-system's Introduction

Linux Filing System

1/ list files/directories.

  • {the original command} : ls -l
  • it lists the folders in a long format.

2/ Change permissions of files

  • {the original command} : chmod path (0:7)
  • it takes a path from the user and a number that describes the mode of the permission and concatenate them together. (permission cases : 0 = --- 1 = --x 2 = -w- 3 = -wx 4 = r-- 5 = r-x 6 = rw- 7 = rwx [ r - read || w - write || x - acess ]

note : the left position is for user, the middle is for group and the last is for world.

3/ Make/delete files/directories.

to make files {the original commands} :

nano name path
gedit name path
gedit name& path
  • it takes a name from the user and a path and make a new file in that path.

to make directories

  • {the original command} : mkdir name
  • it takes a name from the user and make a new folder in this current path.

4/ delete files/directories

to delete both files and directories

  • it takes a file/directory Name with path and remove the whole file/directory including its components.
  • {the original command} : rm -r name path

5/ Create symbolic link files.

  • {the original command} : ln -s name path
  • it takes name and path from user and concatenate them together and set a short-cut in a new link.
  • to get a short-cut from a folder

6/ Rename Files/directories

  • {the original command} : mv oldName newName
  • it takes an old File/directory name and set a new one.
  • it is done with the move command
  • we use the "/" character to organize the path.

7/ clear command

  • {the original command} : clear
  • it clears all the current commands in the display.

8/ exit command

  • {the original command} : exit
  • it quits the program

linux-filing-system's People

Contributors

ahmedreda-7 avatar

Watchers

 avatar

Forkers

momamomax-cpu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.