WinSCP Ubuntu It stands for Windows Secure Copy. WinSCP is an open-source and free SSH File Transfer Protocol, Secure Copy Protocol, Amazon…
linux
-
-
Disable displaying hostname Hostname is displayed in third column in the last command. It displays IP address if user is connected through…
-
Linux Directories mkdir -m=MODE With the help of this command, you can access the permission on the directory you are creating. Access…
-
Linux File Convert into lower case or upper case You can convert all files with lower case into upper case and vice…
-
Ubuntu Desktop Environments What is a Desktop Environment? A desktop environment, in computing, is a desktop metaphor implementation made of a set…
-
Display full login and logout time To display full login and logout information including date and time, option F is used. Syntax:…
-
Linux Directories mkdir -p With the help of mkdir -p command you can create sub-directories of a directory. It will create parent…
-
Linux File rename -v (verbose) rename command will execute the changes made in files and when used with ‘n’ option will only…
-
Display specific username To know the log in details of a specific user, use the username as argument of last command. Syntax:…
-
Linux Directories mkdir -v ‘mkdir -v’ command will print a message with every new file created. In above example, I have created…