Sunteți pe pagina 1din 1

NO.

1 Login 2 passward 3 passwd 4 clear 5 tput clear 6 who 7 who >> filename 8 who am i 9 who -Hu 10 mkdir 11 pwd 12 cd directory name 13 cd 14 cd .. 15 rmdir 16 ls 17 ls -l 18 ls -x 19 ls -a 20 ls -r 21 ls -F 22 23 24 25 26 27 28 29 ls -d ls -t ls -u ls -i ls -R ls > filename cat cat>file name

Command

30 cp first filename second filename cp directoryname/filename 31 dirctoryname/new-filename 32 rm filename 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 mv first filename second filename echo $$ ps ps -f ps -u username ps -a ps -e cal cal month year cal year date date +%m date +%h date + "%h %m" date +%d date +%y wc filename wc -l filename wc -w filename wc -m filename wc -c fiename wc -l filename echo uname -r echo * echo * (ls -l ; who ) > filename chmod permission filename ls | wc

Use For the successfully Login change the passward change the passward clear your screen clear your screen List of Users currently working on various terminal output stored in specified filename give the login detail who invoke this command H for header & -u option provide more detailed list create one or more directories current directory change directory home directory take parent dirctory to current directory remove one or more directories list of all the file in directory provide long listing with permission O/P in multipul column showing hidden file beginning with a .(dot) sorted file in reverse order identifiying directories & executable files * executable files / identify directory force listing of a directory sorted file in modification time sorted file in access time i-node no of file Recursive listing of file with sub dirctory save information to one file which nm specify in argument display the content of a file on the terminal create a new file copy the file 1st to 2nd if 2nd not exist then first create then copy, both file r there copy the file from one dir to another dir remove one or more file move the file & rename the file know the PID(process identifation no) of the current shell display the process status or attributes of status give the full information includig PID of the parent process know the activity of any user list out process of all user, not including system processes list out system processes display the current month display the month (1-12)& year(1-9999) which monthno & year user given display all year calendar displays the current date,day ,time, year display the current month no(1-12) display the current month (jan-dec) displays the current month & monthno (jan-Dec 1-12) display current date (1-31) display last two digit of year print the Lines,Words,characters,bytes in the file print the total no.of lines in file print the total no of words in file print the total no of characters in file print the total no of bytes in file print the max line length in file to display its arguments version number of the kernel display all the file in the current directory (*) in single or double quotas display only * The combined output that will be stored in specified filename security feature provided by Unix pipe connect the standard o/p of one of the standard input of other.

S-ar putea să vă placă și