Assignment No-1
Assignment No-1
Theory-Concept:
‘ls’: Lists files and directories in the current directory.
‘pwd’: Displays the current working directory.
‘mkdir’: Creates a directory.
1
‘cd’: To navigate between different folders.
‘rmdir’ : Removes empty directories from the directory lists.
‘cp’: Moves files from one directory to another.
‘mv’: Rename and Replace the files
‘rm’: Delete files.
‘uname’: Command to get basic information about the OS.
‘locate’: Find a file in the database.
‘touch’: Create empty files.
‘cat’: Display file contents on terminal.
‘clear’: Clear terminal.
‘ps’: Display the processes in the terminal.
‘echo’: Display active processes on the terminal.
Flowchart:
Draw Your Own Flowchart Here!
Conclusion:
Hence we have learned the Linux Commands.