Basic UNIX commandsCompression, File
Everyday Basic Linux Commands with Examples 1. uname: This command is very useful in verifying the server name. When you type this command in your UNIX machine, it will print name, version and other details about the current machine and server. Example:$ uname -a: This command will print ...
UNIX Basic commands: Description The change directory (cd) command is built into the system shell and changes the current working directory. The cd command can be used to either change to a directory that is relative to the the location of the current working directory or to an absolute locat...
UNIX Commands cat cd chmod ftp grep kill ls mail man mkdir more mv passwd ps pwd su tail telnet vi whoami whois Thelscommand lists all files in the directory that match thename. If name is left blank, it will list all of the files in the directory. ...
Navigational type Unix Commands cd – change directory pwd – display the name of your current directory ls – list names of files in a directory Disk, File and Folder Size/Usage du – Use this command to see the size/usage of the folder you are in. Example usage: du -sk * ...
In our next article, we’ll cover moreadvanced ls commandswith their examples. Also, I suggest you go through someinterview questions on the ls command, and also if we’ve missed anything in the list, please update us via the comment section. ...
get ABCcopies file ABC in the current remote directory to (or on top of) a file with the same name, ABC, in your current local directory. help to request a list of all available FTP commands lcdto change directory on your local machine (same as UNIX cd) ...
Command for getting Date: This is one of the common commands for helping to display normal dates with time on the Linux screen. It is also possible to set some of the custom dates, which can be handled by using this specific command. ...
Instead of getting into the dark mesh of text processing, shell syntax, and other issues, in this chapter we strive to cover the basic commands needed to get you up to speed with the system if you’re coming from a non-Unix environment. This chapter is far from complete; a real beginne...
You'll see a small window with a white background open on your desktop. In the title bar are your username, the word "bash" or "zsh," and the window's dimensions in pixels. Bash stands for "Bourne again shell." There are a number of different shells that can run Unix commands, an...