Basic Info About Liux
Basic Info About Liux
>> linux distribution (linux distro) fedro linux(red hat), suse, and ubuntu
community- driven distributions
so these two interfaces are have their own uses sometime CLI is
efficient sometime GUI is efficient it's depend on uses.
and CLI are use-full for programmer and GUI are use-full when we do
monitoring.
>> absolute path : cd /bin absolute have "/" and relative path cd bin
and if went to see the absolute path then we can do "pwd". –– /home/user
./this:
1.txt 2.txt test.py
# We can check the "history" of command that we run and write on terminal
>> "history" —— Avoid enter some kind of "password" through command line interface
# To print on screen something we "echo" or "printf"
>> echo krishna
>> printf "krishna"