Skip to content

solvedrex223/Final_project_OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final_project_OS

Simulation of a Linux-based OS. Webpage for the fnished version is Solved.pythonanywhere.com

The webpage has a login simulating an OS. Admin credentials are user: admin password: 1234	
For using the terminal there is a limited commands that you can use:
	cd [dir name]: moving through folders
	ls {-l: shows file sizes in bytes} shows files in the directory and the inode number
	mkdir [dirname]: create a directory
	mkfile [filename]: create a text file
	rm [filename]: delete file
	rmdir [empty dirname]: remove directory
	cat [filename]: displays content of text file
	cmp [filename to cmp]: compresses file
	dcmp [filename to dcmp] [newfilename]: decompresses file

About

Simulation of a Linux-based OS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published