unix

Forum where general Basis related topics are discussed.

Moderators: BASIS24x7, Rashed

Post Reply
Phaninadh
Posts: 5

unix

Post by Phaninadh »

can any one send unix coommnds.
saleem
Posts: 3

Re: unix & LINUX COMMANDS

Post by saleem »

BASIC UNIX & LINUX COMMANDS
Checking Account Details:
Account details can be checked
(including print quota level) using: acc OR pp
Disk Quota Used: rquota
Detailed Disk Usage: disk_guess
Basic File Management:
To remove a file: rm <filename>
To remove a directory: rm −rf <dir name>
To create a directory: mkdir <dir name>
Print Commands:
To print: lpr −P<printer> <filename>
To print a job without the student number watermark
Double Sided: lpr −P<printer>.dup
Single Sided: lpr −P<printer>.sgl
To check printing queue: lpq −P<printer>
To remove print job: lprm −P<printer> <job no.>
Place multiple PS pages onto
a single physical page: mlpr −<no. logical pages>
−P<printer><filename>
minal using a graphical interface, use tkbook instead of book
firoz
Posts: 2

Re: unix

Post by firoz »

Phaninadh wrote:can any one send unix coommnds.
Documents section of this forum contains unix commands documents..
blopezq
Posts: 11

Re: unix

Post by blopezq »

Ten ESSENTIAL UNIX Commands:

ls Lists files in current directory
cd Change directory
mkdir Make a directory
rmdir Remove directory
cp Copy file
rm Remove or delete file
mv Move or rename file
more Look at file, one page at a time
lpr Send file to printer
man Online manual (help) about command
Post Reply