Friday, 31 May 2019

Linux/Unix basic usefull basic Commands.

Linux Commands.

1) Files Commands

touch
cp
mv
rm
cat
tar
more
less
compress
uncompress
zip
unzip

2) Directory Commands
Cd
pwd
ls
mkdir
rmdir

3) Terminal Commands
clear
echo
repeat

4) Help Commands
man
help
rtfm

5) Information Commands
history
hostname
who
who am i
wc
date
cal
whatis
whereis
apropos
is
tty

7) CSHELL Symbols
|
>
>>
<
&
:
*
?
[]
$var


No comments:

Post a Comment

Rename Oracle database using NID

  SQL> set pages 999 lines 999; col instance_name for a10; col host_name for a20; col startup_time for a30; set colsep | set underline = ...