(ls) means list directory
(ls -l) to long list
and also used to show file or directory permissions.
==========================================================
Tray it
==========================================================
[root@localhost /]# ls /
ahmedtest boot etc lib media mnt opt root selinux sys usr
bin dev home lost+found misc net proc sbin srv tmp var
[root@localhost /]# ls /etc/passwd
/etc/passwd
[root@localhost /]# ls -l /etc/passwd
-rw-r--r-- 1 root root 1587 May 27 02:30 /etc/passwd
[root@localhost /]# ls -l /etc/passwd
-rw-r--r-- 1 root root 1587 May 27 02:30 /etc/passwd
[root@localhost /]# ls -n /etc/passwd
-rw-r--r-- 1 0 0 1587 May 27 02:30 /etc/passwd
The whoami command.
Exactly what the name says: It displays and sets the date on a Linux system.
k is not a standard command in Linux.
There is no such command. Obviously, in order to enter a command into the prompt, Linux must already be on.
date -u +%A
In a Linux terminal, the command to create a new directory is: mkdir .
nslookup if it was a linux machine nslookup works too, but dig -x on a linux machine will get more info for you
In Linux the chmod command is used to set file permissions.
To get information on the options used by a Linux command, you can use the man command followed by the command name, like this: man [command]. This will display the manual page for the command, detailing its options and usage. Alternatively, you can often use the --help option with the command (e.g., [command] --help) to get a brief summary of options and usage.
Nothing. Helo is not a recognized command in linux.
Linux does not have a limit as to the number of characters you can enter in a command.
At a terminal prompt: sudo apt-get install <application-name>