5 FAQ tagged "bsd"
Viewing 1-5 of 5 FAQ -- How To Extract a Single File / Directory from Tarball Archive
How do I extract a single file or directory form a tarball under UNIX / Linux shell prompt? How do I restore a single file from /dev/st0 tape device?
- Linux / UNIX find the smallest directories or files in current directory
Q. How do I list or find the smallest directories or files in the current directory under Linux or UNIX like operating system?
A. There is no direct command exists for this task. However by using shell pipes and combination of other commands one can produced the desired result.
Task: Display list of smallest files
You need to [...] - Linux / UNIX - Display the permissions of a file
Q. How do I list or display the permission of a file using ssh? I don’t have GUI installed on a remote Linux computer.
A.You need to use ls command with -l option. File access permissions are displayed in the first column of the output, after the character for file type.
ls command List [...] - Linux Copy File Command ( cp command examples )
Q. How do I copy file under Linux? How do I make 2nd copy of a file?
- Howto Compiling C program and creating executable file under Linux / UNIX / *BSD
Q. How do I compile C program and creating executable file under Linux or UNIX operating systems?
A. You need GNU project C and C++ compiler for compiling C program and creating an executable file. Most Unix and Linux (*BSD) start their C compiler by the name cc. But you can use gcc command to compile [...]
Viewing 1-5 of 5 FAQ - ( see all popular tags )


Recent Comments
Today ~ 9 Comments
Yesterday ~ 88 Comments
Yesterday ~ 6 Comments
Yesterday ~ 7 Comments
11/07/2008 11:19 am (4 weeks ago) ~ 7 Comments