Answers for "ubuntu commands"

0

ubuntu essential commands

cat Test_File
Posted by: Guest on January-17-2021
3

linux commands

Linux Commands (case-sensitive)
reboot ==> reboots system
man ==> gives you instruction of the command - Ex:
"man reboot"
mikdir ==> Creates directory(folder)
cd ==> Change directory
Ls ==> List directory content
pwd ==> Print name of the current working directory. It
gives you the exact location; Ex: /home/Andy/Desktop
ll ==> Long list format
ls-la ==> Prints files and hidden file
clear ==> Clear screen
cd.. ==> Goes to the parent file (not the root file)
cd/ ==> Goes to the parent root file
cd~ ==> Goes to the home of the user file
grep ==> Prints a line matching a pattern
df-h ==> Prints the disk space usage top ==> Displays
linux tasks (like task manager)
Posted by: Guest on January-14-2021
0

ubuntu commands

groups
logout
Posted by: Guest on May-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language