Os Lab - 1
Os Lab - 1
AIM :- Study and practice of unix/Linux general purpose utility command list
Man,who,cat,cd,cp,ps,ls,mv,mkdir,rmdir,echo,more,date,time,kill,History,
Chmod,chown,finger,pwd,cal,logout,shutdown
2.Command Name :- cd
Description :- The cd command in Linux stands for change directory.
It is used to change the current directory of the terminal.
Syntax :- cd <dirname>
Examples :-
3.Command Name :- ls
Description :- List information about the FILEs (the current directory by default)..
Syntax :- ls [OPTION]...[FILE]...
Options :- -l use a long listing format
Examples :-
7.Command Name :- mv
Description :- Rename Source to Dest, or move Source(s) to Directory.
Syntax :- mv[OPTION]...SOURCE DEST
Examples :-
8.Command Name :- rm
Description :- rm removes each specified file.
Syntax :- rm[OPTION]...[FILE]...
Examples :-
9.Command Name :- rmdir
Description :- Remove the Directory(ies), if they are empty
Syntax :- rmdir [OPTION]...DIRECTORY…
Examples :-
15.Command Name :- ps
Description :- provides a snapshot of current processes and their status.
Syntax :- ps [options]
Examples :-