answersLogoWhite

0

In my opinion, the most commonly used Linux commands are:

ls - list files and folders in a directory

CD - change directory

mkdir - make a directory

cp - copy

mv - move/rename

rm - remove

man - manual pages

find - um, find

Having a good command of all of these and you should be able to navigate around in the command line comfortably.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What are the common Linux commands by Oracle 10g?

Oracle 10g's commands are internal; they have nothing to do with what platform it is running on.


What do you mean by Linux Utilities?

utilities is nothing but predefined commands in linux


How many different commands are there for Linux?

Innumerable. Remember that any program on Linux can be launched from the command line, so there are as many commands as there are programs.


What are the Linux commands used by Oracle DBA?

ls


Explain Backup management commands in Linux?

There are no standardized commands for backing up a Linux system. Backup methods can range from dd to RAID to one of various backup utilities.


Are Linux commands entered via the command line case sensitive?

Yes. Just about everything to do with Linux on the command line is case sensitive, including commands and file names.


How do you find out what DOS Commands are available in Linux?

There is none. For starters, you have it backwards, DOS actually copied most of its commands from Unix (The rest came from CP/M.), which Linux is inspired by. Commands like "cd" and "dir" were Unix commands long before DOS even existed.


How do you clear your command history in Linux?

You can view the history of commands entered on a Linux system with the history command.


How would one go about learning fdisk Linux?

There are many websites where one can learn about fdisk and many other Linux commands including Linux Help, Tuxfiles, Computer Hope, Linux Questions and Linux Solved.


Is the architecture of Linux based on DOS?

No. Linux is a free, open-source version of UNIX. Many of DOS's commands were based on UNIX commands, but the underlying operating system is much more powerful than DOS.


What two commands will display the status of processes on a Linux system?

ps top


What Linux commands make your home directory the working directory?

the command 'cd ~' will get you there .